Home
last modified time | relevance | path

Searched defs:offsetX (Results 26 - 50 of 307) sorted by relevance

12345678910>>...13

/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_tspan.cpp36 double offsetX = hasX_ ? (drawOffset.svg.GetX() + x + dx) : (drawOffset.current.GetX() + dx); in UpdateDrawOffset() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_paint_method.h64 auto offsetX = offset_.GetX(); variable
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_capsule_track.cpp79 double offsetX = offset.GetX(); in DrawCapsuleProgressAnimation() local
148 double offsetX = offset.GetX(); DrawCapsuleProgressVerticalAnimation() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_inner_layout_test_ng.cpp293 float offsetX = ITEM_MAIN_SIZE * ratio; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_layout_algorithm.cpp72 Dimension offsetX = isRtl ? offset->GetX() * (-1) : offset->GetX(); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.h25 ArkUI_Float32 offsetX; member
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_input_interceptor.cpp51 void AccessibilityInputInterceptor::OnMoveMouse(int32_t offsetX, int32_t offsetY) in OnMoveMouse() argument
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_input_interceptor.cpp51 void MockAccessibilityInputInterceptor::OnMoveMouse(int32_t offsetX, int32_t offsetY) in OnMoveMouse() argument
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dtexture_info.h35 float offsetX = 0.0f; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdirtyregionmanager_fuzzer/
H A Drsdirtyregionmanager_fuzzer.cpp71 int offsetX = GetData<int>(); in DoSomethingInterestingWithMyAPI() local
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp147 int32_t offsetX = 0; in HWTEST_F() local
181 int32_t offsetX = 0; in HWTEST_F() local
/foundation/window/window_manager/wm/include/
H A Dgtx_input_event_sender.h41 int32_t offsetX = .0; member
/third_party/skia/src/core/
H A DSkAntiRun.h53 add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha, U8CPU maxValue, int offsetX) add() argument
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dsystem_dialog_scheduler.h40 int32_t offsetX = 0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dbar_item_layout_algorithm.cpp101 auto offsetX = (constraint->maxSize.Width() - iconSize_.ConvertToPx()) / 2; in LayoutIcon() local
127 auto offsetX = (constraint->maxSize.Width() - textWidth) / 2; in LayoutText() local
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_element.cpp224 double offsetX = renderOverlay->GetHorizonOffsetForAnimation(); in AddListener() local
/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Drender_clip.h40 virtual void SetOffsetX(double offsetX) in SetOffsetX() argument
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dshadow_theme.cpp78 auto offsetX = themeStyle->GetAttr<double>(offsetXName, 0.0); in ParseShadowParam() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_paint_property.h31 double offsetX = 5.0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_paint_property.h38 float offsetX = DEFAULT_GAUGE_SHADOW_OFFSETX; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_layout_test_ng.cpp57 float offsetX = index % colsNumber * itemWidth; in HWTEST_F() local
261 float offsetX = GRID_WIDTH - index % colsNumber * itemWidth - itemWidth; in HWTEST_F() local
293 float offsetX = GRID_WIDTH - index % colsNumber * itemWidth - itemWidth; in HWTEST_F() local
326 float offsetX = GRID_WIDTH - floor(index / rowsNumber) * itemWidth * 2 - itemWidth; in HWTEST_F() local
358 float offsetX = index % colsNumber * itemWidth + (GRID_WIDTH - colsNumber * itemWidth); in HWTEST_F() local
391 float offsetX = GRID_WIDTH - floor(index / rowsNumber) * itemWidth * 2 - itemWidth; HWTEST_F() local
421 float offsetX = index % columnsNumber * (itemWidth + realColumnsGap); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_paint_method_test_ng.cpp1657 const float offsetX = 120.5f; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_controller_ng.cpp21 XComponentControllerErrorCode XComponentControllerNG::GetGlobalPosition(float& offsetX, float& offsetY) in GetGlobalPosition() argument
106 void XComponentControllerNG::GetSurfaceOffset(float& offsetX, float& offsetY) in GetSurfaceOffset() argument
138 void XComponentControllerNG::SetIdealSurfaceOffsetX(float offsetX) in SetIdealSurfaceOffsetX() argument
H A Dinner_xcomponent_controller.h57 virtual void GetSurfaceOffset(float& offsetX, float& offsetY) {} in GetSurfaceOffset() argument
62 virtual void SetIdealSurfaceOffsetX(float offsetX) {} in SetIdealSurfaceOffsetX() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Drosen_render_pattern_lock.cpp51 double offsetX = cellcenter.GetX(); in PaintLockCircle() local
89 double offsetX = cellcenter.GetX(); in PaintLockCircle() local
[all...]

Completed in 15 milliseconds

12345678910>>...13