Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkGraphics.h54 static size_t GetFontCacheUsed();
/external/skia/src/core/
DSkGlyphCache.cpp586 SkGraphics::GetFontCacheUsed(), SkGraphics::GetFontCacheLimit()); in Dump()
618 dump->dumpNumericValue(gGlyphCacheDumpName, "size", "bytes", SkGraphics::GetFontCacheUsed()); in DumpMemoryStatistics()
799 size_t SkGraphics::GetFontCacheUsed() { in GetFontCacheUsed() function in SkGraphics