Lines Matching refs:fSelected
21 int count = fSelected.count(); in range()
32 fSelected[start] = true; in subset()
41 fTries = fSelected.count(); in subset()
48 } while (!fSelected[start]); in subset()
50 fSelected[start] = false; in subset()
54 for (int index = 0; index < fSelected.count(); ++index) { in subset()
55 SkDebugf("%c", fSelected[index] ? 'x' : '-'); in subset()
90 *fSelected.append() = true; in SubsetContours()
98 if (!fSelected.count()) { in getSubsetPath()
105 bool enabled = fSelected[0]; in getSubsetPath()
139 if (++contourCount >= fSelected.count()) { in getSubsetPath()
142 enabled = fSelected[contourCount]; in getSubsetPath()
177 *fSelected.append() = true; in SubsetVerbs()
185 if (!fSelected.count()) { in getSubsetPath()
196 ? fSelected[verbIndex++] : false; in getSubsetPath()