Searched refs:internalCubicConvex180PatchesTo (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeHardwareTessellator.cpp | 188 this->internalCubicConvex180PatchesTo(fStrokeJoinType, p); in writeCubicConvex180PatchesTo() 195 this->internalCubicConvex180PatchesTo(fStrokeJoinType, chops); in writeCubicConvex180PatchesTo() 196 this->internalCubicConvex180PatchesTo(JoinType::kBowtie, chops + 3); in writeCubicConvex180PatchesTo() 207 this->internalCubicConvex180PatchesTo(fStrokeJoinType, chops); in writeCubicConvex180PatchesTo() 208 this->internalCubicConvex180PatchesTo(JoinType::kBowtie, chops + 3); in writeCubicConvex180PatchesTo() 209 this->internalCubicConvex180PatchesTo(JoinType::kBowtie, chops + 6); in writeCubicConvex180PatchesTo() 436 void internalCubicConvex180PatchesTo(JoinType prevJoinType, const SkPoint p[4], in internalCubicConvex180PatchesTo() function in skgpu::__anon18867::PatchWriter::JoinType 476 this->internalCubicConvex180PatchesTo(prevJoinType, chops, maxDepth - 1); in internalCubicConvex180PatchesTo() 477 this->internalCubicConvex180PatchesTo(JoinType::kBowtie, chops + 3, maxDepth - 1); in internalCubicConvex180PatchesTo()
|
Completed in 3 milliseconds