Lines Matching refs:lastCorner
44 SkPoint moveTo, lastCorner; in filterPath() local
52 lastCorner.set(0, 0); in filterPath()
59 dst->lineTo(lastCorner); in filterPath()
83 lastCorner = pts[1]; in filterPath()
94 lastCorner = pts[2]; in filterPath()
104 lastCorner = pts[2]; in filterPath()
114 lastCorner = pts[3]; in filterPath()
119 dst->quadTo(lastCorner.fX, lastCorner.fY, in filterPath()
120 lastCorner.fX + firstStep.fX, in filterPath()
121 lastCorner.fY + firstStep.fY); in filterPath()
128 dst->lineTo(lastCorner); in filterPath()