Home
last modified time | relevance | path

Searched refs:IsDensityMoreSuitable (Results 1 - 2 of 2) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h237 int IsDensityMoreSuitable(ScreenDensity otherDensity, ScreenDensity requestDensity, uint32_t density = 0) const;
239 bool IsDensityMoreSuitable(int thisDistance, int otherDistance) const;
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp561 ret = IsDensityMoreSuitable(other->screenDensityDpi_, request->screenDensityDpi_, density); in IsMoreSuitable()
601 __attribute__((no_sanitize("integer"))) int ResConfigImpl::IsDensityMoreSuitable(ScreenDensity otherDensity, in IsDensityMoreSuitable() function in OHOS::Global::Resource::ResConfigImpl
612 if (IsDensityMoreSuitable(thisDistance, otherDistance)) { in IsDensityMoreSuitable()
624 if (IsDensityMoreSuitable(thisDistance, otherDistance)) { in IsDensityMoreSuitable()
636 bool ResConfigImpl::IsDensityMoreSuitable(int thisDistance, int otherDistance) const in IsDensityMoreSuitable() function in OHOS::Global::Resource::ResConfigImpl
757 if (IsDensityMoreSuitable(thisDistance, otherDistance)) { in IsDensityMoreSpecificThan()

Completed in 3 milliseconds