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

  /external/skia/include/core/
SkPathMeasure.h 90 int fFirstPtIndex; // relative to the current contour
  /external/skia/src/core/
SkPathMeasure.cpp 219 int ptIndex = fFirstPtIndex;
319 fFirstPtIndex = ptIndex;
483 fFirstPtIndex = -1;
491 fFirstPtIndex = -1;
504 fFirstPtIndex = -1;

Completed in 34 milliseconds