Searched defs:ptIndex (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/core/ |
D | SkPathMeasure.cpp | 28 unsigned ptIndex = seg->fPtIndex; in NextSegment() local 231 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_quad_segs() 256 int maxt, const SkPoint& maxPt, int ptIndex) { in compute_conic_segs() 278 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_cubic_segs() 303 int ptIndex = fFirstPtIndex; in buildSegments() local 409 unsigned ptIndex = 0; in buildSegments() local
|
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 28 unsigned ptIndex = seg->fPtIndex; in NextSegment() local 231 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_quad_segs() 256 int maxt, const SkPoint& maxPt, int ptIndex) { in compute_conic_segs() 278 SkScalar distance, int mint, int maxt, int ptIndex) { in compute_cubic_segs() 303 int ptIndex = fFirstPtIndex; in buildSegments() local 409 unsigned ptIndex = 0; in buildSegments() 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 | 73 for (size_t ptIndex = 1; ptIndex < pgs[pgIndex].fPointNum; ++ptIndex) { in onOnceBeforeDraw() local
|