Home
last modified time | relevance | path

Searched refs:lastCorner (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/effects/
DSkCornerPathEffect.cpp44 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()
[all …]
DSkArcToPathEffect.cpp22 SkPoint lastCorner = { 0, 0 }; // avoid warning in filterPath() local
29 dst->lineTo(lastCorner); in filterPath()
37 lastCorner = pts[1]; in filterPath()
41 lastCorner = pts[2]; in filterPath()
45 lastCorner = pts[2]; in filterPath()
49 lastCorner = pts[3]; in filterPath()
52 dst->lineTo(lastCorner); in filterPath()
55 dst->lineTo(lastCorner); in filterPath()