Searched refs:ptIndex (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 47 unsigned ptIndex = seg->fPtIndex; in NextSegment() local 51 } while (seg->fPtIndex == ptIndex); in NextSegment() 108 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_quad_segs() argument 114 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex); in compute_quad_segs() 115 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex); in compute_quad_segs() 123 seg->fPtIndex = ptIndex; in compute_quad_segs() 132 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_cubic_segs() argument 138 distance = this->compute_cubic_segs(tmp, distance, mint, halft, ptIndex); in compute_cubic_segs() 139 distance = this->compute_cubic_segs(&tmp[3], distance, halft, maxt, ptIndex); in compute_cubic_segs() 147 seg->fPtIndex = ptIndex; in compute_cubic_segs() [all …]
|
/external/skia/include/core/ |
D | SkPathMeasure.h | 107 int mint, int maxt, int ptIndex); 109 int mint, int maxt, int ptIndex);
|