Home
last modified time | relevance | path

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

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