Lines Matching defs:first
130 - we insert a Move(0,0) if Line | Quad | Cubic is our first command
134 2. if we encounter Close, return a cons'd up Line() first (if the curr-pt != start-pt)
423 *The final point isn't equal to the first point.
768 // don't add a close if it's the first verb or a repeat
1016 const SkPoint& first = *pts;
1018 if (first != pts[index]) {
1723 // verbs points one beyond the current verb, decrement first.
2135 // should only be true for first non-zero vector after setMovePt was called.
2190 // we have to check the direction change along the first vector in case it is concave.
2247 SkPoint fFirstPt {0, 0}; // The first point of the contour, e.g. moveTo(x,y)
2339 // The first contour has closed and anything other than spurious trailing moves means
2462 // Returns the first pt with the maximum Y coordinate
2525 * contour that contained the global y-max. If we just look at the first
3339 // initial with the first MoveTo, so we don't have to check inside the switch
3507 const SkPoint* firstPt = nullptr; // first point in the rect (last of first moves)
3508 const SkPoint* lastPt = nullptr; // last point in the rect (last of lines or first if closed)
3554 break; // colinear with first
3616 // Success if 4 corners and first point equals last