• Home
  • Raw
  • Download

Lines Matching refs:ptIndex

28     unsigned ptIndex = seg->fPtIndex;  in NextSegment()  local
32 } while (seg->fPtIndex == ptIndex); in NextSegment()
233 SkScalar distance, int mint, int maxt, unsigned ptIndex) { in compute_quad_segs() argument
242 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex); in compute_quad_segs()
243 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex); in compute_quad_segs()
251 seg->fPtIndex = ptIndex; in compute_quad_segs()
261 int maxt, const SkPoint& maxPt, unsigned ptIndex) { in compute_conic_segs() argument
271 distance = this->compute_conic_segs(conic, distance, mint, minPt, halft, halfPt, ptIndex); in compute_conic_segs()
272 distance = this->compute_conic_segs(conic, distance, halft, halfPt, maxt, maxPt, ptIndex); in compute_conic_segs()
280 seg->fPtIndex = ptIndex; in compute_conic_segs()
289 SkScalar distance, int mint, int maxt, unsigned ptIndex) { in compute_cubic_segs() argument
298 distance = this->compute_cubic_segs(tmp, distance, mint, halft, ptIndex); in compute_cubic_segs()
299 distance = this->compute_cubic_segs(&tmp[3], distance, halft, maxt, ptIndex); in compute_cubic_segs()
307 seg->fPtIndex = ptIndex; in compute_cubic_segs()
317 unsigned ptIndex = fFirstPtIndex; in buildSegments() local
320 bool firstMoveTo = ptIndex == (unsigned) -1; in buildSegments()
338 ptIndex += 1; in buildSegments()
355 seg->fPtIndex = ptIndex; in buildSegments()
359 ptIndex++; in buildSegments()
371 seg->fPtIndex = ptIndex; in buildSegments()
376 distance = this->compute_quad_segs(pts, distance, 0, kMaxTValue, ptIndex); in buildSegments()
380 ptIndex += 2; in buildSegments()
388 kMaxTValue, conic.fPts[2], ptIndex); in buildSegments()
395 ptIndex += 3; in buildSegments()
401 distance = this->compute_cubic_segs(pts, distance, 0, kMaxTValue, ptIndex); in buildSegments()
404 ptIndex += 3; in buildSegments()
427 fFirstPtIndex = ptIndex; in buildSegments()
433 unsigned ptIndex = 0; in buildSegments() local
439 SkASSERT(seg->fPtIndex >= ptIndex); in buildSegments()
450 ptIndex = seg->fPtIndex; in buildSegments()