Lines Matching refs:fLeft
84 SkScalar partialL = bounds.fLeft + 1 - rect.fLeft;
96 this->blitAntiH(bounds.fLeft, bounds.fTop, alphas, runs);
99 this->blitAntiRect(bounds.fLeft, bounds.fTop + 1, bounds.width() - 2, bounds.height() - 2,
107 this->blitAntiH(bounds.fLeft, bounds.fBottom - 1, alphas, runs);
201 int cx = clip.fLeft;
203 int maskLeft = mask.fBounds.fLeft;
259 const uint8_t* aa = mask.getAddr8(clip.fLeft, clip.fTop);
267 this->blitAntiH(clip.fLeft, y, aa, runs);
295 this->blitRect(cr.fLeft, cr.fTop, cr.width(), cr.height());
348 return (unsigned)(x - rect.fLeft) < (unsigned)rect.width();
360 if (left < fClipRect.fLeft) {
361 left = fClipRect.fLeft;
382 if (x1 <= fClipRect.fLeft) {
387 if (x0 < fClipRect.fLeft) {
388 int dx = fClipRect.fLeft - x0;
392 x0 = fClipRect.fLeft;
435 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
446 if (r.fLeft != left) {
447 SkASSERT(r.fLeft > left);
455 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
457 if (r.fLeft == left) {
458 fBlitter->blitV(r.fLeft, r.fTop, r.height(), leftAlpha);
460 SkASSERT(r.fLeft == left + width + 1);
461 fBlitter->blitV(r.fLeft, r.fTop, r.height(), rightAlpha);
464 fBlitter->blitAntiRect(r.fLeft, r.fTop, r.width() - 2, r.height(),
507 SkASSERT(left >= bounds.fLeft && right <= bounds.fRight);
560 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
576 SkASSERT(r.fLeft >= x);
579 SkAlpha effectiveLeftAlpha = (r.fLeft == x) ? leftAlpha : 255;
584 fBlitter->blitRect(r.fLeft, r.fTop, r.width(), r.height());
586 if (r.fLeft == x) {
587 fBlitter->blitV(r.fLeft, r.fTop, r.height(),
590 SkASSERT(r.fLeft == x + width + 1);
591 fBlitter->blitV(r.fLeft, r.fTop, r.height(),
595 fBlitter->blitAntiRect(r.fLeft, r.fTop, r.width() - 2, r.height(),