Lines Matching defs:tIndex
89 size_t tIndex;
90 for (tIndex = 1; tIndex < SkDrawFilter::kTypeCount; ++tIndex) {
91 all &= drawFilters[tIndex];
99 for (tIndex = 0; tIndex < SkDrawFilter::kTypeCount; ++tIndex) {
100 if (drawFilters[tIndex] & (1 << fIndex)) {
101 types += gFilterTypes[tIndex];
235 for (size_t tIndex = 0; tIndex < kFilterTypesCount; ++tIndex) {
236 if (typeLen == strlen(gFilterTypes[tIndex])
237 && !strncmp(filters, gFilterTypes[tIndex], typeLen)) {
238 type = SkToS32(tIndex);