Searched refs:fStrokeJoinType (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeHardwareTessellator.cpp | 138 fStrokeJoinType = JoinType(joinType); in updateTolerances() 161 this->writeLineTo(fStrokeJoinType, p0, p1); in writeLineTo() 175 this->internalConicPatchesTo(fStrokeJoinType, p, w); in writeConicPatchesTo() 188 this->internalCubicConvex180PatchesTo(fStrokeJoinType, p); in writeCubicConvex180PatchesTo() 195 this->internalCubicConvex180PatchesTo(fStrokeJoinType, chops); in writeCubicConvex180PatchesTo() 207 this->internalCubicConvex180PatchesTo(fStrokeJoinType, chops); in writeCubicConvex180PatchesTo() 218 SkASSERT(fStrokeJoinType != JoinType::kBowtie); in writePatchTo() 231 this->internalJoinTo(fStrokeJoinType, p[0], (p[1] != p[0]) ? p[1] : p[2]); in writePatchTo() 261 this->internalJoinTo(fStrokeJoinType, fCurrContourStartPoint, fCurrContourFirstControlPoint); in writeClose() 650 JoinType fStrokeJoinType; member in skgpu::__anon18867::PatchWriter::JoinType [all...] |
Completed in 3 milliseconds