Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathMeasure.cpp47 unsigned ptIndex = seg->fPtIndex; in NextSegment()
51 } while (seg->fPtIndex == ptIndex); in NextSegment()
123 seg->fPtIndex = ptIndex; in compute_quad_segs()
147 seg->fPtIndex = ptIndex; in compute_cubic_segs()
181 seg->fPtIndex = ptIndex; in buildSegments()
223 SkASSERT(seg->fPtIndex >= ptIndex); in buildSegments()
227 while (s < stop - 1 && s[0].fPtIndex == s[1].fPtIndex) { in buildSegments()
234 ptIndex = seg->fPtIndex; in buildSegments()
421 if (seg[-1].fPtIndex == seg->fPtIndex) { in distanceToSegment()
462 compute_pos_tan(*fPath, fSegments[0].fPtIndex, seg->fPtIndex, seg->fType, in getPosTan()
[all …]
/external/skia/include/core/
DSkPathMeasure.h95 unsigned fPtIndex : 15; member