Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrReducedClip.cpp43 SkClipStack::BoundsType stackBoundsType; in GrReducedClip() local
46 stack.getBounds(&stackBounds, &stackBoundsType, &iior); in GrReducedClip()
49 bool insideOut = SkClipStack::kInsideOut_BoundsType == stackBoundsType; in GrReducedClip()
57 SkASSERT(SkClipStack::kNormal_BoundsType == stackBoundsType); in GrReducedClip()
88 if (SkClipStack::kNormal_BoundsType == stackBoundsType) { in GrReducedClip()
/external/skia/tests/
DClipStackTest.cpp836 SkClipStack::BoundsType stackBoundsType; in test_invfill_diff_bug() local
837 stack.getBounds(&stackBounds, &stackBoundsType); in test_invfill_diff_bug()
840 REPORTER_ASSERT(reporter, SkClipStack::kNormal_BoundsType == stackBoundsType); in test_invfill_diff_bug()
1032 SkClipStack::BoundsType stackBoundsType; in test_reduced_clip_stack() local
1033 stack.getBounds(&stackBounds, &stackBoundsType); in test_reduced_clip_stack()
1034 if (SkClipStack::kNormal_BoundsType == stackBoundsType) { in test_reduced_clip_stack()
1219 SkClipStack::BoundsType stackBoundsType; in test_aa_query() local
1221 stack.getBounds(&stackBounds, &stackBoundsType); in test_aa_query()
1243 SkASSERT(SkClipStack::kNormal_BoundsType == stackBoundsType); in test_aa_query()
1258 if (SkClipStack::kNormal_BoundsType == stackBoundsType) { in test_aa_query()