Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_graphics.cpp26 int SkiaGraphics::GetFontCacheCountUsed() in GetFontCacheCountUsed() function in OHOS::Rosen::Drawing::SkiaGraphics
28 return SkGraphics::GetFontCacheCountUsed(); in GetFontCacheCountUsed()
H A Dskia_graphics.h29 static int GetFontCacheCountUsed();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp360 log.AppendFormat(" Glyph Count: %d \n", Drawing::SkiaGraphics::GetFontCacheCountUsed()); in DumpDrawingCpuMemory()