Home
last modified time | relevance | path

Searched refs:IsInsideClip (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrFixedClip.cpp17 return !fScissorState.enabled() || GrClip::IsInsideClip(fScissorState.rect(), rect); in quickContains()
58 if (!IsInsideClip(fScissorState.rect(), *bounds)) { in apply()
DGrClip.h76 constexpr static bool IsInsideClip(const TRect& innerClipBounds, const SkRect& queryBounds) { in IsInsideClip() function
DGrClipStackClip.cpp263 if (reducedClip.hasIBounds() && !GrClip::IsInsideClip(reducedClip.ibounds(), devBounds)) { in apply()
DGrReducedClip.cpp67 if (GrClip::IsInsideClip(stackBounds, queryBounds)) { in GrReducedClip()
/external/skia/tests/
DClipStackTest.cpp1040 GrClip::IsInsideClip(reduced->ibounds(), stackBounds), in test_reduced_clip_stack()
1237 GrClip::IsInsideClip(reduced.ibounds(), queryBounds), in test_aa_query()