Lines Matching refs:stackBounds
835 SkRect stackBounds; in test_invfill_diff_bug() local
837 stack.getBounds(&stackBounds, &stackBoundsType); in test_invfill_diff_bug()
839 REPORTER_ASSERT(reporter, stackBounds.isEmpty()); in test_invfill_diff_bug()
1031 SkRect stackBounds; in test_reduced_clip_stack() local
1033 stack.getBounds(&stackBounds, &stackBoundsType); in test_reduced_clip_stack()
1038 GrClip::IsInsideClip(reduced->ibounds(), stackBounds), in test_reduced_clip_stack()
1123 SkIRect stackBounds = IXYWH(0, 0, 76, 76); in test_reduced_clip_stack_genid() local
1163 { XYWH(0, 0, 100, 100), 4, genIDD, GrReducedClip::InitialState::kAllOut, stackBounds }, in test_reduced_clip_stack_genid()
1220 SkRect stackBounds; in test_aa_query() local
1221 stack.getBounds(&stackBounds, &stackBoundsType); in test_aa_query()
1246 stackBounds.round(&expectedScissor); in test_aa_query()
1259 SkAssertResult(expectedClipIBounds.intersect(GrClip::GetPixelIBounds(stackBounds))); in test_aa_query()