Lines Matching full:tindex
92 size_t tIndex;
93 for (tIndex = 1; tIndex < SkDrawFilter::kTypeCount; ++tIndex) {
94 all &= drawFilters[tIndex];
102 for (tIndex = 0; tIndex < SkDrawFilter::kTypeCount; ++tIndex) {
103 if (drawFilters[tIndex] & (1 << fIndex)) {
104 types += gFilterTypes[tIndex];
240 for (size_t tIndex = 0; tIndex < kFilterTypesCount; ++tIndex) {
241 if (typeLen == strlen(gFilterTypes[tIndex])
242 && !strncmp(filters, gFilterTypes[tIndex], typeLen)) {
243 type = SkToS32(tIndex);