Home
last modified time | relevance | path

Searched refs:stackBounds (Results 1 – 17 of 17) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp42 SkRect stackBounds; in GrReducedClip() local
44 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
46 if (stackBounds.isEmpty() || GrClip::IsOutsideClip(stackBounds, queryBounds)) { in GrReducedClip()
57 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) { in GrReducedClip()
60 stackBounds.round(&fIBounds); in GrReducedClip()
65 if (GrClip::IsInsideClip(stackBounds, queryBounds)) { in GrReducedClip()
71 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds)); in GrReducedClip()
77 fElements.addToHead(stackBounds, SkCanvas::kReplace_Op, true/*doAA*/); in GrReducedClip()
89 SkAssertResult(tighterQuery.intersect(GrClip::GetPixelBounds(stackBounds))); in GrReducedClip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrReducedClip.cpp56 SkRect stackBounds; in GrReducedClip() local
58 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
60 if (GrClip::IsOutsideClip(stackBounds, queryBounds)) { in GrReducedClip()
71 if (GrClip::IsInsideClip(stackBounds, queryBounds)) { in GrReducedClip()
78 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) { in GrReducedClip()
80 stackBounds.round(&fScissor); in GrReducedClip()
87 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds)); in GrReducedClip()
95 fAAClipRect = stackBounds; in GrReducedClip()
105 SkAssertResult(tighterQuery.intersect(GrClip::GetPixelBounds(stackBounds))); in GrReducedClip()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp55 SkRect stackBounds; in GrReducedClip() local
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
59 if (GrClip::IsOutsideClip(stackBounds, queryBounds)) { in GrReducedClip()
70 if (GrClip::IsInsideClip(stackBounds, queryBounds)) { in GrReducedClip()
77 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) { in GrReducedClip()
79 stackBounds.round(&fScissor); in GrReducedClip()
86 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds)); in GrReducedClip()
94 fAAClipRect = stackBounds; in GrReducedClip()
104 SkAssertResult(tighterQuery.intersect(GrClip::GetPixelBounds(stackBounds))); in GrReducedClip()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp55 SkRect stackBounds; in GrReducedClip() local
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
59 if (GrClip::IsOutsideClip(stackBounds, queryBounds)) { in GrReducedClip()
70 if (GrClip::IsInsideClip(stackBounds, queryBounds)) { in GrReducedClip()
77 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) { in GrReducedClip()
79 stackBounds.round(&fScissor); in GrReducedClip()
86 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds)); in GrReducedClip()
94 fAAClipRect = stackBounds; in GrReducedClip()
104 SkAssertResult(tighterQuery.intersect(GrClip::GetPixelBounds(stackBounds))); in GrReducedClip()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrReducedClip.cpp55 SkRect stackBounds; in GrReducedClip() local
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
59 if (GrClip::IsOutsideClip(stackBounds, queryBounds)) { in GrReducedClip()
70 if (GrClip::IsInsideClip(stackBounds, queryBounds)) { in GrReducedClip()
77 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) { in GrReducedClip()
79 stackBounds.round(&fScissor); in GrReducedClip()
86 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds)); in GrReducedClip()
94 fAAClipRect = stackBounds; in GrReducedClip()
104 SkAssertResult(tighterQuery.intersect(GrClip::GetPixelBounds(stackBounds))); in GrReducedClip()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp55 SkRect stackBounds; in GrReducedClip() local
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
59 if (GrClip::IsOutsideClip(stackBounds, queryBounds)) { in GrReducedClip()
70 if (GrClip::IsInsideClip(stackBounds, queryBounds)) { in GrReducedClip()
77 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) { in GrReducedClip()
79 stackBounds.round(&fScissor); in GrReducedClip()
86 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds)); in GrReducedClip()
94 fAAClipRect = stackBounds; in GrReducedClip()
104 SkAssertResult(tighterQuery.intersect(GrClip::GetPixelBounds(stackBounds))); in GrReducedClip()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp55 SkRect stackBounds; in GrReducedClip() local
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
59 if (GrClip::IsOutsideClip(stackBounds, queryBounds)) { in GrReducedClip()
70 if (GrClip::IsInsideClip(stackBounds, queryBounds)) { in GrReducedClip()
77 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) { in GrReducedClip()
79 stackBounds.round(&fScissor); in GrReducedClip()
86 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds)); in GrReducedClip()
94 fAAClipRect = stackBounds; in GrReducedClip()
104 SkAssertResult(tighterQuery.intersect(GrClip::GetPixelBounds(stackBounds))); in GrReducedClip()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrReducedClip.cpp54 SkRect stackBounds; in GrReducedClip() local
56 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
58 if (GrClip::IsOutsideClip(stackBounds, queryBounds)) { in GrReducedClip()
69 if (!iter.prev()->isAA() || GrClip::IsPixelAligned(stackBounds)) { in GrReducedClip()
71 stackBounds.round(&fScissor); in GrReducedClip()
76 if (GrClip::IsInsideClip(stackBounds, queryBounds)) { in GrReducedClip()
82 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds)); in GrReducedClip()
90 fAAClipRect = stackBounds; in GrReducedClip()
100 SkAssertResult(tighterQuery.intersect(GrClip::GetPixelBounds(stackBounds))); in GrReducedClip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DClipStackTest.cpp866 SkRect stackBounds; in test_invfill_diff_bug() local
868 stack.getBounds(&stackBounds, &stackBoundsType); in test_invfill_diff_bug()
870 REPORTER_ASSERT(reporter, stackBounds.isEmpty()); in test_invfill_diff_bug()
1087 SkRect stackBounds; in test_reduced_clip_stack() local
1089 stack.getBounds(&stackBounds, &stackBoundsType); in test_reduced_clip_stack()
1179 SkIRect stackBounds = IXYWH(0, 0, 76, 76); in test_reduced_clip_stack_genid() local
1284 SkRect stackBounds; in test_aa_query() local
1285 stack.getBounds(&stackBounds, &stackBoundsType); in test_aa_query()
1310 stackBounds.round(&expectedScissor); in test_aa_query()
1566 SkIRect stackBounds = path.getBounds().roundOut(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.addons.swt/src/org/eclipse/e4/ui/workbench/addons/minmax/
H A DMinMaxAddon.java1128 Rectangle stackBounds = stackCtrl.getBounds(); in getBarForElement() local
1129 stackBounds = winShell.getDisplay().map(stackCtrl, winShell, stackBounds); in getBarForElement()
1130 int stackCenterX = stackBounds.x + (stackBounds.width / 2); in getBarForElement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkBitmapDevice.cpp710 const SkIRect& stackBounds = fRCStack.rc().getBounds(); in validateDevBounds() local
711 SkASSERT(drawClipBounds == stackBounds); in validateDevBounds()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkBitmapDevice.cpp717 const SkIRect& stackBounds = fRCStack.rc().getBounds(); in validateDevBounds() local
718 SkASSERT(drawClipBounds == stackBounds); in validateDevBounds()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkBitmapDevice.cpp806 const SkIRect& stackBounds = fRCStack.rc().getBounds(); in validateDevBounds() local
807 SkASSERT(drawClipBounds == stackBounds); in validateDevBounds()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkBitmapDevice.cpp806 const SkIRect& stackBounds = fRCStack.rc().getBounds(); in validateDevBounds() local
807 SkASSERT(drawClipBounds == stackBounds); in validateDevBounds()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkBitmapDevice.cpp809 const SkIRect& stackBounds = fRCStack.rc().getBounds(); in validateDevBounds() local
810 SkASSERT(drawClipBounds == stackBounds); in validateDevBounds()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkBitmapDevice.cpp806 const SkIRect& stackBounds = fRCStack.rc().getBounds(); in validateDevBounds() local
807 SkASSERT(drawClipBounds == stackBounds); in validateDevBounds()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkBitmapDevice.cpp806 const SkIRect& stackBounds = fRCStack.rc().getBounds(); in validateDevBounds() local
807 SkASSERT(drawClipBounds == stackBounds); in validateDevBounds()