Lines Matching refs:chops
174 SkPoint chops[10]; in writeCubicConvex180PatchesTo() local
182 SkChopCubicAt(p, chops, chopT[0]); in writeCubicConvex180PatchesTo()
185 chops[2] = chops[4] = chops[3]; in writeCubicConvex180PatchesTo()
187 this->internalCubicConvex180PatchesTo(fStrokeJoinType, chops); in writeCubicConvex180PatchesTo()
188 this->internalCubicConvex180PatchesTo(JoinType::kBowtie, chops + 3); in writeCubicConvex180PatchesTo()
191 SkChopCubicAt(p, chops, chopT[0], chopT[1]); in writeCubicConvex180PatchesTo()
194 this->writeLineTo(chops[0], chops[3]); in writeCubicConvex180PatchesTo()
195 this->writeLineTo(JoinType::kBowtie, chops[3], chops[6]); in writeCubicConvex180PatchesTo()
196 this->writeLineTo(JoinType::kBowtie, chops[6], chops[9]); in writeCubicConvex180PatchesTo()
199 this->internalCubicConvex180PatchesTo(fStrokeJoinType, chops); in writeCubicConvex180PatchesTo()
200 this->internalCubicConvex180PatchesTo(JoinType::kBowtie, chops + 3); in writeCubicConvex180PatchesTo()
201 this->internalCubicConvex180PatchesTo(JoinType::kBowtie, chops + 6); in writeCubicConvex180PatchesTo()
393 SkPoint chops[5]; in internalConicPatchesTo() local
395 SkChopQuadAtHalf(p, chops); in internalConicPatchesTo()
397 SkChopQuadAtMidTangent(p, chops); in internalConicPatchesTo()
399 this->internalConicPatchesTo(prevJoinType, chops, 1, maxDepth - 1); in internalConicPatchesTo()
400 this->internalConicPatchesTo(JoinType::kBowtie, chops + 2, 1, maxDepth - 1); in internalConicPatchesTo()
405 SkConic chops[2]; in internalConicPatchesTo() local
406 if (conic.chopAt(chopT, chops)) { in internalConicPatchesTo()
407 this->internalConicPatchesTo(prevJoinType, chops[0].fPts, chops[0].fW, in internalConicPatchesTo()
409 this->internalConicPatchesTo(JoinType::kBowtie, chops[1].fPts, chops[1].fW, in internalConicPatchesTo()
448 SkPoint chops[7]; in internalCubicConvex180PatchesTo() local
458 SkChopCubicAtHalf(p, chops); in internalCubicConvex180PatchesTo()
460 SkChopCubicAtMidTangent(p, chops); in internalCubicConvex180PatchesTo()
462 this->internalCubicConvex180PatchesTo(prevJoinType, chops, maxDepth - 1); in internalCubicConvex180PatchesTo()
463 this->internalCubicConvex180PatchesTo(JoinType::kBowtie, chops + 3, maxDepth - 1); in internalCubicConvex180PatchesTo()