Home
last modified time | relevance | path

Searched refs:GetXDpi (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtui_event.cpp188 float xDpi = displayInfo->GetXDpi(); in TUIGetPannelInfo()
202 if (displayInfo->GetXDpi() != 0 && displayInfo->GetYDpi() != 0) { in TUIGetPannelInfo()
203 mTUIPanelInfo.phyWidth = mTUIPanelInfo.width * INCH_CM_FACTOR / displayInfo->GetXDpi(); in TUIGetPannelInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/
H A Dhgm_config_callback_manager.cpp75 data->SetXDpi(screen->GetXDpi()); in RegisterHgmConfigChangeCallback()
140 data->SetXDpi(screen->GetXDpi()); in SyncHgmConfigChangeCallback()
/ohos5.0/base/web/webview/ohos_adapter/display_manager_adapter/src/
H A Ddisplay_manager_adapter_impl.cpp90 displayInfo.xDpi_ = info.GetXDpi(); in ConvertDisplayInfo()
259 float xDpi = displayInfo->GetXDpi(); in GetDpi()
273 "phyScreenLength: %{public}f", ppi, displayInfo->GetXDpi(), displayInfo->GetYDpi(), in GetDpi()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_hgm_config_data.h58 float GetXDpi() const in GetXDpi() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rshgmconfigdata_fuzzer/
H A Drshgmconfigdata_fuzzer.cpp118 rsHgmConfigData.GetXDpi(); in DoGetSet()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_policy.cpp63 xDpi_ = configData->GetXDpi(); in HgmConfigChangeCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen.h99 float GetXDpi() const in GetXDpi() function
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h123 float GetXDpi();
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp401 float ScreenProperty::GetXDpi() in GetXDpi() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp250 displayInfo->SetXDpi(property_.GetXDpi()); in ConvertToDisplayInfo()
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.cpp273 return info->GetXDpi(); in GetXDPI()
/ohos5.0/foundation/window/window_manager/dm/src/
H A Doh_display_manager.cpp261 *xDpi = displayInfo->GetXDpi(); in OH_NativeDisplayManager_GetDefaultDisplayDensityXdpi()
705 displayInfo->xDPI = info->GetXDpi(); in NativeDisplayManager_SetDisplayInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhyper_graphic_manager_test.cpp430 STEP_ASSERT_EQ(screen1->GetXDpi(), 0);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_dumper.cpp509 oss << std::left << std::setw(LINE_WIDTH) << "DPI<X, Y>: " << screenProperty.GetXDpi() in DumpScreenPropertyById()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display.cpp754 napi_set_named_property(env, objValue, "xDPI", CreateJsValue(env, info->GetXDpi())); in NapiSetNamedProperty()