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 36 unsigned ptIndex = seg->fPtIndex;
40 } while (seg->fPtIndex == ptIndex);
162 seg->fPtIndex = ptIndex;
185 seg->fPtIndex = ptIndex;
209 seg->fPtIndex = ptIndex;
254 seg->fPtIndex = ptIndex;
270 seg->fPtIndex = ptIndex;
330 SkASSERT(seg->fPtIndex >= ptIndex);
334 while (s < stop - 1 && s[0].fPtIndex == s[1].fPtIndex) {
    [all...]
  /external/skia/include/core/
SkPathMeasure.h 96 unsigned fPtIndex; // index into the fPts array

Completed in 40 milliseconds