Home | History | Annotate | Download | only in tests

Lines Matching refs:lastPt

153     SkPoint firstPt = {0, 0}, lastPt = {0, 0};
159 if (firstPtSet && lastPtSet && firstPt != lastPt) {
160 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY,
170 lastPt = pts[1];
176 lastPt = pts[2];
183 lastPt = pts[3];
187 if (firstPtSet && lastPtSet && firstPt != lastPt) {
188 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY,
198 if (firstPtSet && lastPtSet && firstPt != lastPt) {
199 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY,