Home
last modified time | relevance | path

Searched refs:GetResourceCacheTotalByteLimit (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.cpp36 size_t SkiaGraphics::GetResourceCacheTotalByteLimit() in GetResourceCacheTotalByteLimit() function in OHOS::Rosen::Drawing::SkiaGraphics
38 return SkGraphics::GetResourceCacheTotalByteLimit(); in GetResourceCacheTotalByteLimit()
H A Dskia_graphics.h31 static size_t GetResourceCacheTotalByteLimit();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp378 size_t cacheLimit = Drawing::SkiaGraphics::GetResourceCacheTotalByteLimit(); in DumpDrawingCpuMemory()