Home | History | Annotate | Download | only in jni

Lines Matching full:ftop

80         area.getBounds().fLeft, area.getBounds().fTop,
123 a.fLeft, a.fTop, a.fRight, a.fBottom,
124 d.fLeft, d.fTop, d.fRight, d.fBottom,
125 i.fLeft, i.fTop, i.fRight, i.fBottom,
126 v.fLeft, v.fTop, v.fRight, v.fBottom);
237 " irect={%d,%d,%d,%d}", b.fLeft, b.fTop, b.fRight, b.fBottom,
238 irect.fLeft, irect.fTop, irect.fRight, irect.fBottom);
254 b.fLeft, b.fTop, b.fRight, b.fBottom,
255 irect.fLeft, irect.fTop, irect.fRight, irect.fBottom);
271 canvas->translate(pathBounds.fLeft, pathBounds.fTop);
291 for (int y = area.getBounds().fTop & ~0x3f;
300 area.getBounds().fLeft, area.getBounds().fTop,
330 bounds.fLeft, bounds.fTop, bounds.fRight, bounds.fBottom,
332 unsplit.fLeft, unsplit.fTop, unsplit.fRight, unsplit.fBottom,
518 working->mArea.getBounds().fLeft, working->mArea.getBounds().fTop,
557 total->getBounds().fLeft, total->getBounds().fTop,
587 int top = bounds.fTop;
589 int bottom = bounds.fTop + height * ++indexY / down;