Searched +defs:y +defs:wp (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 62 auto wp = AceType::WeakClaim(this); in Initialize() local 523 void RenderXComponent::NativeXComponentOffset(double x, double y) in NativeXComponentOffset()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.cpp | 191 int32_t CJWindowImpl::MoveWindowTo(int32_t x, int32_t y) in MoveWindowTo() 240 CWindowProperties wp; in GetWindowProperties() local 826 int32_t CJWindowImpl::Translate(double x, double y, double z) in Translate() 856 int32_t CJWindowImpl::Rotate(double x, double y, double z, double pivotX, double pivotY) in Rotate() 890 int32_t CJWindowImpl::Scale(double x, double y, double pivotX, double pivotY) in Scale()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 165 auto wp = AceType::WeakClaim(this); in Update() local 328 int32_t y = static_cast<int32_t>(info.GetGlobalPoint().GetY()); in PanOnActionUpdate() local
|