Home | History | Annotate | Download | only in core

Lines Matching defs:fLeft

41     return (unsigned)(x - rect.fLeft) < (unsigned)rect.width();
482 fBounds.fLeft += leftZeros;
802 const int offsetX = bounds.fLeft;
843 int x = r.fLeft - offsetX;
846 int w = r.fRight - r.fLeft;
1253 fBuilder->addRun(fLeft, y - 1, 0, fRight - fLeft);
1263 fLeft = builder->getBounds().fLeft;
1343 if (x < fLeft) {
1345 int gap = fLeft - x;
1369 int fLeft; // cache of builder's bounds' left edge
1481 fLeft = bounds.fLeft;
1484 fRight = bounds.fLeft + row[0];
1496 int left() const { return fLeft; }
1501 fLeft = fRight;
1517 int fLeft;
1557 int prevRite = bounds.fLeft;
1594 if (left >= bounds.fLeft) {
1672 builder.addRun(bounds.fLeft, bot - 1, 0, bounds.width());
2208 const void* src = mask->getAddr(clip.fLeft, clip.fTop);
2215 rowMask.fBounds.fLeft = clip.fLeft;
2230 row = fAAClip->findX(row, clip.fLeft, &initialCount);