Searched refs:ptIndex (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/core/ |
D | SkContourMeasure.cpp | 197 SkScalar compute_line_seg(SkPoint p0, SkPoint p1, SkScalar distance, unsigned ptIndex); 199 int mint, int maxt, unsigned ptIndex); 203 unsigned ptIndex); 205 int mint, int maxt, unsigned ptIndex); 209 int mint, int maxt, unsigned ptIndex) { in compute_quad_segs() argument 215 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex); in compute_quad_segs() 216 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex); in compute_quad_segs() 222 SkASSERT(ptIndex < (unsigned)fPts.count()); in compute_quad_segs() 225 seg->fPtIndex = ptIndex; in compute_quad_segs() 236 unsigned ptIndex) { in compute_conic_segs() argument [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkContourMeasure.cpp | 171 int mint, int maxt, unsigned ptIndex) { in compute_quad_segs() argument 177 distance = this->compute_quad_segs(tmp, distance, mint, halft, ptIndex); in compute_quad_segs() 178 distance = this->compute_quad_segs(&tmp[2], distance, halft, maxt, ptIndex); in compute_quad_segs() 184 SkASSERT(ptIndex < (unsigned)fPts.count()); in compute_quad_segs() 187 seg->fPtIndex = ptIndex; in compute_quad_segs() 198 unsigned ptIndex) { in compute_conic_segs() argument 205 distance = this->compute_conic_segs(conic, distance, mint, minPt, halft, halfPt, ptIndex); in compute_conic_segs() 206 distance = this->compute_conic_segs(conic, distance, halft, halfPt, maxt, maxPt, ptIndex); in compute_conic_segs() 212 SkASSERT(ptIndex < (unsigned)fPts.count()); in compute_conic_segs() 215 seg->fPtIndex = ptIndex; in compute_conic_segs() [all …]
|
/third_party/flutter/skia/include/core/ |
D | SkContourMeasure.h | 67 unsigned ptIndex = seg->fPtIndex; in Next() local 70 } while (seg->fPtIndex == ptIndex); in Next() 134 SkScalar compute_line_seg(SkPoint p0, SkPoint p1, SkScalar distance, unsigned ptIndex); 136 int mint, int maxt, unsigned ptIndex); 140 unsigned ptIndex); 142 int mint, int maxt, unsigned ptIndex);
|
/third_party/flutter/skia/gm/ |
D | polygons.cpp | 79 for (size_t ptIndex = 1; ptIndex < pgs[pgIndex].fPointNum; ++ptIndex) { in onOnceBeforeDraw() local 80 fPolygons.back().lineTo(pgs[pgIndex].fPoints[ptIndex].fX, in onOnceBeforeDraw() 81 pgs[pgIndex].fPoints[ptIndex].fY); in onOnceBeforeDraw()
|
/third_party/skia/gm/ |
D | polygons.cpp | 80 for (size_t ptIndex = 1; ptIndex < pgs[pgIndex].fPointNum; ++ptIndex) { in onOnceBeforeDraw() local 81 b.lineTo(pgs[pgIndex].fPoints[ptIndex].fX, in onOnceBeforeDraw() 82 pgs[pgIndex].fPoints[ptIndex].fY); in onOnceBeforeDraw()
|
/third_party/skia/include/core/ |
D | SkContourMeasure.h | 67 unsigned ptIndex = seg->fPtIndex; in Next() local 70 } while (seg->fPtIndex == ptIndex); in Next()
|