Home
last modified time | relevance | path

Searched refs:nodeFrameRect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/memory/
H A Drs_memory_track_test.cpp203 RectI nodeFrameRect; variable
206 ret = MemoryTrack::Instance().GenerateDetail(info, windowId, windowName, nodeFrameRect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp314 RectI nodeFrameRect; in FindGeoById() local
316 return { windowId, windowName, nodeFrameRect }; in FindGeoById()
318 nodeFrameRect = in FindGeoById()
336 return { windowId, windowName, nodeFrameRect }; in FindGeoById()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/memory/
H A Drs_memory_track.h83 … GenerateDetail(MemoryInfo info, uint64_t windowId, std::string& windowName, RectI& nodeFrameRect);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
H A Drs_memory_track.cpp308 auto [windowId, windowName, nodeFrameRect] = func(info.nid); in DumpMemoryPicStatistics()
309 log.AppendFormat("%s\n", GenerateDetail(info, windowId, windowName, nodeFrameRect).c_str()); in DumpMemoryPicStatistics()