Lines Matching refs:lastCorner
49 SkPoint moveTo, lastCorner;
57 lastCorner.set(0, 0);
64 dst->lineTo(lastCorner);
88 lastCorner = pts[1];
99 lastCorner = pts[2];
109 lastCorner = pts[2];
119 lastCorner = pts[3];
124 dst->quadTo(lastCorner.fX, lastCorner.fY,
125 lastCorner.fX + firstStep.fX,
126 lastCorner.fY + firstStep.fY);
133 dst->lineTo(lastCorner);