/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/ |
H A D | tui_event.cpp | 188 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 D | hgm_config_callback_manager.cpp | 75 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 D | display_manager_adapter_impl.cpp | 90 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 D | rs_hgm_config_data.h | 58 float GetXDpi() const in GetXDpi() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rshgmconfigdata_fuzzer/ |
H A D | rshgmconfigdata_fuzzer.cpp | 118 rsHgmConfigData.GetXDpi(); in DoGetSet()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_frame_rate_policy.cpp | 63 xDpi_ = configData->GetXDpi(); in HgmConfigChangeCallback()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/ |
H A D | hgm_screen.h | 99 float GetXDpi() const in GetXDpi() function
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 123 float GetXDpi();
|
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 401 float ScreenProperty::GetXDpi() in GetXDpi() function in OHOS::Rosen::ScreenProperty
|
H A D | screen_session.cpp | 250 displayInfo->SetXDpi(property_.GetXDpi()); in ConvertToDisplayInfo()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/display_runtime/ |
H A D | cj_display_impl.cpp | 273 return info->GetXDpi(); in GetXDPI()
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | oh_display_manager.cpp | 261 *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 D | hyper_graphic_manager_test.cpp | 430 STEP_ASSERT_EQ(screen1->GetXDpi(), 0);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_dumper.cpp | 509 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 D | js_display.cpp | 754 napi_set_named_property(env, objValue, "xDPI", CreateJsValue(env, info->GetXDpi())); in NapiSetNamedProperty()
|