Searched refs:chopAndWriteConics (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/tessellate/ |
D | PatchWriter.h | 116 void chopAndWriteConics(float2 p0, float2 p1, float2 p2, float w, int numPatches);
|
D | PathCurveTessellator.cpp | 93 patchWriter.chopAndWriteConics(p0, p1, p2, *w, numPatches); in writePatches()
|
D | PathWedgeTessellator.cpp | 203 patchWriter.chopAndWriteConics(p0, p1, p2, *w, numPatches); in writePatches()
|
D | PatchWriter.cpp | 72 void PatchWriter::chopAndWriteConics(float2 p0, float2 p1, float2 p2, float w, int numPatches) { in chopAndWriteConics() function in skgpu::PatchWriter
|