Lines Matching refs:ptIndex
39 unsigned ptIndex = seg->fPtIndex; in NextSegment() local
43 } while (seg->fPtIndex == ptIndex); in NextSegment()
89 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_quad_segs() argument
95 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex); in compute_quad_segs()
96 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex); in compute_quad_segs()
104 seg->fPtIndex = ptIndex; in compute_quad_segs()
113 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_cubic_segs() argument
119 distance = this->compute_cubic_segs(tmp, distance, mint, halft, ptIndex); in compute_cubic_segs()
120 distance = this->compute_cubic_segs(&tmp[3], distance, halft, maxt, ptIndex); in compute_cubic_segs()
128 seg->fPtIndex = ptIndex; in compute_cubic_segs()
138 int ptIndex = fFirstPtIndex; in buildSegments() local
141 bool firstMoveTo = ptIndex < 0; in buildSegments()
159 ptIndex += 1; in buildSegments()
176 seg->fPtIndex = ptIndex; in buildSegments()
180 ptIndex++; in buildSegments()
187 kMaxTValue, ptIndex); in buildSegments()
190 ptIndex += 2; in buildSegments()
197 kMaxTValue, ptIndex); in buildSegments()
200 ptIndex += 3; in buildSegments()
216 fFirstPtIndex = ptIndex; in buildSegments()
222 unsigned ptIndex = 0; in buildSegments() local
227 SkASSERT(seg->fPtIndex >= ptIndex); in buildSegments()
238 ptIndex = seg->fPtIndex; in buildSegments()