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

  /external/skia/include/views/
SkBorderView.h 30 SkScalar getRight() const { return fRight; }
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; }
54 SkIsS16(fRight) && SkIsS16(fBottom);
64 fRight = right;
74 fRight += dx;
89 fRight -= dx;
99 return (unsigned)(x - fLeft) < (unsigned)(fRight - fLeft) &&
109 fRight >= right && fBottom >= bottom;
117 fRight >= r.fRight && fBottom >= r.fBottom
    [all...]
SkRegion.h 146 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
163 fBounds.fRight >= right && fBounds.fBottom >= bottom;
294 int fLeft, fRight;
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 31 milliseconds