Home
last modified time | relevance | path

Searched refs:snapshotScale (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test2.cpp1659 float snapshotScale = 0.5; in HWTEST_F() local
1660 session_->SetSnapshotScale(snapshotScale); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h280 void SetSnapshotScale(const float snapshotScale);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2768 void Session::SetSnapshotScale(const float snapshotScale) in SetSnapshotScale() argument
2770 snapshotScale_ = snapshotScale; in SetSnapshotScale()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1128 WindowSceneConfig::ConfigItem item = config["snapshotScale"]; in ConfigSnapshotScale()
1130 auto snapshotScale = *item.floatsValue_; in ConfigSnapshotScale() local
1131 if (snapshotScale.size() != 1 || snapshotScale[0] <= 0 || snapshotScale[0] > 1) { in ConfigSnapshotScale()
1134 snapshotScale_ = snapshotScale[0]; in ConfigSnapshotScale()

Completed in 27 milliseconds