Searched refs:contourEndpoint (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeHardwareTessellator.cpp | 244 void writeClose(SkPoint contourEndpoint, const SkMatrix& viewMatrix, in writeClose() argument 254 this->writeCaps(contourEndpoint, viewMatrix, stroke); in writeClose() 259 // contourEndpoint == fCurrContourStartPoint.) in writeClose() 260 this->writeLineTo(contourEndpoint, fCurrContourStartPoint); in writeClose() 266 void writeCaps(SkPoint contourEndpoint, const SkMatrix& viewMatrix, const SkStrokeRec& stroke) { in writeCaps() argument 299 contourEndpoint = fCurrContourStartPoint; in writeCaps() 310 this->internalJoinTo(roundCapJoinType, contourEndpoint, fLastControlPoint); in writeCaps() 319 SkVector lastTangent = contourEndpoint - fLastControlPoint; in writeCaps() 328 this->writeLineTo(strokeJoinType, contourEndpoint, contourEndpoint in writeCaps() [all...] |
Completed in 2 milliseconds