Home
last modified time | relevance | path

Searched refs:ConvertDensity (Results 1 - 5 of 5) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
H A Dres_config_impl.h185 ScreenDensity ConvertDensity(float density);
/base/global/resource_management/interfaces/inner_api/include/
H A Dres_config.h76 virtual ScreenDensity ConvertDensity(float density) = 0;
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp195 ScreenDensity ResConfigImpl::ConvertDensity(float density) in ConvertDensity() function in OHOS::Global::Resource::ResConfigImpl
211 this->screenDensityDpi_ = ConvertDensity(screenDensity); in SetScreenDensity()
/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_impl.cpp299 deviceCapability.screenDensity = static_cast<int32_t>(cfg->ConvertDensity(cfg->GetScreenDensity())); in GetDeviceCapability()
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_utils.cpp464 status = napi_create_int32(env, static_cast<int>(cfg->ConvertDensity(cfg->GetScreenDensity())), &screenDensity); in CreateJsDeviceCap()

Completed in 4 milliseconds