Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp541 auto snapshotSize = session_->GetScenePersistence()->GetSnapshotSize(); in ClearImageCache() local
543 … ImageUtils::GenerateImageKey(sourceInfo, SizeF(snapshotSize.first, snapshotSize.second))); in ClearImageCache()
545 … ImageUtils::GenerateImageKey(sourceInfo, SizeF(snapshotSize.second, snapshotSize.first))); in ClearImageCache()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp6218 napi_value snapshotSize = nullptr; in WebPageSnapshot() local
6233 if (napi_get_named_property(env, argv[INTEGER_ZERO], "size", &snapshotSize) == napi_ok) { in WebPageSnapshot()
6234 if (napi_get_named_property(env, snapshotSize, "width", &snapshotSizeWidth) == napi_ok) { in WebPageSnapshot()
6243 if (napi_get_named_property(env, snapshotSize, "height", &snapshotSizeHeight) == napi_ok) { in WebPageSnapshot()