Searched defs:fRight (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/views/
H A DSkBorderView.h30 SkScalar getRight() const { return fRight; }
41 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side member in class:SkBorderView
/external/skia/include/core/
H A DSkRect.h28 int32_t fLeft, fTop, fRight, fBottom; member in struct:SkIRect
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 >
[all...]
H A DSkRegion.h146 return this->quickContains(r.fLeft, r.fTop, r.fRight, r.fBottom);
163 fBounds.fRight >= right && fBounds.fBottom >= bottom;
294 int fLeft, fRight; member in class:SkRegion::Spanerator
/external/sqlite/dist/
H A Dsqlite3.c109184 float fRight = aDistance[aRight[iRight]]; local
[all...]

Completed in 180 milliseconds