Searched refs:gFilterTypes (Results 1 - 2 of 2) sorted by relevance

/external/skia/tools/
H A Dbench_pictures_main.cpp60 static char const * const gFilterTypes[] = { variable
72 static const size_t kFilterTypesCount = sizeof(gFilterTypes) / sizeof(gFilterTypes[0]);
107 types = gFilterTypes[SkDrawFilter::kTypeCount];
111 types += gFilterTypes[tIndex];
129 result += gFilterTypes[index];
242 if (typeLen == strlen(gFilterTypes[tIndex])
243 && !strncmp(filters, gFilterTypes[tIndex], typeLen)) {
/external/chromium_org/third_party/skia/tools/
H A Dbench_pictures_main.cpp72 static char const * const gFilterTypes[] = { variable
84 static const size_t kFilterTypesCount = sizeof(gFilterTypes) / sizeof(gFilterTypes[0]);
119 types = gFilterTypes[SkDrawFilter::kTypeCount];
123 types += gFilterTypes[tIndex];
141 result += gFilterTypes[index];
266 if (typeLen == strlen(gFilterTypes[tIndex])
267 && !strncmp(filters, gFilterTypes[tIndex], typeLen)) {

Completed in 282 milliseconds