Searched refs:hasScissor (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrReducedClip.h | 53 bool hasScissor() const { return fHasScissor; } in hasScissor() function
|
D | GrClipStackClip.cpp | 232 if (reducedClip.hasScissor() && !GrClip::IsInsideClip(reducedClip.scissor(), devBounds)) { in apply() 263 SkASSERT(reducedClip.hasScissor()); in applyClipMask()
|
/third_party/flutter/skia/tests/ |
D | ClipStackTest.cpp | 1064 REPORTER_ASSERT(reporter, reduced->hasScissor(), testCase.c_str()); in test_reduced_clip_stack() 1081 SkIRect scissor = reduced->hasScissor() ? reduced->scissor() : kIBounds; in test_reduced_clip_stack() 1218 REPORTER_ASSERT(reporter, reduced.hasScissor()); in test_reduced_clip_stack_genid() 1219 SkASSERT(reduced.hasScissor()); in test_reduced_clip_stack_genid() 1274 !reduced.hasScissor() || GrClip::IsInsideClip(reduced.scissor(), queryBounds), in test_aa_query() 1287 REPORTER_ASSERT(reporter, reduced.hasScissor(), testName.c_str()); in test_aa_query() 1301 REPORTER_ASSERT(reporter, reduced.hasScissor(), testName.c_str()); in test_aa_query() 1422 REPORTER_ASSERT(reporter, !reduced.hasScissor()); in test_tiny_query_bounds_assertion_bug()
|