Searched defs:ptIndex (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkContourMeasure.cpp | 209 int mint, int maxt, unsigned ptIndex) { in compute_quad_segs() 236 unsigned ptIndex) { in compute_conic_segs() 262 int mint, int maxt, unsigned ptIndex) { in compute_cubic_segs() 287 unsigned ptIndex) { in compute_line_seg() 307 unsigned ptIndex = 0; in validate() local 331 int ptIndex = -1; in buildSegments() local
|
/external/skqp/src/core/ |
D | SkPathMeasure.cpp | 28 unsigned ptIndex = seg->fPtIndex; in NextSegment() local 233 SkScalar distance, int mint, int maxt, unsigned ptIndex) { in compute_quad_segs() 261 int maxt, const SkPoint& maxPt, unsigned ptIndex) { in compute_conic_segs() 289 SkScalar distance, int mint, int maxt, unsigned ptIndex) { in compute_cubic_segs() 317 unsigned ptIndex = fFirstPtIndex; in buildSegments() local 433 unsigned ptIndex = 0; in buildSegments() local
|
/external/skia/include/core/ |
D | SkContourMeasure.h | 67 unsigned ptIndex = seg->fPtIndex; in Next() local
|
/external/skqp/gm/ |
D | polygons.cpp | 73 for (size_t ptIndex = 1; ptIndex < pgs[pgIndex].fPointNum; ++ptIndex) { in onOnceBeforeDraw() local
|
/external/skia/gm/ |
D | polygons.cpp | 80 for (size_t ptIndex = 1; ptIndex < pgs[pgIndex].fPointNum; ++ptIndex) { in onOnceBeforeDraw() local
|