Home
last modified time | relevance | path

Searched refs:stackBoundsType (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrReducedClip.cpp54 SkClipStack::BoundsType stackBoundsType; in GrReducedClip() local
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
60 bool insideOut = SkClipStack::kInsideOut_BoundsType == stackBoundsType; in GrReducedClip()
68 SkASSERT(SkClipStack::kNormal_BoundsType == stackBoundsType); in GrReducedClip()
101 if (SkClipStack::kNormal_BoundsType == stackBoundsType) { in GrReducedClip()
/external/skqp/src/gpu/
DGrReducedClip.cpp54 SkClipStack::BoundsType stackBoundsType; in GrReducedClip() local
57 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
60 bool insideOut = SkClipStack::kInsideOut_BoundsType == stackBoundsType; in GrReducedClip()
68 SkASSERT(SkClipStack::kNormal_BoundsType == stackBoundsType); in GrReducedClip()
101 if (SkClipStack::kNormal_BoundsType == stackBoundsType) { in GrReducedClip()
/external/skqp/tests/
DClipStackTest.cpp863 SkClipStack::BoundsType stackBoundsType; in test_invfill_diff_bug() local
864 stack.getBounds(&stackBounds, &stackBoundsType); in test_invfill_diff_bug()
867 REPORTER_ASSERT(reporter, SkClipStack::kNormal_BoundsType == stackBoundsType); in test_invfill_diff_bug()
1064 SkClipStack::BoundsType stackBoundsType; in test_reduced_clip_stack() local
1065 stack.getBounds(&stackBounds, &stackBoundsType); in test_reduced_clip_stack()
1256 SkClipStack::BoundsType stackBoundsType; in test_aa_query() local
1258 stack.getBounds(&stackBounds, &stackBoundsType); in test_aa_query()
1280 SkASSERT(SkClipStack::kNormal_BoundsType == stackBoundsType); in test_aa_query()
1294 if (SkClipStack::kNormal_BoundsType == stackBoundsType) { in test_aa_query()
/external/skia/tests/
DClipStackTest.cpp863 SkClipStack::BoundsType stackBoundsType; in test_invfill_diff_bug() local
864 stack.getBounds(&stackBounds, &stackBoundsType); in test_invfill_diff_bug()
867 REPORTER_ASSERT(reporter, SkClipStack::kNormal_BoundsType == stackBoundsType); in test_invfill_diff_bug()
1064 SkClipStack::BoundsType stackBoundsType; in test_reduced_clip_stack() local
1065 stack.getBounds(&stackBounds, &stackBoundsType); in test_reduced_clip_stack()
1256 SkClipStack::BoundsType stackBoundsType; in test_aa_query() local
1258 stack.getBounds(&stackBounds, &stackBoundsType); in test_aa_query()
1280 SkASSERT(SkClipStack::kNormal_BoundsType == stackBoundsType); in test_aa_query()
1294 if (SkClipStack::kNormal_BoundsType == stackBoundsType) { in test_aa_query()