Home | History | Annotate | Download | only in batches

Lines Matching defs:ab

463     // to edges ab and bc:
480 SkVector ab = b;
481 ab -= a;
488 SkASSERT(ab.length() > 0 && cb.length() > 0);
490 ab.normalize();
492 abN.setOrthog(ab, SkVector::kLeft_Side);