Lines Matching defs:right
88 int right() const { return fRight; }
328 // so we ensure our row goes all the way to our right
368 // so we ensure our row goes all the way to our right
532 iterRite = iter.right();
537 int riteA = iterA.right();
539 int riteB = iterB.right();
784 int right = x + count;
785 if (right > fRight) {
787 localCount -= right - fRight;
964 // Count the number of zeros on the left and right edges of the passed in
1003 // modify row in place, trimming off (zeros) from the left and right sides.
1063 // number of zeros on the left and right of the clip. This information
1585 bool SkAAClip::quickContains(int left, int top, int right, int bottom) const {
1589 if (!fBounds.contains(SkIRect{left, top, right, bottom})) {
1602 int rectWidth = right - left;