Lines Matching refs:fRight
426 fBounds.fRight -= riteZeros; in trimLeftRight()
761 int w = r.fRight - r.fLeft; in setRegion()
1158 fBuilder->addRun(fLeft, y - 1, 0, fRight - fLeft); in checkForYGap()
1169 fRight = builder->getBounds().fRight; in BuilderBlitter()
1244 if (right > fRight) { in blitAntiH()
1246 localCount -= right - fRight; in blitAntiH()
1263 int fRight; member in SkAAClip::BuilderBlitter
1387 fBoundsRight = bounds.fRight; in RowIter()
1389 fRight = bounds.fLeft + row[0]; in RowIter()
1390 SkASSERT(fRight <= fBoundsRight); in RowIter()
1395 fRight = kMaxInt32; in RowIter()
1402 int right() const { return fRight; } in right()
1406 fLeft = fRight; in next()
1407 if (fRight == fBoundsRight) { in next()
1409 fRight = kMaxInt32; in next()
1413 fRight += fRow[0]; in next()
1415 SkASSERT(fRight <= fBoundsRight); in next()
1423 int fRight; member in RowIter
1490 if (left >= bounds.fRight) { in operatorX()
1493 if (rite > bounds.fRight) { in operatorX()
1494 rite = bounds.fRight; in operatorX()
1507 if (prevRite < bounds.fRight) { in operatorX()
1508 builder.addRun(prevRite, lastY, 0, bounds.fRight - prevRite); in operatorX()
2134 rowMask.fBounds.fRight = clip.fRight; in blitMask()