Home | History | Annotate | Download | only in gpu

Lines Matching defs:ab

542     // to edges ab and bc:
559 SkVector ab = b;
560 ab -= a;
567 GrAssert(ab.length() > 0 && cb.length() > 0);
569 ab.normalize();
571 abN.setOrthog(ab, SkVector::kLeft_Side);