Beispiel #1
0
 static int EndsIntersect(SkOpAngle& lh, SkOpAngle& rh) {
     return lh.endsIntersect(&rh);
 }
Beispiel #2
0
 static int EndsIntersect(const SkOpAngle& lh, const SkOpAngle& rh) {
     return lh.endsIntersect(rh);
 }