Searched refs:ptIndex (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 36 unsigned ptIndex = seg->fPtIndex; in NextSegment() local 40 } while (seg->fPtIndex == ptIndex); in NextSegment() 147 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_quad_segs() argument 153 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex); in compute_quad_segs() 154 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex); in compute_quad_segs() 162 seg->fPtIndex = ptIndex; in compute_quad_segs() 172 int maxt, const SkPoint& maxPt, int ptIndex) { in compute_conic_segs() argument 176 distance = this->compute_conic_segs(conic, distance, mint, minPt, halft, halfPt, ptIndex); in compute_conic_segs() 177 distance = this->compute_conic_segs(conic, distance, halft, halfPt, maxt, maxPt, ptIndex); in compute_conic_segs() 185 seg->fPtIndex = ptIndex; in compute_conic_segs() [all …]
|
/external/skia/gm/ |
D | polygons.cpp | 73 for (size_t ptIndex = 1; ptIndex < pgs[pgIndex].fPointNum; ++ptIndex) { in onOnceBeforeDraw() local 74 fPolygons.back().lineTo(pgs[pgIndex].fPoints[ptIndex].fX, in onOnceBeforeDraw() 75 pgs[pgIndex].fPoints[ptIndex].fY); in onOnceBeforeDraw()
|
/external/skia/include/core/ |
D | SkPathMeasure.h | 109 int mint, int maxt, int ptIndex); 112 int maxt, const SkPoint& maxPt, int ptIndex); 114 int mint, int maxt, int ptIndex);
|