Home | History | Annotate | Download | only in tests

Lines Matching refs:fSelected

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