Lines Matching defs:endControlPoint
70 SkPoint endControlPoint = start;
71 this->writeStroke(cubic, endControlPoint, GrTessellationShader::kCubicCurveType);
82 SkPoint endControlPoint = cubic[2];
83 this->writeStroke(cubic, endControlPoint, GrTessellationShader::kCubicCurveType);
97 SkPoint endControlPoint = conic[1];
98 this->writeStroke(conic, endControlPoint, GrTessellationShader::kConicCurveType);
109 SkPoint endControlPoint = (p[3] != p[2]) ? p[2] : (p[2] != p[1]) ? p[1] : p[0];
110 this->writeStroke(p, endControlPoint, GrTessellationShader::kCubicCurveType);
169 SK_ALWAYS_INLINE void writeStroke(const SkPoint p[4], SkPoint endControlPoint,
183 fLastControlPoint = endControlPoint;