Home | History | Annotate | Download | only in core

Lines Matching defs:fLeft

41     return (unsigned)(x - rect.fLeft) < (unsigned)rect.width();
481 fBounds.fLeft += leftZeros;
801 const int offsetX = bounds.fLeft;
842 int x = r.fLeft - offsetX;
845 int w = r.fRight - r.fLeft;
1247 fBuilder->addRun(fLeft, y - 1, 0, fRight - fLeft);
1257 fLeft = builder->getBounds().fLeft;
1325 if (x < fLeft) {
1327 int gap = fLeft - x;
1351 int fLeft; // cache of builder's bounds' left edge
1458 fLeft = bounds.fLeft;
1461 fRight = bounds.fLeft + row[0];
1473 int left() const { return fLeft; }
1478 fLeft = fRight;
1494 int fLeft;
1534 int prevRite = bounds.fLeft;
1571 if (left >= bounds.fLeft) {
1649 builder.addRun(bounds.fLeft, bot - 1, 0, bounds.width());
2202 const void* src = mask->getAddr(clip.fLeft, clip.fTop);
2209 rowMask.fBounds.fLeft = clip.fLeft;
2224 row = fAAClip->findX(row, clip.fLeft, &initialCount);