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