Home
last modified time | relevance | path

Searched refs:endsIntersect (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkOpAngle.h71 bool endsIntersect(SkOpAngle* );
DSkOpAngle.cpp442 bool SkOpAngle::endsIntersect(SkOpAngle* rh) { in endsIntersect() function in SkOpAngle
853 return endsIntersect(rh); in orderable()
/external/skia/tests/
DPathOpsAngleTest.cpp206 return lh.endsIntersect(&rh); in EndsIntersect()
DPathOpsAngleIdeas.cpp26 return lh.endsIntersect(&rh); in EndsIntersect()