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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/gpu/gl/
GrGLIRect.h 22 GrGLint fBottom;
33 GR_STATIC_ASSERT(4 == offsetof(GrGLIRect, fBottom));
41 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
45 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
70 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height);
72 fBottom = glRect.fBottom + topOffset;
82 fBottom <= glRect.fBottom &
    [all...]
  /external/skqp/src/gpu/gl/
GrGLIRect.h 22 GrGLint fBottom;
33 GR_STATIC_ASSERT(4 == offsetof(GrGLIRect, fBottom));
41 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
45 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
70 fBottom = glRect.fBottom + (glRect.fHeight - topOffset - height);
72 fBottom = glRect.fBottom + topOffset;
82 fBottom <= glRect.fBottom &
    [all...]
  /external/skia/src/pathops/
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 if (pt.fY > fBottom) fBottom = SkDoubleToScalar(pt.fY);
54 && AlmostLessOrEqualUlps(pt.fY, fBottom);
    [all...]
SkPathOpsRect.h 13 double fLeft, fTop, fRight, fBottom;
19 fBottom = SkTMax(fBottom, pt.fY);
24 && approximately_between(fTop, pt.fY, fBottom);
31 SkASSERT(fTop <= fBottom);
33 SkASSERT(r.fTop <= r.fBottom);
34 return r.fLeft <= fRight && fLeft <= r.fRight && r.fTop <= fBottom && fTop <= r.fBottom;
39 fTop = fBottom = pt.fY;
47 return fBottom - fTop
    [all...]
  /external/skqp/src/pathops/
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 if (pt.fY > fBottom) fBottom = SkDoubleToScalar(pt.fY);
54 && AlmostLessOrEqualUlps(pt.fY, fBottom);
    [all...]
SkPathOpsRect.h 13 double fLeft, fTop, fRight, fBottom;
19 fBottom = SkTMax(fBottom, pt.fY);
24 && approximately_between(fTop, pt.fY, fBottom);
31 SkASSERT(fTop <= fBottom);
33 SkASSERT(r.fTop <= r.fBottom);
34 return r.fLeft <= fRight && fLeft <= r.fRight && r.fTop <= fBottom && fTop <= r.fBottom;
39 fTop = fBottom = pt.fY;
47 return fBottom - fTop
    [all...]
  /external/skia/src/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);
61 SkASSERT(!a.isFinite() || (a.fLeft <= a.fRight && a.fTop <= a.fBottom));
62 SkASSERT(!b.isFinite() || (b.fLeft <= b.fRight && b.fTop <= b.fBottom));
63 return a.fRight > b.fLeft && a.fBottom > b.fTop && b.fRight > a.fLeft && b.fBottom > a.fTop
    [all...]
GrClip.h 76 innerClipBounds.fBottom > innerClipBounds.fTop + kBoundsTolerance &&
80 innerClipBounds.fBottom > queryBounds.fBottom - kBoundsTolerance;
94 outerClipBounds.fBottom - outerClipBounds.fTop <= kBoundsTolerance ||
98 outerClipBounds.fTop >= queryBounds.fBottom - kBoundsTolerance ||
100 outerClipBounds.fBottom <= queryBounds.fTop + kBoundsTolerance;
110 SkScalarCeilToInt(bounds.fBottom - kBoundsTolerance));
120 SkScalarCeilToScalar(bounds.fBottom - kBoundsTolerance));
130 SkScalarAbs(SkScalarRoundToScalar(rect.fBottom) - rect.fBottom) <= kBoundsTolerance
    [all...]
  /external/skqp/src/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);
61 SkASSERT(!a.isFinite() || (a.fLeft <= a.fRight && a.fTop <= a.fBottom));
62 SkASSERT(!b.isFinite() || (b.fLeft <= b.fRight && b.fTop <= b.fBottom));
63 return a.fRight > b.fLeft && a.fBottom > b.fTop && b.fRight > a.fLeft && b.fBottom > a.fTop
    [all...]
GrClip.h 76 innerClipBounds.fBottom > innerClipBounds.fTop + kBoundsTolerance &&
80 innerClipBounds.fBottom > queryBounds.fBottom - kBoundsTolerance;
94 outerClipBounds.fBottom - outerClipBounds.fTop <= kBoundsTolerance ||
98 outerClipBounds.fTop >= queryBounds.fBottom - kBoundsTolerance ||
100 outerClipBounds.fBottom <= queryBounds.fTop + kBoundsTolerance;
110 SkScalarCeilToInt(bounds.fBottom - kBoundsTolerance));
120 SkScalarCeilToScalar(bounds.fBottom - kBoundsTolerance));
130 SkScalarAbs(SkScalarRoundToScalar(rect.fBottom) - rect.fBottom) <= kBoundsTolerance
    [all...]
  /external/skia/include/core/
SkRect.h 33 When equal to or greater than fBottom, SkIRect is empty.
45 int32_t fBottom;
88 result in fLeft greater than fRight, or fTop greater than fBottom.
93 @param b integer stored in fBottom
107 @param h added to y and stored in fBottom
123 and sort() to reverse fTop and fBottom if needed.
137 and sort() to reverse fTop and fBottom if needed.
139 @return fBottom
141 int32_t bottom() const { return fBottom; }
151 and sort() to reverse fTop and fBottom if needed
    [all...]
  /external/skqp/include/core/
SkRect.h 33 When equal to or greater than fBottom, SkIRect is empty.
45 int32_t fBottom;
91 result in fLeft greater than fRight, or fTop greater than fBottom.
96 @param b integer stored in fBottom
110 @param h added to y and stored in fBottom
126 and sort() to reverse fTop and fBottom if needed.
140 and sort() to reverse fTop and fBottom if needed.
142 @return fBottom
144 int32_t bottom() const { return fBottom; }
154 and sort() to reverse fTop and fBottom if needed
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_iconfit.cpp 37 void CPDF_IconFit::GetIconPosition(float& fLeft, float& fBottom) {
38 fLeft = fBottom = 0.5;
48 fBottom = pA->GetNumberAt(1);
cpdf_iconfit.h 25 void GetIconPosition(float& fLeft, float& fBottom);
  /external/skia/src/core/
SkValidationUtils.h 31 (rect.fTop <= rect.fBottom) &&
SkRect.cpp 19 if (fLeft >= fRight || fTop >= fBottom) {
25 if (bottom > fBottom) fBottom = bottom;
36 quad[2].set(fRight, fBottom);
37 quad[3].set(fLeft, fBottom);
106 CHECK_INTERSECT(left, top, right, bottom, fLeft, fTop, fRight, fBottom);
112 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom);
116 CHECK_INTERSECT(a.fLeft, a.fTop, a.fRight, a.fBottom, b.fLeft, b.fTop, b.fRight, b.fBottom);
128 if (fLeft >= fRight || fTop >= fBottom) {
    [all...]
SkRectPriv.h 47 r->fBottom = SkMaxScalar(pt.fY, r->fBottom);
54 SkFitsInFixed(r.fRight) && SkFitsInFixed(r.fBottom);
  /external/skqp/src/core/
SkValidationUtils.h 31 (rect.fTop <= rect.fBottom) &&
SkRect.cpp 19 if (fLeft >= fRight || fTop >= fBottom) {
25 if (bottom > fBottom) fBottom = bottom;
36 quad[2].set(fRight, fBottom);
37 quad[3].set(fLeft, fBottom);
106 CHECK_INTERSECT(left, top, right, bottom, fLeft, fTop, fRight, fBottom);
112 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom);
116 CHECK_INTERSECT(a.fLeft, a.fTop, a.fRight, a.fBottom, b.fLeft, b.fTop, b.fRight, b.fBottom);
128 if (fLeft >= fRight || fTop >= fBottom) {
    [all...]
SkScan.h 111 xr->fBottom = SkIntToFixed(src.fBottom);
122 xr->fBottom = SkScalarToFixed(src.fBottom);
131 dst->fBottom = SkFixedRoundToInt(xr.fBottom);
141 dst->fBottom = SkFixedCeilToInt(xr.fBottom);
SkRectPriv.h 47 r->fBottom = SkMaxScalar(pt.fY, r->fBottom);
53 SkFitsInFixed(r.fRight) && SkFitsInFixed(r.fBottom);
  /external/pdfium/xfa/fwl/theme/
cfwl_checkboxtp.cpp 100 float fBottom = pRtSign->bottom();
101 path.AddLine(pRtSign->TopLeft(), CFX_PointF(fRight, fBottom));
102 path.AddLine(CFX_PointF(pRtSign->left, fBottom),
119 float fBottom = pRtSign->bottom();
122 path.LineTo(CFX_PointF(pRtSign->left + fWidth / 2, fBottom));
150 float fBottom = pRtSign->bottom();
152 (pRtSign->top - fBottom) / (1 + static_cast<float>(cos(FX_PI / 5.0f)));
154 (pRtSign->top + fBottom) / 2.0f);
224 float fBottom = kSignPath;
225 CFX_PointF pt1(fWidth / 15.0f, fBottom + fHeight * 2 / 5.0f)
    [all...]
  /external/skia/src/gpu/ops/
GrCopySurfaceOp.cpp 50 if (clippedSrcRect->fBottom > src->height()) {
51 clippedSrcRect->fBottom = src->height();
54 clippedSrcRect->fBottom = clippedSrcRect->fTop + dst->height() - clippedDstPoint->fY;
  /external/skia/tests/
BlitMaskClip.cpp 22 REPORTER_ASSERT(fReporter, y >= fBounds.fTop && y < fBounds.fBottom);
57 for (int top = b.fTop; top < b.fBottom; top++) {
58 for (int bottom = top + 1; bottom <= b.fBottom; bottom++) {
  /external/skqp/src/gpu/ops/
GrCopySurfaceOp.cpp 50 if (clippedSrcRect->fBottom > src->height()) {
51 clippedSrcRect->fBottom = src->height();
54 clippedSrcRect->fBottom = clippedSrcRect->fTop + dst->height() - clippedDstPoint->fY;

Completed in 281 milliseconds

1 2 3 4 5 6 7 8 91011>>