Home
last modified time | relevance | path

Searched defs:axis (Results 151 - 175 of 211) sorted by relevance

123456789

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp94 auto axis = positionMode_ == PositionMode::BOTTOM ? Axis::HORIZONTAL : Axis::VERTICAL; in CheckBarDirection() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h268 void SetHorizontalAxis(float axis) in SetHorizontalAxis() argument
273 void SetVerticalAxis(float axis) in SetVerticalAxis() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp207 void Scrollable::SetAxis(Axis axis) in SetAxis() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_pattern.cpp64 auto axis = layoutProperty->GetAxis().value_or(Axis::VERTICAL); in OnModifyDone() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.h223 void SetDirection(Axis axis) in SetDirection() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_test_ng.cpp156 Axis axis = Axis::VERTICAL; in CreateWaterFlowItem() local
1730 auto axis = pattern_->GetAxis(); in HWTEST_F() local
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp916 int32_t axis = -1; in GetAxesValue() local
1086 int32_t axis = static_cast<int32_t>(item.first); in GetJoystickPointerItem() local
[all...]
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp734 void MoveDragController::CalcFixedAspectRatioTranslateLimits(AreaType type, AxisType axis) in CalcFixedAspectRatioTranslateLimits() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_datascope.c38 int axis; member
/third_party/glfw/src/
H A Dinput.c434 void _glfwInputJoystickAxis(_GLFWjoystick* js, int axis, float value) in _glfwInputJoystickAxis() argument
/third_party/libevdev/libevdev/
H A Dlibevdev.c53 slot_value(const struct libevdev *dev, int slot, int axis) in slot_value() argument
135 fix_invalid_absinfo(const struct libevdev *dev, int axis, struct input_absinfo* abs_info) fix_invalid_absinfo() argument
[all...]
/third_party/libinput/test/
H A Dtest-pointer.c272 int axis = _i; /* looped test */ in START_TEST() local
614 enum libinput_pointer_axis axis; in test_high_and_low_wheel_events_value() local
771 enum libinput_pointer_axis axis = _i; /* ranged test */ START_TEST() local
[all...]
H A Dtest-touchpad.c305 enum libinput_pointer_axis axis; in START_TEST() local
250 is_single_axis_2fg_scroll(struct litest_device *dev, enum libinput_pointer_axis axis) is_single_axis_2fg_scroll() argument
340 enum libinput_pointer_axis axis; START_TEST() local
3632 int axis = _i; /* looped test */ START_TEST() local
[all...]
H A Dtest-tablet.c660 unsigned int axis = _i; /* ranged test */ in START_TEST() local
[all...]
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp843 Coordinate axis; in parseVariation() local
[all...]
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c183 AF_CJKAxis axis = &metrics->axis[dim]; in af_cjk_metrics_init_widths() local
237 AF_CJKAxis axis = &metrics->axis[di in af_cjk_metrics_init_widths() local
290 AF_CJKAxis axis; af_cjk_metrics_init_blues() local
668 AF_CJKAxis axis; af_cjk_metrics_scale_dim() local
800 AF_AxisHints axis = &hints->axis[dim]; af_cjk_hints_compute_segments() local
844 AF_AxisHints axis = &hints->axis[dim]; af_cjk_hints_link_segments() local
1002 AF_AxisHints axis = &hints->axis[dim]; af_cjk_hints_compute_edges() local
1292 AF_AxisHints axis = &hints->axis[dim]; af_cjk_hints_compute_blue_edges() local
1501 AF_CJKAxis axis = &metrics->axis[dim]; af_cjk_compute_stem_width() local
1799 AF_AxisHints axis = &hints->axis[dim]; af_cjk_hint_edges() local
2178 AF_AxisHints axis = & hints->axis[dim]; af_cjk_align_edge_points() local
[all...]
H A Dafhints.c344 AF_AxisHints axis = &hints->axis[dimension]; af_get_segment_index() local
389 AF_AxisHints axis = &hints->axis[dimension]; af_get_edge_index() local
403 AF_AxisHints axis = &hints->axis[dimension]; af_get_strong_edge_index() local
541 AF_AxisHints axis = &hints->axis[dimension]; af_glyph_hints_dump_segments() local
603 AF_AxisHints axis; af_glyph_hints_get_num_segments() local
632 AF_AxisHints axis; af_glyph_hints_get_segment_offset() local
680 AF_AxisHints axis = &hints->axis[dimension]; af_glyph_hints_dump_edges() local
817 AF_AxisHints axis = &hints->axis[dim]; af_glyph_hints_done() local
1317 AF_AxisHints axis = & hints->axis[dim]; af_glyph_hints_align_edge_points() local
1394 AF_AxisHints axis = &hints->axis[dim]; af_glyph_hints_align_strong_points() local
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.c1203 CFF_AxisCoords* axis = &region->axisList[j]; in cff_vstore_load() local
1496 CFF_AxisCoords* axis = &varRegion->axisList[j]; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1load.c194 FT_MM_Axis* axis = master->axis + n; in FT_LOCAL_DEF() local
899 FT_Int axis, n_axis; parse_blend_design_positions() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.h76 Scrollable(ScrollPositionCallback&& callback, Axis axis) : callback_(std::move(callback)), axis_(axis) {} in Scrollable() argument
77 Scrollable(const ScrollPositionCallback& callback, Axis axis) : callback_(callback), axis_(axis) {} in Scrollable() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp295 float ListItemGroupLayoutAlgorithm::GetChildMaxCrossSize(LayoutWrapper* layoutWrapper, Axis axis) in GetChildMaxCrossSize() argument
1256 CalculateLanes(const RefPtr<ListLayoutProperty>& layoutProperty, const LayoutConstraintF& layoutConstraint, std::optional<float> crossSizeOptional, Axis axis) CalculateLanes() argument
H A Dlist_layout_algorithm.cpp53 contentConstraint.maxSize.SetMainSize(Infinity<float>(), axis); in UpdateListItemConstraint() local
1698 void ListLayoutAlgorithm::AdjustPostionForListItemGroup(LayoutWrapper* layoutWrapper, Axis axis, int32_t index, in AdjustPostionForListItemGroup() argument
49 UpdateListItemConstraint( Axis axis, const OptionalSizeF& selfIdealSize, LayoutConstraintF& contentConstraint) UpdateListItemConstraint() argument
[all...]
H A Dlist_layout_algorithm.h423 CalculateLanes(const RefPtr<ListLayoutProperty>& layoutProperty, const LayoutConstraintF& layoutConstraint, std::optional<float> crossSizeOptional, Axis axis) CalculateLanes() argument
H A Dlist_pattern.cpp55 auto axis = listLayoutProperty->GetListDirection().value_or(Axis::VERTICAL); in OnModifyDone() local
311 auto axis = listLayoutProperty->GetListDirection().value_or(Axis::VERTICAL); in CreateNodePaintMethod() local
496 auto axis = listLayoutProperty->GetListDirection().value_or(Axis::VERTICAL); in DrivenRender() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp985 void GestureEventHub::AddScrollEdgeEffect(const Axis& axis, RefPtr<ScrollEdgeEffect>& scrollEffect) in AddScrollEdgeEffect() argument

Completed in 52 milliseconds

123456789