Searched refs:bounds_ (Results 1 - 10 of 10) sorted by relevance
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 52 bounds_ = bounds; in SetBounds() 59 return bounds_; in GetBounds() 220 std::swap(bounds_.rect_.width_, bounds_.rect_.height_); in SetScreenRotation() 221 int32_t width = bounds_.rect_.width_; in SetScreenRotation() 222 int32_t height = bounds_.rect_.height_; in SetScreenRotation() 224 bounds_.rect_.left_ -= static_cast<float>(width - height) / static_cast<float>(HALF_VALUE) - in SetScreenRotation() 226 bounds_.rect_.top_ += static_cast<float>(width - height) / static_cast<float>(HALF_VALUE); in SetScreenRotation() 228 bounds_.rect_.left_ += static_cast<float>(height - width) / static_cast<float>(HALF_VALUE); in SetScreenRotation() 229 bounds_ in SetScreenRotation() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | core_canvas.h | 90 SaveLayerOps() : bounds_(nullptr), brush_(nullptr), saveLayerFlags_(0) {} in SaveLayerOps() 98 : bounds_(bounds), brush_(brush), saveLayerFlags_(saveLayerFlags) {} in SaveLayerOps() 107 return bounds_; in GetBounds() 129 const Rect* bounds_; member in OHOS::Rosen::SaveLayerOps
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 155 RRect bounds_; member in OHOS::Rosen::ScreenProperty
|
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 141 return bounds_; in GetRectInScreen() 146 bounds_.SetLeftTopScreenPostion(bounds.GetLeftTopXScreenPostion(), bounds.GetLeftTopYScreenPostion()); in SetRectInScreen() 147 bounds_.SetRightBottomScreenPostion(bounds.GetRightBottomXScreenPostion(), bounds.GetRightBottomYScreenPostion()); in SetRectInScreen()
|
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
H A D | mock_accessibility_element_info_parcel.cpp | 79 bounds_ = *rect; in ReadFromParcelSecondPart() 227 RectParcel boundsParcel(bounds_); in MarshallingSecondPart()
|
/foundation/barrierfree/accessibility/common/interface/src/parcel/ |
H A D | accessibility_element_info_parcel.cpp | 79 bounds_ = *rect; in ReadFromParcelSecondPart() 228 RectParcel boundsParcel(bounds_); in MarshallingSecondPart()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 1777 Rect bounds_ {};
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_property_test.cpp | 270 ASSERT_EQ(property->bounds_, bounds); in HWTEST_F() 407 * @tc.desc: bounds_.rect_.width_ > bounds_.rect_.height_
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 3135 .posX_ = std::round(bounds_.posX_ + x), in SetOffset() 3136 .posY_ = std::round(bounds_.posY_ + y), in SetOffset() 3137 .width_ = std::round(bounds_.width_), in SetOffset() 3138 .height_ = std::round(bounds_.height_), in SetOffset() 3157 bounds_ = bounds; in SetBounds() 3162 return bounds_; in GetBounds()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | session.h | 577 WSRectF bounds_; member in OHOS::OHOS::OHOS::Rosen::Session
|
Completed in 15 milliseconds