Lines Matching refs:fPts
238 fPts.append(1, pts); in buildSegments()
257 fPts.append(1, pts + 1); in buildSegments()
278 fPts.append(2, pts + 1); in buildSegments()
286 distance = this->compute_conic_segs(conic, distance, 0, conic.fPts[0], in buildSegments()
287 kMaxTValue, conic.fPts[2], ptIndex); in buildSegments()
292 fPts.append()->set(conic.fW, 0); in buildSegments()
293 fPts.append(2, pts + 1); in buildSegments()
302 fPts.append(3, pts + 1); in buildSegments()
433 dst->conicTo(conic.fPts[1], conic.fPts[2], conic.fW); in seg_to()
437 dst->conicTo(tmp[0].fPts[1], tmp[0].fPts[2], tmp[0].fW); in seg_to()
443 dst->conicTo(tmp1[1].fPts[1], tmp1[1].fPts[2], tmp1[1].fW); in seg_to()
447 dst->conicTo(tmp.fPts[1], tmp.fPts[2], tmp.fW); in seg_to()
510 fPts.reset(); in setPath()
611 compute_pos_tan(&fPts[seg->fPtIndex], seg->fType, t, pos, tangent); in getPosTan()
666 compute_pos_tan(&fPts[seg->fPtIndex], seg->fType, startT, &p, nullptr); in getSegment()
671 seg_to(&fPts[seg->fPtIndex], seg->fType, startT, stopT, dst); in getSegment()
674 seg_to(&fPts[seg->fPtIndex], seg->fType, startT, SK_Scalar1, dst); in getSegment()
678 seg_to(&fPts[seg->fPtIndex], seg->fType, 0, stopT, dst); in getSegment()