Lines Matching refs:lastCorner
47 SkPoint moveTo, lastCorner;
55 lastCorner.set(0, 0);
62 dst->lineTo(lastCorner);
86 lastCorner = pts[1];
97 lastCorner = pts[2];
107 lastCorner = pts[2];
117 lastCorner = pts[3];
122 dst->quadTo(lastCorner.fX, lastCorner.fY,
123 lastCorner.fX + firstStep.fX,
124 lastCorner.fY + firstStep.fY);
131 dst->lineTo(lastCorner);