| /foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
| D | mock_accessibility_event_transmission.cpp | 38 void EventTransmission::OnMoveMouse(int32_t offsetX, int32_t offsetY) in OnMoveMouse()
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/drag_bar/ |
| D | drag_bar_test_utils.h | 64 bool CheckDragOffset(bool offsetX, bool offsetY) in CheckDragOffset()
|
| /foundation/graphic/graphic_2d/rosen/test/texgine/unittest/ |
| D | variant_span_test.cpp | 57 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/ |
| D | grid_row_layout_algorithm.h | 31 float offsetY = 0; member
|
| /foundation/arkui/ace_engine/frameworks/base/window/ |
| D | drag_window.h | 60 void SetOffset(int32_t offsetX, int32_t offsetY) in SetOffset()
|
| /foundation/barrierfree/accessibility/services/aams/src/ |
| D | accessibility_event_transmission.cpp | 43 void EventTransmission::OnMoveMouse(int32_t offsetX, int32_t offsetY) in OnMoveMouse()
|
| D | accessibility_mouse_key.cpp | 24 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/ |
| D | jsi_list_bridge.cpp | 40 double offsetY = 0.0; in JsGetCurrentOffset() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/track/ |
| D | flutter_render_capsule_track.cpp | 59 double offsetY = offset.GetY(); in DrawCapsuleProgressAnimation() local 109 double offsetY = offset.GetY(); in DrawCapsuleProgressVerticalAnimation() local
|
| D | rosen_render_capsule_track.cpp | 80 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/ |
| D | transition_element_test.cpp | 318 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/ |
| D | rosen_render_clip.cpp | 31 void RosenRenderClip::SetOffsetY(double offsetY) in SetOffsetY()
|
| D | render_clip.h | 49 virtual void SetOffsetY(double offsetY) in SetOffsetY()
|
| /foundation/arkui/ace_engine/frameworks/core/common/test/mock/ |
| D | mock_text_field_manager.cpp | 47 bool TextFieldManager::UpdatePanelForVirtualKeyboard(double offsetY, double fullHeight) in UpdatePanelForVirtualKeyboard()
|
| /foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
| D | variant_span.cpp | 237 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()
|
| D | text_span.cpp | 158 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/ |
| D | ui_scroll_view_unit_test.cpp | 201 const int16_t offsetY = 20; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/ |
| D | divider_paint_method.h | 59 auto offsetY = offset_.GetY(); in UpdateContentModifier() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
| D | xcomponent_element.cpp | 112 [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/ |
| D | session_helper.h | 27 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/ |
| D | rs_uni_render_processor.cpp | 38 bool RSUniRenderProcessor::Init(RSDisplayRenderNode& node, int32_t offsetX, int32_t offsetY, Screen… in Init()
|
| D | rs_uni_render_virtual_processor.cpp | 30 bool RSUniRenderVirtualProcessor::Init(RSDisplayRenderNode& node, int32_t offsetX, int32_t offsetY,… in Init()
|
| /foundation/window/window_manager/dmserver/src/ |
| D | abstract_display.cpp | 127 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/ |
| D | rs_uni_render_virtual_processor_test.cpp | 67 int32_t offsetY = 0; variable
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
| D | rs_display_node_command_test.cpp | 59 int32_t offsetY = static_cast<int32_t>(1); variable
|