Home
last modified time | relevance | path

Searched refs:GetScreenDensityDpi (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management/interfaces/inner_api/include/
H A Dres_config.h90 virtual ScreenDensity GetScreenDensityDpi() const = 0;
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h126 ScreenDensity GetScreenDensityDpi() const;
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp252 ScreenDensity ResConfigImpl::GetScreenDensityDpi() const in GetScreenDensityDpi() function in OHOS::Global::Resource::ResConfigImpl
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_utils.cpp545 …SetIntProperty(env, context, result, "screenDensity", static_cast<int>(cfg->GetScreenDensityDpi())… in CreateConfig()