Searched defs:gHints (Results 1 - 1 of 1) sorted by relevance

/external/skia/samplecode/
H A DSampleText.cpp69 } gHints[] = { variable in typeref:struct:__anon13870
156 int index = fHints % SK_ARRAY_COUNT(gHints);
158 // const char* style = gHints[index].fName;
166 paint.setFlags(paint.getFlags() | gHints[index].fFlags);
183 if (gHints[index].fFlushCache) {

Completed in 59 milliseconds