Searched refs:groupFirstPath (Results 1 – 1 of 1) sorted by relevance
93 const int groupFirstPath = groupIndex * kPathsPerGroup; in loadPathsIfNeeded() local94 const int groupLastPath = SkTMin(groupFirstPath + kPathsPerGroup, fNumPaths) - 1; in loadPathsIfNeeded()97 for (int pathIdx = groupFirstPath; pathIdx <= groupLastPath; ++pathIdx) { in loadPathsIfNeeded()