Lines Matching refs:stackBounds
841 SkRect stackBounds; in test_invfill_diff_bug() local
843 stack.getBounds(&stackBounds, &stackBoundsType); in test_invfill_diff_bug()
845 REPORTER_ASSERT(reporter, stackBounds.isEmpty()); in test_invfill_diff_bug()
1043 SkRect stackBounds; in test_reduced_clip_stack() local
1045 stack.getBounds(&stackBounds, &stackBoundsType); in test_reduced_clip_stack()
1131 SkIRect stackBounds = IXYWH(0, 0, 76, 76); in test_reduced_clip_stack_genid() local
1171 { XYWH(0, 0, 100, 100), 4, genIDD, GrReducedClip::InitialState::kAllOut, stackBounds }, in test_reduced_clip_stack_genid()
1237 SkRect stackBounds; in test_aa_query() local
1238 stack.getBounds(&stackBounds, &stackBoundsType); in test_aa_query()
1263 stackBounds.round(&expectedScissor); in test_aa_query()
1275 SkAssertResult(expectedClipIBounds.intersect(GrClip::GetPixelIBounds(stackBounds))); in test_aa_query()