Lines Matching defs:fLeft
72 fLeft = bounds.fLeft;
75 fRight = bounds.fLeft + row[0];
87 int left() const { return fLeft; }
92 fLeft = fRight;
108 int fLeft;
541 int prevRite = fBounds.fLeft;
578 if (left >= fBounds.fLeft) {
662 this->addRun(fBounds.fLeft, bot - 1, 0, fBounds.width());
689 fBuilder->addRun(fLeft, y - 1, 0, fRight - fLeft);
698 fLeft = builder->fBounds.fLeft;
777 if (x < fLeft) {
779 int gap = fLeft - x;
803 int fLeft; // cache of builder's bounds' left edge
1092 fBounds.fLeft += leftZeros;
1317 const int offsetX = bounds.fLeft;
1372 int x = r.fLeft - offsetX;
1375 int w = r.fRight - r.fLeft;
1567 SkASSERT(x >= fBounds.fLeft && x < fBounds.fRight);
1932 const void* src = mask->getAddr(clip.fLeft, clip.fTop);
1939 rowMask.fBounds.fLeft = clip.fLeft;
1954 row = fAAClip->findX(row, clip.fLeft, &initialCount);