Searched refs:hasScissor (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrReducedClip.h | 53 bool hasScissor() const { return fHasScissor; } in hasScissor() function
|
D | GrClipStackClip.cpp | 226 if (reducedClip.hasScissor() && !GrClip::IsInsideClip(reducedClip.scissor(), devBounds)) { in apply() 258 SkASSERT(reducedClip.hasScissor()); in applyClipMask()
|
/external/skqp/src/gpu/ |
D | GrReducedClip.h | 53 bool hasScissor() const { return fHasScissor; } in hasScissor() function
|
D | GrClipStackClip.cpp | 225 if (reducedClip.hasScissor() && !GrClip::IsInsideClip(reducedClip.scissor(), devBounds)) { in apply() 256 SkASSERT(reducedClip.hasScissor()); in applyClipMask()
|
/external/skqp/tests/ |
D | ClipStackTest.cpp | 1062 REPORTER_ASSERT(reporter, reduced->hasScissor(), testCase.c_str()); in test_reduced_clip_stack() 1079 SkIRect scissor = reduced->hasScissor() ? reduced->scissor() : kIBounds; in test_reduced_clip_stack() 1216 REPORTER_ASSERT(reporter, reduced.hasScissor()); in test_reduced_clip_stack_genid() 1217 SkASSERT(reduced.hasScissor()); in test_reduced_clip_stack_genid() 1272 !reduced.hasScissor() || GrClip::IsInsideClip(reduced.scissor(), queryBounds), in test_aa_query() 1285 REPORTER_ASSERT(reporter, reduced.hasScissor(), testName.c_str()); in test_aa_query() 1299 REPORTER_ASSERT(reporter, reduced.hasScissor(), testName.c_str()); in test_aa_query() 1420 REPORTER_ASSERT(reporter, !reduced.hasScissor()); in test_tiny_query_bounds_assertion_bug()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 1062 REPORTER_ASSERT(reporter, reduced->hasScissor(), testCase.c_str()); in test_reduced_clip_stack() 1079 SkIRect scissor = reduced->hasScissor() ? reduced->scissor() : kIBounds; in test_reduced_clip_stack() 1216 REPORTER_ASSERT(reporter, reduced.hasScissor()); in test_reduced_clip_stack_genid() 1217 SkASSERT(reduced.hasScissor()); in test_reduced_clip_stack_genid() 1272 !reduced.hasScissor() || GrClip::IsInsideClip(reduced.scissor(), queryBounds), in test_aa_query() 1285 REPORTER_ASSERT(reporter, reduced.hasScissor(), testName.c_str()); in test_aa_query() 1299 REPORTER_ASSERT(reporter, reduced.hasScissor(), testName.c_str()); in test_aa_query() 1420 REPORTER_ASSERT(reporter, !reduced.hasScissor()); in test_tiny_query_bounds_assertion_bug()
|