Lines Matching defs:BB
1298 ShadowFontToBox(BoxPtr BB, DrawablePtr pDrawable, GCPtr pGC, int x, int y,
1314 BB->x1 =
1317 BB->y1 =
1320 BB->x2 =
1323 BB->y2 =
1328 ? Linear16Bit : TwoD16Bit : Linear8Bit, BB);
1329 BB->x1 =
1330 max(pDrawable->x + x + BB->x1,
1332 BB->y1 =
1333 max(pDrawable->y + y + BB->y1,
1335 BB->x2 =
1336 min(pDrawable->x + x + BB->x2,
1338 BB->y2 =
1339 min(pDrawable->y + y + BB->y2,