Lines Matching refs:lastCorner
45 SkPoint moveTo, lastCorner;52 lastCorner.set(0, 0);59 dst->lineTo(lastCorner);83 lastCorner = pts[1];94 lastCorner = pts[2];104 lastCorner = pts[3];109 dst->quadTo(lastCorner.fX, lastCorner.fY,110 lastCorner.fX + firstStep.fX,111 lastCorner.fY + firstStep.fY);