Exemplo n.º 1
0
 static int Orderable(SkOpAngle& lh, SkOpAngle& rh) {
     return lh.orderable(&rh);
 }
Exemplo n.º 2
0
 static int Orderable(const SkOpAngle& lh, const SkOpAngle& rh) {
     return lh.orderable(rh);
 }