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

/external/skia/src/core/
H A DSkGraphics.cpp74 } gFlags[] = { variable in typeref:struct:__anon20670
96 for (int i = 0; i < (int)SK_ARRAY_COUNT(gFlags); ++i) {
97 if (paramLen != gFlags[i].fLen) {
100 if (strncmp(flags, gFlags[i].fStr, paramLen) == 0) {
105 (gFlags[i].fFunc)(val);
/external/skqp/src/core/
H A DSkGraphics.cpp74 } gFlags[] = { variable in typeref:struct:__anon21338
96 for (int i = 0; i < (int)SK_ARRAY_COUNT(gFlags); ++i) {
97 if (paramLen != gFlags[i].fLen) {
100 if (strncmp(flags, gFlags[i].fStr, paramLen) == 0) {
105 (gFlags[i].fFunc)(val);

Completed in 70 milliseconds