Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h231 bool IsColorModeMatch(ColorMode colorMode, bool isCheckDarkAdaptation) const;
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp442 if (!IsColorModeMatch(other->colorMode_, isCheckDarkAdaptation)) { in Match()
484 bool ResConfigImpl::IsColorModeMatch(ColorMode colorMode, bool isCheckDarkAdaptation) const in IsColorModeMatch() function in OHOS::Global::Resource::ResConfigImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp604 bool IsColorModeMatch(const AceResConfig& desired, const AceResConfig& supported) in IsColorModeMatch() function
625 !IsColorModeMatch(desired, supported) || !IsMccMncMatch(desired, supported) || in MatchResConfig()