Lines Matching defs:first
357 // first assume the inital tangents are the ordering
598 // OPTIMIZE: if this loops to only one other angle, after first compare fails, insert on other side
670 const SkOpAngle* first = this;
688 } while ((loop = loop->fNext) != first);
694 const SkOpAngle* first = this;
699 } while (next && next != first);
868 if (s1x3 * s3x2 >= 0) { // if third vector is on or between first two vectors