Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistence.h61 std::pair<uint32_t, uint32_t> snapshotSize_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistence.cpp124 scenePersistence->snapshotSize_ = { pixelMap->GetWidth(), pixelMap->GetHeight() }; in SaveSnapshot()
229 return snapshotSize_; in GetSnapshotSize()