Lines Matching refs:fPtIndex
35 unsigned ptIndex = seg->fPtIndex;
39 } while (seg->fPtIndex == ptIndex);
100 seg->fPtIndex = ptIndex;
124 seg->fPtIndex = ptIndex;
148 seg->fPtIndex = ptIndex;
193 seg->fPtIndex = ptIndex;
256 SkASSERT(seg->fPtIndex >= ptIndex);
260 while (s < stop - 1 && s[0].fPtIndex == s[1].fPtIndex) {
267 ptIndex = seg->fPtIndex;
491 if (seg[-1].fPtIndex == seg->fPtIndex) {
530 compute_pos_tan(&fPts[seg->fPtIndex], seg->fType, t, pos, tangent);
582 compute_pos_tan(&fPts[seg->fPtIndex], seg->fType, startT, &p, NULL);
586 if (seg->fPtIndex == stopSeg->fPtIndex) {
587 seg_to(&fPts[seg->fPtIndex], seg->fType, startT, stopT, dst);
590 seg_to(&fPts[seg->fPtIndex], seg->fType, startT, SK_Scalar1, dst);
593 } while (seg->fPtIndex < stopSeg->fPtIndex);
594 seg_to(&fPts[seg->fPtIndex], seg->fType, 0, stopT, dst);
623 i, seg->fDistance, seg->fPtIndex, seg->getScalarT(),