Lines Matching defs:after
61 bool SkOpAngle::after(const SkOpAngle* test) const {
640 // OPTIMIZE: if this loops to only one other angle, after first compare fails, insert on other side
666 if (singleton || angle->after(this)) {
682 if (angle->after(last)) {
750 // OPTIMIZATION: can this be done better in after when angles are sorted?
789 SkASSERT(working->after(last));