Home
last modified time | relevance | path

Searched defs:offsetY (Results 1 – 25 of 172) sorted by relevance

1234567

/foundation/barrierfree/accessibility/services/aams/test/mock/src/
Dmock_accessibility_event_transmission.cpp38 void EventTransmission::OnMoveMouse(int32_t offsetX, int32_t offsetY) in OnMoveMouse()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/drag_bar/
Ddrag_bar_test_utils.h64 bool CheckDragOffset(bool offsetX, bool offsetY) in CheckDragOffset()
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
Dvariant_span_test.cpp57 void TextSpan::Paint(TexgineCanvas &canvas, double offsetX, double offsetY, const TextStyle &xs) in Paint()
65 void TextSpan::PaintShadow(TexgineCanvas &canvas, double offsetX, double offsetY, const std::vector… in PaintShadow()
159 …ECT_CALL(*as, Paint).Times(1).WillOnce([&](TexgineCanvas &canvas, double offsetX, double offsetY) { in __anonb0b0806a0102()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
Dgrid_row_layout_algorithm.h31 float offsetY = 0; member
/foundation/arkui/ace_engine/frameworks/base/window/
Ddrag_window.h60 void SetOffset(int32_t offsetX, int32_t offsetY) in SetOffset()
/foundation/barrierfree/accessibility/services/aams/src/
Daccessibility_event_transmission.cpp43 void EventTransmission::OnMoveMouse(int32_t offsetX, int32_t offsetY) in OnMoveMouse()
Daccessibility_mouse_key.cpp24 int32_t offsetY = 0; member
209 int32_t offsetY = iter->second.offsetY; in ExecuteMouseKey() local
237 void AccessibilityMouseKey::MoveMousePointer(int32_t offsetX, int32_t offsetY) in MoveMousePointer()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_list_bridge.cpp40 double offsetY = 0.0; in JsGetCurrentOffset() local
/foundation/arkui/ace_engine/frameworks/core/components/track/
Dflutter_render_capsule_track.cpp59 double offsetY = offset.GetY(); in DrawCapsuleProgressAnimation() local
109 double offsetY = offset.GetY(); in DrawCapsuleProgressVerticalAnimation() local
Drosen_render_capsule_track.cpp80 double offsetY = offset.GetY(); in DrawCapsuleProgressAnimation() local
149 double offsetY = offset.GetY(); in DrawCapsuleProgressVerticalAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/transition/
Dtransition_element_test.cpp318 Dimension offsetY; in CheckCustomTranslateTransitionFrames() local
525 Dimension offsetY; in CheckPhonePushTransitionFrame() local
604 Dimension offsetY; in CheckPhonePopTransitionFrame() local
636 Dimension offsetY; in CheckPhonePopSharedTransitionFrame() local
668 Dimension offsetY; in CheckWatchPushTransitionFrame() local
703 Dimension offsetY; in CheckWatchPopTransitionFrame() local
/foundation/arkui/ace_engine/frameworks/core/components/clip/
Drosen_render_clip.cpp31 void RosenRenderClip::SetOffsetY(double offsetY) in SetOffsetY()
Drender_clip.h49 virtual void SetOffsetY(double offsetY) in SetOffsetY()
/foundation/arkui/ace_engine/frameworks/core/common/test/mock/
Dmock_text_field_manager.cpp47 bool TextFieldManager::UpdatePanelForVirtualKeyboard(double offsetY, double fullHeight) in UpdatePanelForVirtualKeyboard()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Dvariant_span.cpp237 void VariantSpan::Paint(TexgineCanvas &canvas, double offsetX, double offsetY) noexcept(false) in Paint()
249 void VariantSpan::PaintShadow(TexgineCanvas &canvas, double offsetX, double offsetY) noexcept(false) in PaintShadow()
Dtext_span.cpp158 void TextSpan::Paint(TexgineCanvas &canvas, double offsetX, double offsetY, const TextStyle &xs) in Paint()
178 void TextSpan::PaintDecoration(TexgineCanvas &canvas, double offsetX, double offsetY, const TextSty… in PaintDecoration()
253 void TextSpan::PaintShadow(TexgineCanvas &canvas, double offsetX, double offsetY, in PaintShadow()
/foundation/arkui/ui_lite/test/unittest/components/
Dui_scroll_view_unit_test.cpp201 const int16_t offsetY = 20; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
Ddivider_paint_method.h59 auto offsetY = offset_.GetY(); in UpdateContentModifier() local
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
Dxcomponent_element.cpp112 [weak = WeakClaim(this)](int32_t offsetX, int32_t offsetY) { in Prepare()
433 int32_t offsetY = paintOffset.GetY() * viewScale; in OnXComponentSizeInit() local
494 int32_t offsetY = paintOffset.GetY() * viewScale; in OnXComponentSizeChange() local
520 void XComponentElement::OnXComponentPositionChange(int32_t offsetX, int32_t offsetY) in OnXComponentPositionChange()
/foundation/window/window_manager/window_scene/common/include/
Dsession_helper.h27 static WSRect GetOverlap(const WSRect& rect1, const WSRect& rect2, int offsetX, int offsetY) in GetOverlap()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_processor.cpp38 bool RSUniRenderProcessor::Init(RSDisplayRenderNode& node, int32_t offsetX, int32_t offsetY, Screen… in Init()
Drs_uni_render_virtual_processor.cpp30 bool RSUniRenderVirtualProcessor::Init(RSDisplayRenderNode& node, int32_t offsetX, int32_t offsetY,… in Init()
/foundation/window/window_manager/dmserver/src/
Dabstract_display.cpp127 void AbstractDisplay::SetOffsetY(int32_t offsetY) in SetOffsetY()
158 void AbstractDisplay::SetOffset(int32_t offsetX, int32_t offsetY) in SetOffset()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
Drs_uni_render_virtual_processor_test.cpp67 int32_t offsetY = 0; variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
Drs_display_node_command_test.cpp59 int32_t offsetY = static_cast<int32_t>(1); variable

1234567