Home | History | Annotate | Download | only in core

Lines Matching defs:fLeft

67     int         fLeft;
86 const int left = clip.getBounds().fLeft;
89 fLeft = left;
147 fRealBlitter->blitAntiH(fLeft, fCurrIY, fRuns.fAlpha, fRuns.fRuns);
338 fRealBlitter->blitV(ileft + fLeft, start_y, count,
353 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count,
519 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
523 x -= (fMask.fBounds.fLeft << SHIFT);
564 return r.fLeft > min && r.fTop > min &&
585 return overflows_short_shift(rect.fLeft, SHIFT) |
612 SkDebugf("--- bounds can't fit in SkIRect\n", r.fLeft, r.fTop, r.fRight, r.fBottom);
680 superRect.set( clipRect->fLeft << SHIFT, clipRect->fTop << SHIFT,