Lines Matching refs:index
20 for (int index = 1; index < verbCount; ++index) {
21 if (verbs[index] == SkPath::kMove_Verb) {
133 for (int index = 0; index < count; ++index) {
134 SkPath* test = &fPathRefs[index];
135 if (kUnion_SkPathOp != fOps[index] || test->isInverseFillType()) {
155 for (int inner = 0; inner < index; ++inner) {
165 for (int index = 1; index < count; ++index) {
166 if (!Op(*result, fPathRefs[index], fOps[index], result)) {
176 for (int index = 0; index < count; ++index) {
177 if (!Simplify(fPathRefs[index], &fPathRefs[index])) {
182 if (!fPathRefs[index].isEmpty()) {
184 if (!FixWinding(&fPathRefs[index])) {
188 sum.addPath(fPathRefs[index]);