Searched refs:numChops (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/tessellate/ |
D | StrokeFixedCountTessellator.cpp | 297 int numChops; in prepare() local 340 numChops = GrPathUtils::findCubicConvex180Chops(p, T, &areCusps); in prepare() 341 if (numChops == 0) { in prepare() 343 } else if (numChops == 1) { in prepare() 354 SkASSERT(numChops == 2); in prepare()
|
D | StrokeHardwareTessellator.cpp | 185 int numChops = GrPathUtils::findCubicConvex180Chops(p, chopT, &areCusps); in writeCubicConvex180PatchesTo() local 186 if (numChops == 0) { in writeCubicConvex180PatchesTo() 189 } else if (numChops == 1) { in writeCubicConvex180PatchesTo() 198 SkASSERT(numChops == 2); in writeCubicConvex180PatchesTo()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCFillGeometry.cpp | 542 int numChops, float localT0, float localT1) { in appendCubics() argument 543 if (numChops) { in appendCubics() 544 SkASSERT(numChops > 0); in appendCubics() 545 int midChopIdx = numChops/2; in appendCubics() 553 numChops - midChopIdx - 1, localT0, localT1); in appendCubics() 568 numChops - midChopIdx - 1, T, localT1); in appendCubics()
|
D | GrCCFillGeometry.h | 100 const Sk2f& p3, const float chops[], int numChops, float localT0 = 0,
|