HomeSort by relevance Sort by last modified time
    Searched defs:fLeft (Results 1 - 9 of 9) sorted by null

  /external/skia/src/core/
SkSpriteBlitter.h 50 int fLeft, fTop;
SkScan_AntiPath.cpp 50 int fWidth, fLeft, fSuperLeft;
62 const int left = SkMin32(ir.fLeft, clip.getBounds().fLeft);
65 fLeft = left;
108 fRealBlitter->blitAntiH(fLeft, fCurrIY, fRuns.fAlpha, fRuns.fRuns);
299 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
303 x -= (fMask.fBounds.fLeft << SHIFT);
372 if (overflows_short_shift(ir.fLeft, SHIFT) |
402 superRect.set( clipRect->fLeft << SHIFT, clipRect->fTop << SHIFT,
  /external/skia/include/views/
SkBorderView.h 29 SkScalar getLeft() const { return fLeft; }
41 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side
  /external/skia/include/core/
SkRect.h 28 int32_t fLeft, fTop, fRight, fBottom;
32 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
37 int width() const { return fRight - fLeft; }
53 return SkIsS16(fLeft) && SkIsS16(fTop) &&
62 fLeft = left;
72 fLeft += dx;
87 fLeft += dx;
99 return (unsigned)(x - fLeft) < (unsigned)(fRight - fLeft) &&
108 fLeft <= left && fTop <= top &
    [all...]
SkRegion.h 146 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
162 fBounds.fLeft <= left && fBounds.fTop <= top &&
294 int fLeft, fRight;
SkScalerContext.h 41 int16_t fTop, fLeft;
  /external/chromium/third_party/icu/source/io/
uprintf.h 43 UBool fLeft; /* - flag */
  /external/icu4c/io/
uprintf.h 43 UBool fLeft; /* - flag */
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 193 milliseconds