Home
last modified time | relevance | path

Searched refs:fPtIndex (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/core/
DSkPathMeasure.cpp28 unsigned ptIndex = seg->fPtIndex; in NextSegment()
32 } while (seg->fPtIndex == ptIndex); in NextSegment()
251 seg->fPtIndex = ptIndex; in compute_quad_segs()
280 seg->fPtIndex = ptIndex; in compute_conic_segs()
307 seg->fPtIndex = ptIndex; in compute_cubic_segs()
355 seg->fPtIndex = ptIndex; in buildSegments()
371 seg->fPtIndex = ptIndex; in buildSegments()
439 SkASSERT(seg->fPtIndex >= ptIndex); in buildSegments()
443 while (s < stop - 1 && s[0].fPtIndex == s[1].fPtIndex && --maxChecks > 0) { in buildSegments()
450 ptIndex = seg->fPtIndex; in buildSegments()
[all …]
/external/skia/src/core/
DSkContourMeasure.cpp187 seg->fPtIndex = ptIndex; in compute_quad_segs()
215 seg->fPtIndex = ptIndex; in compute_conic_segs()
240 seg->fPtIndex = ptIndex; in compute_cubic_segs()
258 seg->fPtIndex = ptIndex; in compute_line_seg()
380 SkASSERT(seg->fPtIndex >= ptIndex); in buildSegments()
384 while (s < stop - 1 && s[0].fPtIndex == s[1].fPtIndex && --maxChecks > 0) { in buildSegments()
391 ptIndex = seg->fPtIndex; in buildSegments()
538 if (seg[-1].fPtIndex == seg->fPtIndex) { in distanceToSegment()
573 SkASSERT((unsigned)seg->fPtIndex < (unsigned)fPts.count()); in getPosTan()
574 compute_pos_tan(&fPts[seg->fPtIndex], seg->fType, t, pos, tangent); in getPosTan()
[all …]
/external/skia/include/core/
DSkContourMeasure.h60 unsigned fPtIndex; // index into the fPts array member
68 unsigned ptIndex = seg->fPtIndex; in Next()
71 } while (seg->fPtIndex == ptIndex); in Next()
/external/skqp/include/core/
DSkPathMeasure.h99 unsigned fPtIndex; // index into the fPts array member