Searched refs:SetTLSFontCacheLimit (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/core/
H A DSkGraphics.h130 * If this thread has never called SetTLSFontCacheLimit, or has called it
142 static void SetTLSFontCacheLimit(size_t bytes);
/external/skia/tests/
H A DTLSTest.cpp15 SkGraphics::SetTLSFontCacheLimit(1 * 1024 * 1024);
H A DPathOpsThreadedCommon.h81 SkGraphics::SetTLSFontCacheLimit(1 * 1024 * 1024);
H A DPathOpsSkpClipTest.cpp264 SkGraphics::SetTLSFontCacheLimit(1 * 1024 * 1024);
H A DSkpSkGrTest.cpp150 SkGraphics::SetTLSFontCacheLimit(1 * 1024 * 1024);
/external/skia/src/core/
H A DSkGlyphCache.cpp730 void SkGraphics::SetTLSFontCacheLimit(size_t bytes) { function in class:SkGraphics

Completed in 78 milliseconds