Lines Matching refs:stackBounds
862 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()
1295 SkAssertResult(expectedClipIBounds.intersect(GrClip::GetPixelIBounds(stackBounds))); in test_aa_query()