Home
last modified time | relevance | path

Searched refs:windowBounds_ (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_target.cpp40 parcel.WriteFloat(windowBounds_.rect_.left_) && in Marshalling()
41 parcel.WriteFloat(windowBounds_.rect_.top_) && in Marshalling()
42 parcel.WriteFloat(windowBounds_.rect_.width_) && in Marshalling()
43 parcel.WriteFloat(windowBounds_.rect_.height_) && in Marshalling()
44 parcel.WriteFloat(windowBounds_.radius_[0].x_))) { in Marshalling()
77 parcel.ReadFloat(windowBounds_.rect_.left_) && in ReadFromParcel()
78 parcel.ReadFloat(windowBounds_.rect_.top_) && in ReadFromParcel()
79 parcel.ReadFloat(windowBounds_.rect_.width_) && in ReadFromParcel()
80 parcel.ReadFloat(windowBounds_.rect_.height_) && in ReadFromParcel()
81 parcel.ReadFloat(windowBounds_.radius_[0].x_))) { in ReadFromParcel()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/
H A Drs_window_animation_target_test.cpp58 windowAnimationTarget->windowBounds_ = RRect();
86 windowAnimationTarget->windowBounds_ = RRect();
114 windowAnimationTarget->windowBounds_ = RRect();
H A Drs_window_animation_proxy_test.cpp112 windowAnimationTarget_->windowBounds_ = RRect(); in SetUp()
H A Drs_window_animation_stub_test.cpp89 windowAnimationTarget_->windowBounds_ = RRect(); in SetUpTestCase()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot.cpp59 if (windowBounds_ != nullptr) { in WriteToParcel()
60 PARCEL_WRITE_HELPER_RET(data, Parcelable, windowBounds_.get(), false); in WriteToParcel()
123 snapShot->windowBounds_ = std::move(windowBounds); in FillSnapshot()
222 PARCEL_WRITE_HELPER_RET(parcel, Parcelable, windowBounds_.get(), false); // for windowBounds in WriteSnapshotInfo()
H A Dsnapshot_converter.cpp40 snapshot.windowBounds_ = std::move(windowBounds); in ConvertToSnapshot()
76 snapshot->windowBounds_ = std::move(windowBounds); in ConvertToSnapshot()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/mission/
H A Dsnapshot_test.cpp92 snapshot.windowBounds_ = std::make_unique<Rect>(0, 0, 0, 0);
110 snapshot.windowBounds_ = std::make_unique<Rect>(0, 0, 0, 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/include/
H A Drs_window_animation_target.h38 RRect windowBounds_; member
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Dsnapshot.h39 std::unique_ptr<Rect> windowBounds_; variable
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_utils.cpp59 … napi_set_named_property(env, objValue, "windowBounds", CreateJsRRect(env, target->windowBounds_)); in CreateJsWindowAnimationTarget()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp334 dstTarget->windowBounds_.rect_ = boundsRect; in GetExpectRect()
764 windowAnimationTarget->windowBounds_ = RRect(boundsRect, radius); in CreateWindowAnimationTarget()