Home
last modified time | relevance | path

Searched refs:fTop (Results 1 – 25 of 1866) sorted by relevance

12345678910>>...75

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkRect.h252 fLeft <= r.fLeft && fTop <= r.fTop &&
295 a.fTop < b.fBottom && b.fTop < a.fBottom) {
297 fTop = SkMax32(a.fTop, b.fTop);
317 fTop = SkMax32(a.fTop, b.fTop);
335 if (fTop < top) fTop = top;
348 a.fTop < b.fBottom && b.fTop < a.fBottom;
358 a.fTop < b.fBottom && b.fTop < a.fBottom;
514 fTop = SkIntToScalar(src.fTop);
760 fTop = SkMinScalar(fTop, r.top());
777 fTop = SkMinScalar(y, fTop);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/core/
H A DSkRect.h253 fTop = y; in setXYWH()
260 fTop = 0; in setWH()
345 fTop = Sk32_sat_add(fTop, dy); in offset()
389 fTop = Sk32_sat_add(fTop, dy); in inset()
424 fTop = Sk32_sat_add(fTop, dT); in adjust()
453 fLeft <= r.fLeft && fTop <= r.fTop && in contains()
841 fTop = SkIntToScalar(src.fTop); in set()
919 fTop = y; in setXYWH()
932 fTop = 0; in setWH()
1151 fTop = SkMinScalar(fTop, r.top()); in joinPossiblyEmptyRect()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/core/
H A DSkRect.h253 fTop = y; in setXYWH()
260 fTop = 0; in setWH()
345 fTop = Sk32_sat_add(fTop, dy); in offset()
389 fTop = Sk32_sat_add(fTop, dy); in inset()
424 fTop = Sk32_sat_add(fTop, dT); in adjust()
453 fLeft <= r.fLeft && fTop <= r.fTop && in contains()
841 fTop = SkIntToScalar(src.fTop); in set()
919 fTop = y; in setXYWH()
932 fTop = 0; in setWH()
1151 fTop = SkMinScalar(fTop, r.top()); in joinPossiblyEmptyRect()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/core/
H A DSkRect.h254 fTop = y; in setXYWH()
261 fTop = 0; in setWH()
346 fTop = Sk32_sat_add(fTop, dy); in offset()
390 fTop = Sk32_sat_add(fTop, dy); in inset()
425 fTop = Sk32_sat_add(fTop, dT); in adjust()
454 fLeft <= r.fLeft && fTop <= r.fTop && in contains()
837 fTop = SkIntToScalar(src.fTop); in set()
919 fTop = y; in setXYWH()
932 fTop = 0; in setWH()
1162 fTop = std::min(fTop, r.top()); in joinPossiblyEmptyRect()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/core/
H A DSkRect.h253 fTop = y; in setXYWH()
260 fTop = 0; in setWH()
345 fTop = Sk32_sat_add(fTop, dy); in offset()
389 fTop = Sk32_sat_add(fTop, dy); in inset()
424 fTop = Sk32_sat_add(fTop, dT); in adjust()
453 fLeft <= r.fLeft && fTop <= r.fTop && in contains()
841 fTop = SkIntToScalar(src.fTop); in set()
919 fTop = y; in setXYWH()
932 fTop = 0; in setWH()
1151 fTop = SkMinScalar(fTop, r.top()); in joinPossiblyEmptyRect()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/core/
H A DSkRect.h253 fTop = y; in setXYWH()
260 fTop = 0; in setWH()
345 fTop = Sk32_sat_add(fTop, dy); in offset()
389 fTop = Sk32_sat_add(fTop, dy); in inset()
424 fTop = Sk32_sat_add(fTop, dT); in adjust()
453 fLeft <= r.fLeft && fTop <= r.fTop && in contains()
841 fTop = SkIntToScalar(src.fTop); in set()
919 fTop = y; in setXYWH()
932 fTop = 0; in setWH()
1151 fTop = SkMinScalar(fTop, r.top()); in joinPossiblyEmptyRect()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/core/
H A DSkRect.h254 fTop = y; in setXYWH()
261 fTop = 0; in setWH()
346 fTop = Sk32_sat_add(fTop, dy); in offset()
390 fTop = Sk32_sat_add(fTop, dy); in inset()
425 fTop = Sk32_sat_add(fTop, dT); in adjust()
454 fLeft <= r.fLeft && fTop <= r.fTop && in contains()
837 fTop = SkIntToScalar(src.fTop); in set()
919 fTop = y; in setXYWH()
932 fTop = 0; in setWH()
1162 fTop = std::min(fTop, r.top()); in joinPossiblyEmptyRect()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/tessellate/
H A DGrMiddleOutPolygonTriangulator.h56 fTop = fVertexStack; in GrMiddleOutPolygonTriangulator()
97 while (fTop - 1 > fVertexStack) { in close()
101 SkASSERT(fTop == fVertexStack + 1); in close()
104 fTop = fVertexStack; in close()
132 ++fTop; in pushVertex()
135 fTop->fVertexIdxDelta = vertexIdxDelta; in pushVertex()
136 fTop->fPoint = point; in pushVertex()
141 --fTop; in popTopTriangle()
142 fVertexData[0] = fTop[0].fPoint; in popTopTriangle()
143 fVertexData[1] = fTop[1].fPoint; in popTopTriangle()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/core/
H A DSkRect.h35 int32_t fTop; member
384 fTop = Sk32_sat_add(fTop, dy); in offset()
428 fTop = Sk32_sat_add(fTop, dy); in inset()
503 fLeft <= r.fLeft && fTop <= r.fTop && in contains()
577 SkMax32(a.fTop, b.fTop), in intersectNoEmptyCheck()
722 SkScalar fTop; member
1019 fTop = SkIntToScalar(src.fTop); in set()
1148 fTop = y; in setXYWH()
1161 fTop = 0; in setWH()
1426 fTop = SkMinScalar(fTop, r.top()); in joinPossiblyEmptyRect()
[all …]
/dports/misc/mnn/MNN-1.2.0/include/MNN/
H A DRect.h172 return fTop; in y()
190 return fTop; in top()
226 return fBottom - fTop; in height()
270 fTop = top; in set()
313 fLeft = fTop = 0; in isetWH()
328 fTop = y; in setXYWH()
341 fTop = 0; in setWH()
403 fTop += dy; in offset()
418 fTop = newY; in offsetTo()
433 fTop += dy; in inset()
[all …]
/dports/misc/mnn/MNN-1.2.0/demo/android/app/includes/MNN/
H A DRect.h172 return fTop; in y()
190 return fTop; in top()
226 return fBottom - fTop; in height()
270 fTop = top; in set()
313 fLeft = fTop = 0; in isetWH()
328 fTop = y; in setXYWH()
341 fTop = 0; in setWH()
403 fTop += dy; in offset()
418 fTop = newY; in offsetTo()
433 fTop += dy; in inset()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/geometry/
H A DGrRect.h17 int16_t fLeft, fTop, fRight, fBottom; member
44 int height() const { return fBottom - fTop; } in height()
52 fTop = top; in set()
59 fTop = SkToS16(r.fTop); in set()
66 fTop += dy; in offset()
78 return a.fRight > b.fLeft && a.fBottom > b.fTop && b.fRight > a.fLeft && b.fBottom > a.fTop; in GrRectsOverlap()
87 return a.fRight >= b.fLeft && a.fBottom >= b.fTop && b.fRight >= a.fLeft && b.fBottom >= a.fTop; in GrRectsTouchOrOverlap()
126 if (clippedSrcRect->fTop < 0) { in GrClipSrcRectAndDstPoint()
127 clippedDstPoint->fY -= clippedSrcRect->fTop; in GrClipSrcRectAndDstPoint()
128 clippedSrcRect->fTop = 0; in GrClipSrcRectAndDstPoint()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/geometry/
H A DGrRect.h17 int16_t fLeft, fTop, fRight, fBottom; member
44 int height() const { return fBottom - fTop; } in height()
46 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
52 fTop = top; in set()
59 fTop = SkToS16(r.fTop); in set()
71 return a.fRight > b.fLeft && a.fBottom > b.fTop && b.fRight > a.fLeft && b.fBottom > a.fTop; in GrRectsOverlap()
80 return a.fRight >= b.fLeft && a.fBottom >= b.fTop && b.fRight >= a.fLeft && b.fBottom >= a.fTop; in GrRectsTouchOrOverlap()
119 if (clippedSrcRect->fTop < 0) { in GrClipSrcRectAndDstPoint()
120 clippedDstPoint->fY -= clippedSrcRect->fTop; in GrClipSrcRectAndDstPoint()
121 clippedSrcRect->fTop = 0; in GrClipSrcRectAndDstPoint()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/geometry/
H A DGrRect.h17 int16_t fLeft, fTop, fRight, fBottom; member
44 int height() const { return fBottom - fTop; } in height()
46 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
52 fTop = top; in set()
59 fTop = SkToS16(r.fTop); in set()
71 return a.fRight > b.fLeft && a.fBottom > b.fTop && b.fRight > a.fLeft && b.fBottom > a.fTop; in GrRectsOverlap()
80 return a.fRight >= b.fLeft && a.fBottom >= b.fTop && b.fRight >= a.fLeft && b.fBottom >= a.fTop; in GrRectsTouchOrOverlap()
119 if (clippedSrcRect->fTop < 0) { in GrClipSrcRectAndDstPoint()
120 clippedDstPoint->fY -= clippedSrcRect->fTop; in GrClipSrcRectAndDstPoint()
121 clippedSrcRect->fTop = 0; in GrClipSrcRectAndDstPoint()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/geometry/
H A DGrRect.h17 int16_t fLeft, fTop, fRight, fBottom; member
44 int height() const { return fBottom - fTop; } in height()
46 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
52 fTop = top; in set()
59 fTop = SkToS16(r.fTop); in set()
71 return a.fRight > b.fLeft && a.fBottom > b.fTop && b.fRight > a.fLeft && b.fBottom > a.fTop; in GrRectsOverlap()
80 return a.fRight >= b.fLeft && a.fBottom >= b.fTop && b.fRight >= a.fLeft && b.fBottom >= a.fTop; in GrRectsTouchOrOverlap()
119 if (clippedSrcRect->fTop < 0) { in GrClipSrcRectAndDstPoint()
120 clippedDstPoint->fY -= clippedSrcRect->fTop; in GrClipSrcRectAndDstPoint()
121 clippedSrcRect->fTop = 0; in GrClipSrcRectAndDstPoint()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/geometry/
H A DGrRect.h17 int16_t fLeft, fTop, fRight, fBottom; member
44 int height() const { return fBottom - fTop; } in height()
46 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
52 fTop = top; in set()
59 fTop = SkToS16(r.fTop); in set()
71 return a.fRight > b.fLeft && a.fBottom > b.fTop && b.fRight > a.fLeft && b.fBottom > a.fTop; in GrRectsOverlap()
80 return a.fRight >= b.fLeft && a.fBottom >= b.fTop && b.fRight >= a.fLeft && b.fBottom >= a.fTop; in GrRectsTouchOrOverlap()
119 if (clippedSrcRect->fTop < 0) { in GrClipSrcRectAndDstPoint()
120 clippedDstPoint->fY -= clippedSrcRect->fTop; in GrClipSrcRectAndDstPoint()
121 clippedSrcRect->fTop = 0; in GrClipSrcRectAndDstPoint()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/geometry/
H A DGrRect.h17 int16_t fLeft, fTop, fRight, fBottom; member
44 int height() const { return fBottom - fTop; } in height()
46 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
52 fTop = top; in set()
59 fTop = SkToS16(r.fTop); in set()
71 return a.fRight > b.fLeft && a.fBottom > b.fTop && b.fRight > a.fLeft && b.fBottom > a.fTop; in GrRectsOverlap()
80 return a.fRight >= b.fLeft && a.fBottom >= b.fTop && b.fRight >= a.fLeft && b.fBottom >= a.fTop; in GrRectsTouchOrOverlap()
119 if (clippedSrcRect->fTop < 0) { in GrClipSrcRectAndDstPoint()
120 clippedDstPoint->fY -= clippedSrcRect->fTop; in GrClipSrcRectAndDstPoint()
121 clippedSrcRect->fTop = 0; in GrClipSrcRectAndDstPoint()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/theme/
H A Dcfwl_widgettp.cpp155 path.MoveTo(CFX_PointF(fLeft, fTop + 1)); in DrawArrow()
156 path.LineTo(CFX_PointF(fLeft + 4, fTop + 5)); in DrawArrow()
158 path.LineTo(CFX_PointF(fLeft + 7, fTop)); in DrawArrow()
160 path.LineTo(CFX_PointF(fLeft + 1, fTop)); in DrawArrow()
164 path.MoveTo(CFX_PointF(fLeft, fTop + 4)); in DrawArrow()
165 path.LineTo(CFX_PointF(fLeft + 4, fTop)); in DrawArrow()
173 path.MoveTo(CFX_PointF(fLeft + 1, fTop)); in DrawArrow()
176 path.LineTo(CFX_PointF(fLeft, fTop + 7)); in DrawArrow()
178 path.LineTo(CFX_PointF(fLeft, fTop + 1)); in DrawArrow()
182 path.MoveTo(CFX_PointF(fLeft, fTop + 4)); in DrawArrow()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkRect.cpp16 std::max(a.fTop, b.fTop), in intersect()
38 if (r.fTop < fTop) fTop = r.fTop; in join()
49 quad[0].set(fLeft, fTop); in toQuad()
50 quad[1].set(fRight, fTop); in toQuad()
112 CHECK_INTERSECT(r.fLeft, r.fTop, r.fRight, r.fBottom, fLeft, fTop, fRight, fBottom); in intersect()
132 fTop = std::min(fTop, r.fTop); in join()
156 line.appendf(" %s, /* %f */\n", set_scalar(&tmp, fTop, asType), fTop); in dump()
212 if (b.fTop > a.fTop) { in subtract()
213 topArea = (b.fTop - a.fTop) * width; in subtract()
236 out->fBottom = b.fTop; in subtract()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrRect.h15 int16_t fLeft, fTop, fRight, fBottom; member
36 int height() const { return fBottom - fTop; } in height()
38 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } in isEmpty()
44 fTop = top; in set()
51 fTop = SkToS16(r.fTop); in set()
61 SkASSERT(!a.isFinite() || (a.fLeft <= a.fRight && a.fTop <= a.fBottom)); in GrRectsOverlap()
62 SkASSERT(!b.isFinite() || (b.fLeft <= b.fRight && b.fTop <= b.fBottom)); in GrRectsOverlap()
63 return a.fRight > b.fLeft && a.fBottom > b.fTop && b.fRight > a.fLeft && b.fBottom > a.fTop; in GrRectsOverlap()
70 SkASSERT(!a.isFinite() || (a.fLeft <= a.fRight && a.fTop <= a.fBottom)); in GrRectsTouchOrOverlap()
71 SkASSERT(!b.isFinite() || (b.fLeft <= b.fRight && b.fTop <= b.fBottom)); in GrRectsTouchOrOverlap()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkRect.cpp15 SkMax32(a.fTop, b.fTop), in intersect()
28 if (r.fLeft >= r.fRight || r.fTop >= r.fBottom) { in join()
33 if (fLeft >= fRight || fTop >= fBottom) { in join()
37 if (r.fTop < fTop) fTop = r.fTop; in join()
48 quad[0].set(fLeft, fTop); in toQuad()
49 quad[1].set(fRight, fTop); in toQuad()
111 CHECK_INTERSECT(r.fLeft, r.fTop, r.fRight, r.fBottom, fLeft, fTop, fRight, fBottom); in intersect()
117 CHECK_INTERSECT(a.fLeft, a.fTop, a.fRight, a.fBottom, b.fLeft, b.fTop, b.fRight, b.fBottom); in intersect()
131 fTop = SkMinScalar(fTop, r.fTop); in join()
155 line.appendf(" %s, /* %f */\n", set_scalar(&tmp, fTop, asType), fTop); in dump()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkRect.cpp15 SkMax32(a.fTop, b.fTop), in intersect()
28 if (r.fLeft >= r.fRight || r.fTop >= r.fBottom) { in join()
33 if (fLeft >= fRight || fTop >= fBottom) { in join()
37 if (r.fTop < fTop) fTop = r.fTop; in join()
48 quad[0].set(fLeft, fTop); in toQuad()
49 quad[1].set(fRight, fTop); in toQuad()
111 CHECK_INTERSECT(r.fLeft, r.fTop, r.fRight, r.fBottom, fLeft, fTop, fRight, fBottom); in intersect()
117 CHECK_INTERSECT(a.fLeft, a.fTop, a.fRight, a.fBottom, b.fLeft, b.fTop, b.fRight, b.fBottom); in intersect()
131 fTop = SkMinScalar(fTop, r.fTop); in join()
155 line.appendf(" %s, /* %f */\n", set_scalar(&tmp, fTop, asType), fTop); in dump()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkRect.cpp15 std::max(a.fTop, b.fTop), in intersect()
28 if (r.fLeft >= r.fRight || r.fTop >= r.fBottom) { in join()
33 if (fLeft >= fRight || fTop >= fBottom) { in join()
37 if (r.fTop < fTop) fTop = r.fTop; in join()
48 quad[0].set(fLeft, fTop); in toQuad()
49 quad[1].set(fRight, fTop); in toQuad()
111 CHECK_INTERSECT(r.fLeft, r.fTop, r.fRight, r.fBottom, fLeft, fTop, fRight, fBottom); in intersect()
117 CHECK_INTERSECT(a.fLeft, a.fTop, a.fRight, a.fBottom, b.fLeft, b.fTop, b.fRight, b.fBottom); in intersect()
131 fTop = std::min(fTop, r.fTop); in join()
155 line.appendf(" %s, /* %f */\n", set_scalar(&tmp, fTop, asType), fTop); in dump()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkRect.cpp15 SkMax32(a.fTop, b.fTop), in intersect()
28 if (r.fLeft >= r.fRight || r.fTop >= r.fBottom) { in join()
33 if (fLeft >= fRight || fTop >= fBottom) { in join()
37 if (r.fTop < fTop) fTop = r.fTop; in join()
48 quad[0].set(fLeft, fTop); in toQuad()
49 quad[1].set(fRight, fTop); in toQuad()
111 CHECK_INTERSECT(r.fLeft, r.fTop, r.fRight, r.fBottom, fLeft, fTop, fRight, fBottom); in intersect()
117 CHECK_INTERSECT(a.fLeft, a.fTop, a.fRight, a.fBottom, b.fLeft, b.fTop, b.fRight, b.fBottom); in intersect()
131 fTop = SkMinScalar(fTop, r.fTop); in join()
155 line.appendf(" %s, /* %f */\n", set_scalar(&tmp, fTop, asType), fTop); in dump()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkRect.cpp15 SkMax32(a.fTop, b.fTop), in intersect()
28 if (r.fLeft >= r.fRight || r.fTop >= r.fBottom) { in join()
33 if (fLeft >= fRight || fTop >= fBottom) { in join()
37 if (r.fTop < fTop) fTop = r.fTop; in join()
48 quad[0].set(fLeft, fTop); in toQuad()
49 quad[1].set(fRight, fTop); in toQuad()
111 CHECK_INTERSECT(r.fLeft, r.fTop, r.fRight, r.fBottom, fLeft, fTop, fRight, fBottom); in intersect()
117 CHECK_INTERSECT(a.fLeft, a.fTop, a.fRight, a.fBottom, b.fLeft, b.fTop, b.fRight, b.fBottom); in intersect()
131 fTop = SkMinScalar(fTop, r.fTop); in join()
155 line.appendf(" %s, /* %f */\n", set_scalar(&tmp, fTop, asType), fTop); in dump()
[all …]

12345678910>>...75