Home
last modified time | relevance | path

Searched refs:IsAstcEnabled (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistence.cpp68 if (IsAstcEnabled()) { in ScenePersistence()
92 bool ScenePersistence::IsAstcEnabled() in IsAstcEnabled() function in OHOS::Rosen::ScenePersistence
118 option.format = IsAstcEnabled() ? ASTC_IMAGE_FORMAT : IMAGE_FORMAT; in SaveSnapshot()
119 option.quality = IsAstcEnabled() ? ASTC_IMAGE_QUALITY : IMAGE_QUALITY; in SaveSnapshot()
165 if (IsAstcEnabled()) { in RenameSnapshotFromOldPersistentId()
263 sourceOpts.formatHint = IsAstcEnabled() ? ASTC_IMAGE_FORMAT : IMAGE_FORMAT; in GetLocalSnapshotPixelMap()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistence.h39 static bool IsAstcEnabled();
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h463 static bool IsAstcEnabled() in IsAstcEnabled() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp58 switch_ = SystemProperties::IsAstcEnabled(); in Init()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp536 if (!Rosen::ScenePersistence::IsAstcEnabled()) { in ClearImageCache()