Searched refs:fBottom (Results 1 - 25 of 368) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLIRect.h22 GrGLint fBottom; member in struct:GrGLIRect
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/
H A DGrGLIRect.h22 GrGLint fBottom; member in struct:GrGLIRect
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/
H A DGrRect.h15 int16_t fLeft, fTop, fRight, fBottom; member in struct:GrIRect16
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/
H A DSkPathOpsRect.h13 double fLeft, fTop, fRight, fBottom; member in struct:SkDRect
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
[all...]
H A DSkPathOpsBounds.h18 && 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...]
H A DSkPathOpsBounds.cpp18 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom));
32 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom));
/external/skia/src/pathops/
H A DSkPathOpsRect.h13 double fLeft, fTop, fRight, fBottom; member in struct:SkDRect
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
[all...]
H A DSkPathOpsBounds.h18 && 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...]
H A DSkPathOpsBounds.cpp18 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom));
32 SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom));
/external/chromium_org/third_party/skia/include/gpu/
H A DGrRect.h15 int16_t fLeft, fTop, fRight, fBottom; member in struct:GrIRect16
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/
H A DSkRect.cpp19 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...]
H A DSkScan.h83 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/
H A DSkRect.cpp19 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...]
H A DSkScan.h83 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/
H A DSkRect.h21 int32_t fLeft, fTop, fRight, fBottom; member in struct:SkIRect
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
[all...]
/external/skia/include/core/
H A DSkRect.h21 int32_t fLeft, fTop, fRight, fBottom; member in struct:SkIRect
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
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkBoundable.cpp18 fBounds.fBottom = 0;
34 rect->fBottom = SkIntToScalar(fBounds.fBottom);
/external/skia/src/animator/
H A DSkBoundable.cpp18 fBounds.fBottom = 0;
34 rect->fBottom = SkIntToScalar(fBounds.fBottom);
/external/chromium_org/third_party/skia/include/views/animated/
H A DSkBorderView.h25 SkScalar getBottom() const { return fBottom; }
34 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side member in class:SkBorderView
/external/skia/include/views/animated/
H A DSkBorderView.h25 SkScalar getBottom() const { return fBottom; }
34 SkScalar fLeft, fRight, fTop, fBottom; //margin on each side member in class:SkBorderView
/external/chromium_org/third_party/skia/src/gpu/
H A DGrSoftwarePathRenderer.cpp91 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/
H A DGrSoftwarePathRenderer.cpp97 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/
H A DPathOpsDRectTest.cpp51 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/
H A DPathOpsDRectTest.cpp51 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/
H A DSkBorderView.cpp18 fBottom(SkIntToScalar(0))
76 evt.findScalar("bottomMargin", &fBottom);
81 fMargin.set(fLeft, fTop, fRight, fBottom);

Completed in 548 milliseconds

1234567891011>>