Lines Matching refs:firstPt
294 SkPoint firstPt;
311 firstPt = prevPt = pts[0];
345 return check_edge_against_rect(prevPt, firstPt, rect, direction);
2154 SkPoint firstPt = currPt;
2182 points = &firstPt;
3507 const SkPoint* firstPt = nullptr; // first point in the rect (last of first moves)
3531 SkPoint lineEnd = SkPath::kClose_Verb == verb ? *firstPt : *pts++;
3598 firstPt = pts;
3600 closeXY = *firstPt - *lastPt;
3624 closeXY = *firstPt - *lastPt;