HomeSort by relevance Sort by last modified time
    Searched refs:fBottom (Results 1 - 25 of 387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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 SkASSERT(fBottom >= 0);
65 fBottom <= glRect.fBottom &
    [all...]
  /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 SkASSERT(fBottom >= 0);
65 fBottom <= glRect.fBottom &
    [all...]
  /external/skia/include/gpu/
GrRect.h 15 int16_t fLeft, fTop, fRight, fBottom;
24 int height() const { return fBottom - fTop; }
26 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
34 fBottom = SkToS16(r.fBottom);
  /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...]
SkPathOpsBounds.h 18 && AlmostLessOrEqualUlps(a.fTop, b.fBottom)
19 && AlmostLessOrEqualUlps(b.fTop, a.fBottom);
29 if (bottom > fBottom) fBottom = bottom;
33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom);
40 if (pt.fY > fBottom) fBottom = pt.fY;
47 && AlmostLessOrEqualUlps(pt.fY, fBottom);
54 return !(fLeft <= fRight) || !(fTop <= fBottom)
55 || (fLeft == fRight && fTop == fBottom);
    [all...]
SkPathOpsBounds.cpp 18 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom));
32 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom));
  /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...]
SkPathOpsBounds.h 18 && AlmostLessOrEqualUlps(a.fTop, b.fBottom)
19 && AlmostLessOrEqualUlps(b.fTop, a.fBottom);
29 if (bottom > fBottom) fBottom = bottom;
33 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom);
40 if (pt.fY > fBottom) fBottom = pt.fY;
47 && AlmostLessOrEqualUlps(pt.fY, fBottom);
54 return !(fLeft <= fRight) || !(fTop <= fBottom)
55 || (fLeft == fRight && fTop == fBottom);
    [all...]
SkPathOpsBounds.cpp 18 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom));
32 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom));
  /external/chromium_org/third_party/skia/include/gpu/
GrRect.h 15 int16_t fLeft, fTop, fRight, fBottom;
36 int height() const { return fBottom - fTop; }
38 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; }
46 fBottom = bottom;
53 fBottom = SkToS16(r.fBottom);
  /external/chromium_org/third_party/skia/src/core/
SkRect.cpp 19 if (fLeft >= fRight || fTop >= fBottom) {
25 if (bottom > fBottom) fBottom = bottom;
33 if (fTop > fBottom) {
34 SkTSwap<int32_t>(fTop, fBottom);
44 if (fTop > fBottom) {
45 SkTSwap<SkScalar>(fTop, fBottom);
54 quad[2].set(fRight, fBottom);
55 quad[3].set(fLeft, fBottom);
105 fLeft < right && left < fRight && fTop < bottom && top < fBottom)
    [all...]
SkScan.h 83 xr->fBottom = SkIntToFixed(src.fBottom);
94 xr->fBottom = SkScalarToFixed(src.fBottom);
103 dst->fBottom = SkFixedRoundToInt(xr.fBottom);
113 dst->fBottom = SkFixedCeilToInt(xr.fBottom);
  /external/skia/src/core/
SkRect.cpp 19 if (fLeft >= fRight || fTop >= fBottom) {
25 if (bottom > fBottom) fBottom = bottom;
33 if (fTop > fBottom) {
34 SkTSwap<int32_t>(fTop, fBottom);
44 if (fTop > fBottom) {
45 SkTSwap<SkScalar>(fTop, fBottom);
54 quad[2].set(fRight, fBottom);
55 quad[3].set(fLeft, fBottom);
105 fLeft < right && left < fRight && fTop < bottom && top < fBottom)
    [all...]
SkScan.h 83 xr->fBottom = SkIntToFixed(src.fBottom);
94 xr->fBottom = SkScalarToFixed(src.fBottom);
103 dst->fBottom = SkFixedRoundToInt(xr.fBottom);
113 dst->fBottom = SkFixedCeilToInt(xr.fBottom);
  /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...]
  /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...]
  /external/chromium_org/third_party/skia/src/animator/
SkBoundable.cpp 18 fBounds.fBottom = 0;
34 rect->fBottom = SkIntToScalar(fBounds.fBottom);
  /external/skia/src/animator/
SkBoundable.cpp 18 fBounds.fBottom = 0;
34 rect->fBottom = SkIntToScalar(fBounds.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/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/
GrSoftwarePathRenderer.cpp 91 devPathBounds.fLeft, devPathBounds.fBottom);
96 devClipBounds.fRight, devPathBounds.fBottom);
99 if (devClipBounds.fBottom > devPathBounds.fBottom) {
100 rect.iset(devClipBounds.fLeft, devPathBounds.fBottom,
101 devClipBounds.fRight, devClipBounds.fBottom);
  /external/skia/src/gpu/
GrSoftwarePathRenderer.cpp 97 devPathBounds.fLeft, devPathBounds.fBottom);
102 devClipBounds.fRight, devPathBounds.fBottom);
105 if (devClipBounds.fBottom > devPathBounds.fBottom) {
106 rect.iset(devClipBounds.fLeft, devPathBounds.fBottom,
107 devClipBounds.fRight, devClipBounds.fBottom);
  /external/chromium_org/third_party/skia/tests/
PathOpsDRectTest.cpp 51 REPORTER_ASSERT(reporter, rect.fBottom == SkTMax(line[0].fY, line[1].fY));
57 REPORTER_ASSERT(reporter, rect2.fBottom == SkTMax(line[0].fY, line[1].fY));
71 REPORTER_ASSERT(reporter, rect.fBottom == SkTMax(quad[0].fY,
78 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom};
91 REPORTER_ASSERT(reporter, rect.fBottom == SkTMax(cubic[0].fY,
98 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom};
  /external/skia/tests/
PathOpsDRectTest.cpp 51 REPORTER_ASSERT(reporter, rect.fBottom == SkTMax(line[0].fY, line[1].fY));
57 REPORTER_ASSERT(reporter, rect2.fBottom == SkTMax(line[0].fY, line[1].fY));
71 REPORTER_ASSERT(reporter, rect.fBottom == SkTMax(quad[0].fY,
78 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom};
91 REPORTER_ASSERT(reporter, rect.fBottom == SkTMax(cubic[0].fY,
98 SkDPoint rightBottom = {rect2.fRight, rect2.fBottom};
  /external/chromium_org/third_party/skia/src/views/animated/
SkBorderView.cpp 18 fBottom(SkIntToScalar(0))
76 evt.findScalar("bottomMargin", &fBottom);
81 fMargin.set(fLeft, fTop, fRight, fBottom);

Completed in 432 milliseconds

1 2 3 4 5 6 7 8 91011>>