Searched refs:vpr_ (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 600 vpr_ = display->GetVirtualPixelRatio(); in EventDownInit() 602 vpr_ = 1.5f; // 1.5f: default virtual pixel ratio in EventDownInit() 604 int outside = (sourceType == MMI::PointerEvent::SOURCE_TYPE_MOUSE) ? HOTZONE_POINTER * vpr_ : in EventDownInit() 605 HOTZONE_TOUCH * vpr_; in EventDownInit() 606 type_ = SessionHelper::GetAreaType(pointerItem.GetWindowX(), pointerItem.GetWindowY(), sourceType, outside, vpr_, in EventDownInit() 741 if (SessionUtils::ToLayoutWidth(minW, vpr_) < SessionUtils::ToLayoutHeight(minH, vpr_) * aspectRatio_) { in CalcFixedAspectRatioTranslateLimits() 742 minW = SessionUtils::ToWinWidth(SessionUtils::ToLayoutHeight(minH, vpr_) * aspectRatio_, vpr_); in CalcFixedAspectRatioTranslateLimits() 744 minH = SessionUtils::ToWinHeight(SessionUtils::ToLayoutWidth(minW, vpr_) / aspectRatio in CalcFixedAspectRatioTranslateLimits() [all...] |
H A D | session.cpp | 827 const float innerBorder = INNER_BORDER_VP * vpr_; in UpdateTopBottomArea() 828 const float outsideBorder = OUTSIDE_BORDER_VP * vpr_; in UpdateTopBottomArea() 829 const float innerAngle = INNER_ANGLE_VP * vpr_; in UpdateTopBottomArea() 849 const float innerBorder = INNER_BORDER_VP * vpr_; in UpdateLeftRightArea() 850 const float outsideBorder = OUTSIDE_BORDER_VP * vpr_; in UpdateLeftRightArea() 851 const float innerAngle = INNER_ANGLE_VP * vpr_; in UpdateLeftRightArea() 871 const float outsideBorder = OUTSIDE_BORDER_VP * vpr_; in UpdateInnerAngleArea() 872 const float innerAngle = INNER_ANGLE_VP * vpr_; in UpdateInnerAngleArea() 897 const float outsideBorder = OUTSIDE_BORDER_VP * vpr_; in UpdateHotRect()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | move_drag_controller.h | 179 float vpr_ = 1.0f; member in OHOS::OHOS::Rosen::MoveDragController
|
H A D | session.h | 442 vpr_ = vpr; in SetVpr() 743 float vpr_ { 1.5f };
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | hidump_controller.cpp | 425 << std::setprecision(precision) << session->vpr_ << "|" in DumpDisplayParam()
|
Completed in 11 milliseconds