Home
last modified time | relevance | path

Searched refs:gSkSuppressFontCachePurgeSpew (Results 1 – 3 of 3) sorted by relevance

/external/skia/bench/
DFontScalerBench.cpp15 extern bool gSkSuppressFontCachePurgeSpew;
35 bool prev = gSkSuppressFontCachePurgeSpew; in onDraw()
36 gSkSuppressFontCachePurgeSpew = true; in onDraw()
48 gSkSuppressFontCachePurgeSpew = prev; in onDraw()
/external/skia/src/core/
DSkGlyphCache.cpp19 bool gSkSuppressFontCachePurgeSpew; variable
643 if (count && !gSkSuppressFontCachePurgeSpew) { in InternalFreeCache()
/external/skia/gm/
Dgmmain.cpp30 extern bool gSkSuppressFontCachePurgeSpew;
656 gSkSuppressFontCachePurgeSpew = true; in main()