Lines Matching refs:lastPt
94 SkPoint lastPt = {0,0};
100 lastPt = pathPts[0];
104 startPt = lastPt = pathPts[0];
107 REPORTER_ASSERT(r, pathPts[0] == lastPt);
109 lastPt = pathPts[1];
112 REPORTER_ASSERT(r, pathPts[0] == lastPt);
115 lastPt = pathPts[2];
118 REPORTER_ASSERT(r, pathPts[0] == lastPt);
122 lastPt = pathPts[3];
125 REPORTER_ASSERT(r, pathPts[0] == lastPt);
129 lastPt = pathPts[2];
132 REPORTER_ASSERT(r, pathPts[0] == lastPt);