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

  /external/chromium_org/third_party/skia/src/gpu/
GrPathRange.cpp 20 fNumPaths(fPathGenerator->getNumPaths()),
22 const int numGroups = (fNumPaths + kPathsPerGroup - 1) / kPathsPerGroup;
31 fNumPaths(numPaths),
43 SkASSERT(indices[i] < static_cast<uint32_t>(fNumPaths));
54 const int groupLastPath = SkTMin(groupFirstPath + kPathsPerGroup, fNumPaths) - 1;
GrPathRange.h 67 int getNumPaths() const { return fNumPaths; }
84 const int fNumPaths;

Completed in 538 milliseconds