Searched refs:ptIndex (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 28 unsigned ptIndex = seg->fPtIndex; in NextSegment() local 32 } while (seg->fPtIndex == ptIndex); in NextSegment() 232 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_quad_segs() argument 238 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex); in compute_quad_segs() 239 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex); in compute_quad_segs() 247 seg->fPtIndex = ptIndex; in compute_quad_segs() 257 int maxt, const SkPoint& maxPt, int ptIndex) { in compute_conic_segs() argument 261 distance = this->compute_conic_segs(conic, distance, mint, minPt, halft, halfPt, ptIndex); in compute_conic_segs() 262 distance = this->compute_conic_segs(conic, distance, halft, halfPt, maxt, maxPt, ptIndex); in compute_conic_segs() 270 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 | 110 int mint, int maxt, int ptIndex); 113 int maxt, const SkPoint& maxPt, int ptIndex); 115 int mint, int maxt, int ptIndex);
|