Searched refs:fPtIndex (Results 1 – 4 of 4) sorted by relevance
28 unsigned ptIndex = seg->fPtIndex; in NextSegment()32 } while (seg->fPtIndex == ptIndex); in NextSegment()251 seg->fPtIndex = ptIndex; in compute_quad_segs()280 seg->fPtIndex = ptIndex; in compute_conic_segs()307 seg->fPtIndex = ptIndex; in compute_cubic_segs()355 seg->fPtIndex = ptIndex; in buildSegments()371 seg->fPtIndex = ptIndex; in buildSegments()439 SkASSERT(seg->fPtIndex >= ptIndex); in buildSegments()443 while (s < stop - 1 && s[0].fPtIndex == s[1].fPtIndex && --maxChecks > 0) { in buildSegments()450 ptIndex = seg->fPtIndex; in buildSegments()[all …]
187 seg->fPtIndex = ptIndex; in compute_quad_segs()215 seg->fPtIndex = ptIndex; in compute_conic_segs()240 seg->fPtIndex = ptIndex; in compute_cubic_segs()258 seg->fPtIndex = ptIndex; in compute_line_seg()380 SkASSERT(seg->fPtIndex >= ptIndex); in buildSegments()384 while (s < stop - 1 && s[0].fPtIndex == s[1].fPtIndex && --maxChecks > 0) { in buildSegments()391 ptIndex = seg->fPtIndex; in buildSegments()538 if (seg[-1].fPtIndex == seg->fPtIndex) { in distanceToSegment()573 SkASSERT((unsigned)seg->fPtIndex < (unsigned)fPts.count()); in getPosTan()574 compute_pos_tan(&fPts[seg->fPtIndex], seg->fType, t, pos, tangent); in getPosTan()[all …]
60 unsigned fPtIndex; // index into the fPts array member68 unsigned ptIndex = seg->fPtIndex; in Next()71 } while (seg->fPtIndex == ptIndex); in Next()
99 unsigned fPtIndex; // index into the fPts array member