HomeSort by relevance Sort by last modified time
    Searched refs:fPtIndex (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkPathMeasure.cpp 39 unsigned ptIndex = seg->fPtIndex;
43 } while (seg->fPtIndex == ptIndex);
115 seg->fPtIndex = ptIndex;
139 seg->fPtIndex = ptIndex;
175 seg->fPtIndex = ptIndex;
219 SkASSERT(seg->fPtIndex >= ptIndex);
223 while (s < stop - 1 && s[0].fPtIndex == s[1].fPtIndex) {
230 ptIndex = seg->fPtIndex;
401 if (seg[-1].fPtIndex == seg->fPtIndex)
    [all...]
  /external/skia/include/core/
SkPathMeasure.h 88 unsigned fPtIndex : 15; // index into the fPts array

Completed in 189 milliseconds