Searched refs:IsInsideClip (Results 1 – 5 of 5) sorted by relevance
17 return !fScissorState.enabled() || GrClip::IsInsideClip(fScissorState.rect(), rect); in quickContains()58 if (!IsInsideClip(fScissorState.rect(), *bounds)) { in apply()
76 constexpr static bool IsInsideClip(const TRect& innerClipBounds, const SkRect& queryBounds) { in IsInsideClip() function
263 if (reducedClip.hasIBounds() && !GrClip::IsInsideClip(reducedClip.ibounds(), devBounds)) { in apply()
67 if (GrClip::IsInsideClip(stackBounds, queryBounds)) { in GrReducedClip()
1040 GrClip::IsInsideClip(reduced->ibounds(), stackBounds), in test_reduced_clip_stack()1237 GrClip::IsInsideClip(reduced.ibounds(), queryBounds), in test_aa_query()