Lines Matching refs:chops
182 SkPoint chops[10]; in writeCubicConvex180PatchesTo() local
190 SkChopCubicAt(p, chops, chopT[0]); in writeCubicConvex180PatchesTo()
193 chops[2] = chops[4] = chops[3]; in writeCubicConvex180PatchesTo()
195 this->internalCubicConvex180PatchesTo(fStrokeJoinType, chops); in writeCubicConvex180PatchesTo()
196 this->internalCubicConvex180PatchesTo(JoinType::kBowtie, chops + 3); in writeCubicConvex180PatchesTo()
199 SkChopCubicAt(p, chops, chopT[0], chopT[1]); in writeCubicConvex180PatchesTo()
202 this->writeLineTo(chops[0], chops[3]); in writeCubicConvex180PatchesTo()
203 this->writeLineTo(JoinType::kBowtie, chops[3], chops[6]); in writeCubicConvex180PatchesTo()
204 this->writeLineTo(JoinType::kBowtie, chops[6], chops[9]); 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()
407 SkPoint chops[5]; in internalConicPatchesTo() local
409 SkChopQuadAtHalf(p, chops); in internalConicPatchesTo()
411 SkChopQuadAtMidTangent(p, chops); in internalConicPatchesTo()
413 this->internalConicPatchesTo(prevJoinType, chops, 1, maxDepth - 1); in internalConicPatchesTo()
414 this->internalConicPatchesTo(JoinType::kBowtie, chops + 2, 1, maxDepth - 1); in internalConicPatchesTo()
419 SkConic chops[2]; in internalConicPatchesTo() local
420 if (conic.chopAt(chopT, chops)) { in internalConicPatchesTo()
421 this->internalConicPatchesTo(prevJoinType, chops[0].fPts, chops[0].fW, in internalConicPatchesTo()
423 this->internalConicPatchesTo(JoinType::kBowtie, chops[1].fPts, chops[1].fW, in internalConicPatchesTo()
462 SkPoint chops[7]; in internalCubicConvex180PatchesTo() local
472 SkChopCubicAtHalf(p, chops); in internalCubicConvex180PatchesTo()
474 SkChopCubicAtMidTangent(p, chops); in internalCubicConvex180PatchesTo()
476 this->internalCubicConvex180PatchesTo(prevJoinType, chops, maxDepth - 1); in internalCubicConvex180PatchesTo()
477 this->internalCubicConvex180PatchesTo(JoinType::kBowtie, chops + 3, maxDepth - 1); in internalCubicConvex180PatchesTo()