Searched refs:fPtIndex (Results 1 – 2 of 2) sorted by relevance
225 seg->fPtIndex = ptIndex; in compute_quad_segs()253 seg->fPtIndex = ptIndex; in compute_conic_segs()278 seg->fPtIndex = ptIndex; in compute_cubic_segs()296 seg->fPtIndex = ptIndex; in compute_line_seg()313 SkASSERT(seg->fPtIndex >= ptIndex); in validate()317 while (s < stop - 1 && s[0].fPtIndex == s[1].fPtIndex && --maxChecks > 0) { in validate()324 ptIndex = seg->fPtIndex; in validate()564 if (seg[-1].fPtIndex == seg->fPtIndex) { in distanceToSegment()599 SkASSERT((unsigned)seg->fPtIndex < (unsigned)fPts.count()); in getPosTan()600 compute_pos_tan(&fPts[seg->fPtIndex], seg->fType, t, pos, tangent); in getPosTan()[all …]
59 unsigned fPtIndex; // index into the fPts array member67 unsigned ptIndex = seg->fPtIndex; in Next()70 } while (seg->fPtIndex == ptIndex); in Next()