Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRange.h70 int getNumPaths() const { return fNumPaths; } in getNumPaths()
83 SkASSERT(indices[i] < static_cast<uint32_t>(fNumPaths)); in loadPathsIfNeeded()
94 const int groupLastPath = SkTMin(groupFirstPath + kPathsPerGroup, fNumPaths) - 1; in loadPathsIfNeeded()
121 SkASSERT(indices[i] < static_cast<uint32_t>(fNumPaths)); in assertPathsLoaded()
148 const int fNumPaths; variable
DGrPathRange.cpp15 fNumPaths(fPathGenerator->getNumPaths()) { in GrPathRange()
16 const int numGroups = (fNumPaths + kPathsPerGroup - 1) / kPathsPerGroup; in GrPathRange()
24 fNumPaths(numPaths) { in GrPathRange()