Searched refs:gSkSuppressFontCachePurgeSpew (Results 1 - 4 of 4) sorted by relevance

/external/skia/bench/
H A DFontScalerBench.cpp15 extern bool gSkSuppressFontCachePurgeSpew;
35 bool prev = gSkSuppressFontCachePurgeSpew;
36 gSkSuppressFontCachePurgeSpew = true;
50 gSkSuppressFontCachePurgeSpew = prev;
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyphCache.cpp22 bool gSkSuppressFontCachePurgeSpew; variable
601 if (countFreed && !gSkSuppressFontCachePurgeSpew) {
/external/skia/src/core/
H A DSkGlyphCache.cpp22 bool gSkSuppressFontCachePurgeSpew; variable
601 if (countFreed && !gSkSuppressFontCachePurgeSpew) {
/external/skia/gm/
H A Dgmmain.cpp70 extern bool gSkSuppressFontCachePurgeSpew;
2190 gSkSuppressFontCachePurgeSpew = true;

Completed in 148 milliseconds