Lines Matching refs:fRight
119 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) { in blitMask()
128 int rite_edge = clip.fRight - maskLeft; in blitMask()
274 if (right > fClipRect.fRight) { in blitH()
275 right = fClipRect.fRight; in blitH()
286 if (!y_in_rect(y, fClipRect) || left >= fClipRect.fRight) { in blitAntiH()
307 if (x1 > fClipRect.fRight) { in blitAntiH()
308 x1 = fClipRect.fRight; in blitAntiH()
361 if (r.fRight != left + width + 2) { in blitAntiRect()
362 SkASSERT(r.fRight < left + width + 2); in blitAntiRect()
418 SkASSERT(left >= bounds.fLeft && right <= bounds.fRight); in blitAntiH()
488 SkASSERT(r.fRight <= x + width + 2); in blitAntiRect()
491 SkAlpha effectiveRightAlpha = (r.fRight == x + width + 2) ? in blitAntiRect()