Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRange.h94 const int groupLastPath = SkTMin(groupFirstPath + kPathsPerGroup, fNumPaths) - 1; in loadPathsIfNeeded() local
97 for (int pathIdx = groupFirstPath; pathIdx <= groupLastPath; ++pathIdx) { in loadPathsIfNeeded()