Searched refs:stackBoundsType (Results 1 – 2 of 2) sorted by relevance
43 SkClipStack::BoundsType stackBoundsType; in GrReducedClip() local46 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()
836 SkClipStack::BoundsType stackBoundsType; in test_invfill_diff_bug() local837 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() local1033 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() local1221 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()