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

  /external/skia/include/views/
SkBorderView.h 32 SkScalar getBottom() const { return fBottom; }
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; }
42 int height() const { return fBottom - fTop; }
54 SkIsS16(fRight) && SkIsS16(fBottom);
65 fBottom = bottom;
75 fBottom += dy;
90 fBottom -= dy;
100 (unsigned)(y - fTop) < (unsigned)(fBottom - fTop);
109 fRight >= right && fBottom >= bottom;
117 fRight >= r.fRight && fBottom >= r.fBottom
    [all...]
SkPaint.h 678 SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)
    [all...]
  /external/webkit/WebKit/android/plugins/
android_npapi.h 429 float fBottom;
    [all...]

Completed in 49 milliseconds