Home
last modified time | relevance | path

Searched refs:RESOLUTION_NONE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp385 const ResolutionType bestRes = bestConfig.resolution_ != ResolutionType::RESOLUTION_NONE in IsCandidateResolutionPreferred()
388 … const ResolutionType candidateRes = candidateConfig.resolution_ != ResolutionType::RESOLUTION_NONE in IsCandidateResolutionPreferred()
399 if (deviceConfig.resolution_ == ResolutionType::RESOLUTION_NONE || in IsCandidateResolutionPreferred()
619 …return supported.resolution_ == ResolutionType::RESOLUTION_NONE || supported.resolution_ == desire… in IsResolutionMatch()
763 ResolutionType deviceResolution = (deviceConfig.resolution_ != ResolutionType::RESOLUTION_NONE) in GetTargetMediaScaleRatio()
772 targetResolution = (targetConfig.resolution_ != ResolutionType::RESOLUTION_NONE) in GetTargetMediaScaleRatio()
1056 if (resConfig.resolution_ != ResolutionType::RESOLUTION_NONE) { in ConvertResConfigToTag()
1092 if (resConfig.resolution_ != ResolutionType::RESOLUTION_NONE) { in ConvertDeclarativeResConfigToTag()
H A Dace_res_config.h92 ResolutionType resolution_ = ResolutionType::RESOLUTION_NONE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h31 RESOLUTION_NONE = -2, enumerator