Home
last modified time | relevance | path

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

/external/skia/src/gpu/
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()
/external/skqp/src/gpu/
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()
/external/skia/tests/
DClipStackTest.cpp864 SkRect stackBounds; in test_invfill_diff_bug() local
866 stack.getBounds(&stackBounds, &stackBoundsType); in test_invfill_diff_bug()
868 REPORTER_ASSERT(reporter, stackBounds.isEmpty()); in test_invfill_diff_bug()
1065 SkRect stackBounds; in test_reduced_clip_stack() local
1067 stack.getBounds(&stackBounds, &stackBoundsType); in test_reduced_clip_stack()
1153 SkIRect stackBounds = IXYWH(0, 0, 76, 76); in test_reduced_clip_stack_genid() local
1193 { XYWH(0, 0, 100, 100), 4, genIDD, GrReducedClip::InitialState::kAllOut, stackBounds }, in test_reduced_clip_stack_genid()
1259 SkRect stackBounds; in test_aa_query() local
1260 stack.getBounds(&stackBounds, &stackBoundsType); in test_aa_query()
1285 stackBounds.round(&expectedScissor); in test_aa_query()
[all …]
/external/skqp/tests/
DClipStackTest.cpp862 SkRect stackBounds; in test_invfill_diff_bug() local
864 stack.getBounds(&stackBounds, &stackBoundsType); in test_invfill_diff_bug()
866 REPORTER_ASSERT(reporter, stackBounds.isEmpty()); in test_invfill_diff_bug()
1063 SkRect stackBounds; in test_reduced_clip_stack() local
1065 stack.getBounds(&stackBounds, &stackBoundsType); in test_reduced_clip_stack()
1151 SkIRect stackBounds = IXYWH(0, 0, 76, 76); in test_reduced_clip_stack_genid() local
1191 { XYWH(0, 0, 100, 100), 4, genIDD, GrReducedClip::InitialState::kAllOut, stackBounds }, in test_reduced_clip_stack_genid()
1257 SkRect stackBounds; in test_aa_query() local
1258 stack.getBounds(&stackBounds, &stackBoundsType); in test_aa_query()
1283 stackBounds.round(&expectedScissor); in test_aa_query()
[all …]
/external/skia/src/core/
DSkBitmapDevice.cpp814 const SkIRect& stackBounds = fRCStack.rc().getBounds(); in validateDevBounds() local
815 SkASSERT(drawClipBounds == stackBounds); in validateDevBounds()
/external/skqp/src/core/
DSkBitmapDevice.cpp797 const SkIRect& stackBounds = fRCStack.rc().getBounds(); in validateDevBounds() local
798 SkASSERT(drawClipBounds == stackBounds); in validateDevBounds()