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

  /external/chromium_org/third_party/skia/include/gpu/
GrRect.h 15 int16_t fLeft, fTop, fRight, fBottom;
18 int height() const { return fBottom - fTop; }
20 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
26 fBottom = SkToS16(r.fBottom);
  /external/chromium_org/third_party/skia/include/views/animated/
SkBorderView.h 25 SkScalar getBottom() const { return fBottom; }
34 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLIRect.h 22 GrGLint fBottom;
27 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
31 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
51 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height);
53 fBottom = glRect.fBottom + topOffset;
59 GrAssert(fBottom >= 0);
65 fBottom <= glRect.fBottom &
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsRect.h 13 double fLeft, fTop, fRight, fBottom;
25 if (fBottom < pt.fY) {
26 fBottom = pt.fY;
32 && approximately_between(fTop, pt.fY, fBottom);
37 SkASSERT(fTop <= fBottom);
39 SkASSERT(r->fTop <= r->fBottom);
40 return r->fLeft <= fRight && fLeft <= r->fRight && r->fTop <= fBottom && fTop <= r->fBottom;
45 fTop = fBottom = pt.fY;
53 return fBottom - fTop
    [all...]
  /external/skia/include/gpu/
GrRect.h 15 int16_t fLeft, fTop, fRight, fBottom;
18 int height() const { return fBottom - fTop; }
20 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
26 fBottom = SkToS16(r.fBottom);
  /external/skia/include/views/animated/
SkBorderView.h 25 SkScalar getBottom() const { return fBottom; }
34 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side
  /external/skia/src/gpu/gl/
GrGLIRect.h 22 GrGLint fBottom;
27 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
31 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
51 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height);
53 fBottom = glRect.fBottom + topOffset;
59 GrAssert(fBottom >= 0);
65 fBottom <= glRect.fBottom &
    [all...]
  /external/skia/src/pathops/
SkPathOpsRect.h 13 double fLeft, fTop, fRight, fBottom;
25 if (fBottom < pt.fY) {
26 fBottom = pt.fY;
32 && approximately_between(fTop, pt.fY, fBottom);
37 SkASSERT(fTop <= fBottom);
39 SkASSERT(r->fTop <= r->fBottom);
40 return r->fLeft <= fRight && fLeft <= r->fRight && r->fTop <= fBottom && fTop <= r->fBottom;
45 fTop = fBottom = pt.fY;
53 return fBottom - fTop
    [all...]
  /external/chromium_org/skia/ext/
skia_utils_win.cc 25 COMPILE_ASSERT(SK_OFFSETOF(RECT, bottom) == SK_OFFSETOF(SkIRect, fBottom), o4);
29 COMPILE_ASSERT(sizeof(RECT().bottom) == sizeof(SkIRect().fBottom), o8);
  /external/chromium_org/third_party/skia/include/core/
SkRect.h 21 int32_t fLeft, fTop, fRight, fBottom;
62 int bottom() const { return fBottom; }
78 int height() const { return fBottom - fTop; }
96 int centerY() const { return (fBottom + fTop) >> 1; }
101 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
106 SK_MaxS32 == fBottom; }
118 SkIsS16(fRight) && SkIsS16(fBottom);
129 fBottom = bottom;
140 fBottom = y + height;
148 fRight = fBottom = SK_MaxS32
    [all...]
SkPaint.h 752 SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)
    [all...]
  /external/skia/include/core/
SkRect.h 21 int32_t fLeft, fTop, fRight, fBottom;
62 int bottom() const { return fBottom; }
78 int height() const { return fBottom - fTop; }
96 int centerY() const { return (fBottom + fTop) >> 1; }
101 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
106 SK_MaxS32 == fBottom; }
118 SkIsS16(fRight) && SkIsS16(fBottom);
129 fBottom = bottom;
140 fBottom = y + height;
148 fRight = fBottom = SK_MaxS32
    [all...]
SkPaint.h 752 SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 120 int bottom() const { return fBottom; }
129 int fTop, fBottom;
136 fTop = fBottom = clip.fBounds.fBottom;
150 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1;
160 fTop = fBottom;
163 fBottom = kMaxInt32;
166 fBottom += curr->fY - prev->fY;
538 fBounds.fBottom = fBounds.fTop + yoff->fY + 1;
550 // possible our fBounds.fBottom is bigger than our last scanline of data, s
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 208 setfield_scalar(fL, "bottom", r.fBottom);
591 SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)
607 setfield_scalar(L, "bottom", fm.fBottom);
  /external/skia/src/core/
SkAAClip.cpp 120 int bottom() const { return fBottom; }
129 int fTop, fBottom;
136 fTop = fBottom = clip.fBounds.fBottom;
150 fBottom = clip.fBounds.fTop + fCurrYOff->fY + 1;
160 fTop = fBottom;
163 fBottom = kMaxInt32;
166 fBottom += curr->fY - prev->fY;
538 fBounds.fBottom = fBounds.fTop + yoff->fY + 1;
550 // possible our fBounds.fBottom is bigger than our last scanline of data, s
    [all...]
  /external/skia/src/utils/
SkLua.cpp 208 setfield_scalar(fL, "bottom", r.fBottom);
591 SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)
607 setfield_scalar(L, "bottom", fm.fBottom);

Completed in 1062 milliseconds