Home
last modified time | relevance | path

Searched refs:countCachedGlyphs (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/core/
DSkStrike.h75 int countCachedGlyphs() const;
DSkStrike.cpp53 int SkStrike::countCachedGlyphs() const { in countCachedGlyphs() function in SkStrike
DSkStrikeCache.cpp274 "glyph_count", "objects", cache.countCachedGlyphs()); in DumpMemoryStatistics()
/external/skia/src/core/
DSkScalerCache.h71 int countCachedGlyphs() const SK_EXCLUDES(fMu);
DSkScalerCache.cpp84 int SkScalerCache::countCachedGlyphs() const { in countCachedGlyphs() function in SkScalerCache
DSkStrikeCache.cpp115 strike.fScalerCache.countCachedGlyphs()); in DumpMemoryStatistics()