Home
last modified time | relevance | path

Searched refs:bounds_ (Results 1 – 6 of 6) sorted by relevance

/foundation/window/window_manager/window_scene/session/screen/src/
Dscreen_property.cpp41 bounds_ = bounds; in SetBounds()
49 return bounds_; in GetBounds()
104 std::swap(bounds_.rect_.width_, bounds_.rect_.height_); in SetScreenRotation()
105 int32_t width = bounds_.rect_.width_; in SetScreenRotation()
106 int32_t height = bounds_.rect_.height_; in SetScreenRotation()
108bounds_.rect_.left_ -= static_cast<float>(width - height) / static_cast<float>(HALF_VALUE) - in SetScreenRotation()
110bounds_.rect_.top_ += static_cast<float>(width - height) / static_cast<float>(HALF_VALUE); in SetScreenRotation()
112bounds_.rect_.left_ += static_cast<float>(height - width) / static_cast<float>(HALF_VALUE); in SetScreenRotation()
113bounds_.rect_.top_ -= static_cast<float>(height - width) / static_cast<float>(HALF_VALUE) + in SetScreenRotation()
162 int32_t width = bounds_.rect_.width_; in UpdateXDpi()
[all …]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dcore_canvas.h40 SaveLayerOps() : bounds_(nullptr), brush_(nullptr), imageFilter_(nullptr), saveLayerFlags_(0) {} in SaveLayerOps()
51 … : bounds_(bounds), brush_(brush), imageFilter_(imageFilter), saveLayerFlags_(saveLayerFlags) {} in bounds_() function
59 return bounds_; in GetBounds()
87 const Rect* bounds_;
/foundation/window/window_manager/window_scene/session/screen/include/
Dscreen_property.h90 RRect bounds_; variable
/foundation/barrierfree/accessibility/frameworks/common/src/
Daccessibility_element_info.cpp161 return bounds_; in GetRectInScreen()
167bounds_.SetLeftTopScreenPostion(bounds.GetLeftTopXScreenPostion(), bounds.GetLeftTopYScreenPostion… in SetRectInScreen()
168bounds_.SetRightBottomScreenPostion(bounds.GetRightBottomXScreenPostion(), bounds.GetRightBottomYS… in SetRectInScreen()
/foundation/barrierfree/accessibility/common/interface/src/parcel/
Daccessibility_element_info_parcel.cpp71 bounds_ = *rect; in ReadFromParcelSecondPart()
172 RectParcel boundsParcel(bounds_); in MarshallingSecondPart()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
Daccessibility_element_info.h1332 Rect bounds_ {};