Searched refs:writeLineTo (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeHardwareTessellator.cpp | 160 void writeLineTo(SkPoint p0, SkPoint p1) { in writeLineTo() function in skgpu::__anon18867::PatchWriter::JoinType 161 this->writeLineTo(fStrokeJoinType, p0, p1); in writeLineTo() 163 void writeLineTo(JoinType prevJoinType, SkPoint p0, SkPoint p1) { in writeLineTo() function in skgpu::__anon18867::PatchWriter::JoinType 202 this->writeLineTo(chops[0], chops[3]); in writeCubicConvex180PatchesTo() 203 this->writeLineTo(JoinType::kBowtie, chops[3], chops[6]); in writeCubicConvex180PatchesTo() 204 this->writeLineTo(JoinType::kBowtie, chops[6], chops[9]); in writeCubicConvex180PatchesTo() 260 this->writeLineTo(contourEndpoint, fCurrContourStartPoint); in writeClose() 328 this->writeLineTo(strokeJoinType, contourEndpoint, contourEndpoint + lastTangent); in writeCaps() 339 this->writeLineTo(strokeJoinType, fCurrContourStartPoint, in writeCaps() 363 this->writeLineTo(prevJoinTyp in internalConicPatchesTo() [all...] |
Completed in 2 milliseconds