Home
last modified time | relevance | path

Searched refs:gPurgeFontCaches (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/
Dremote_demo.cpp26 static bool gPurgeFontCaches = true; variable
170 if (gPurgeFontCaches) { in final_draw()
192 << " purgeCache: " << gPurgeFontCaches << std::endl; in final_draw()
260 if (gPurgeFontCaches) discardableManager.purgeAll(); in renderer()
296 gPurgeFontCaches = (m & 4) == 4; in main()
/external/skqp/tools/
Dremote_demo.cpp26 static bool gPurgeFontCaches = true; variable
170 if (gPurgeFontCaches) { in final_draw()
192 << " purgeCache: " << gPurgeFontCaches << std::endl; in final_draw()
259 if (gPurgeFontCaches) discardableManager.purgeAll(); in renderer()
295 gPurgeFontCaches = (m & 4) == 4; in main()