Home | History | Annotate | Download | only in tests

Lines Matching defs:lastPt

59     SkPoint firstPt = {0, 0}, lastPt = {0, 0};
65 if (firstPtSet && lastPtSet && firstPt != lastPt) {
66 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY,
76 lastPt = pts[1];
82 lastPt = pts[2];
89 lastPt = pts[3];
93 if (firstPtSet && lastPtSet && firstPt != lastPt) {
94 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY,
104 if (firstPtSet && lastPtSet && firstPt != lastPt) {
105 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", lastPt.fX, lastPt.fY,