Lines Matching defs:last
308 // keep the last one before a non-move verb).
425 *These last two conditions we relax if we have a 3-edge path that would
1410 injectMoveToIfNeeded(); // In case last contour is closed
1448 // ignore the last point of the 1st contour
1465 // if the path has multiple contours, stop after reversing the last
2152 const SkPoint* last = points + count;
2160 while (points != last) {
2250 SkPoint fLastPt {0, 0}; // The last point passed to addPt()
2275 // only cares about the last of the initial moveTos and the verbs before the final moveTos.
2281 // Find the last real verb that affects convexity
2310 // Looking for the last moveTo before non-move verbs start
3102 int last = tangents.count() - 1;
3103 const SkVector& tangent = tangents[last];
3105 tangents.remove(last);
3107 for (int index = 0; index < last; ++index) {
3112 tangents.remove(last);
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)
3616 // Success if 4 corners and first point equals last