| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
| H A D | scroll_bar.h | 320 void SetAxis(Axis axis) in SetAxis() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| H A D | scrollable.h | 79 Scrollable(ScrollPositionCallback&& callback, Axis axis) : callback_(std::move(callback)), axis_(axis) {} in Scrollable() argument 80 Scrollable(const ScrollPositionCallback& callback, Axis axis) : callback_(callback), axis_(axis) {} in Scrollable() argument
|
| H A D | scrollable_pattern.cpp | 187 void ScrollablePattern::SetAxis(Axis axis) in SetAxis() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
| H A D | swiper_indicator_pattern.cpp | 226 auto axis = GetDirection(); in HandleTouchClick() local 409 auto axis = GetDirection(); in GetMouseClickIndex() local 787 auto axis = GetDirection(); in HandleTouchClickMargin() local
|
| /foundation/multimodalinput/input/frameworks/proxy/events/test/ |
| H A D | input_manager_test.cpp | 1142 InputDevice::AxisInfo axis; in HWTEST_F() local
|
| /foundation/multimodalinput/input/util/common/include/ |
| H A D | struct_multimodal.h | 345 enum POINTER_AXIS axis; member
|
| /foundation/multimodalinput/input/service/connect_manager/src/ |
| H A D | multimodal_input_connect_stub.cpp | 85 InputDevice::AxisInfo axis; in g_parseInputDevice() local
|
| H A D | multimodal_input_connect_proxy.cpp | 74 InputDevice::AxisInfo axis; in ParseInputDevice() local
|
| /foundation/multimodalinput/input/frameworks/proxy/events/src/ |
| H A D | pointer_event.cpp | 818 void PointerEvent::SetAxisValue(AxisType axis, double axisValue) in SetAxisValue() argument 832 HasAxis(uint32_t axes, AxisType axis) HasAxis() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | avf_showcqt.c | 861 draw_axis_rgb(AVFrame *out, AVFrame *axis, const ColorFloat *c, int off) draw_axis_rgb() argument 963 draw_axis_yuv(AVFrame *out, AVFrame *axis, const ColorFloat *c, int off) draw_axis_yuv() argument [all...] |
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui_widgets.cpp | 1207 bool ImGui::SplitterBehavior(const ImRect& bb, ImGuiID id, ImGuiAxis axis, float* size1, float* size2, float min_size1, float min_size2, float hover_extend, float hover_visibility_delay) in SplitterBehavior() argument 2109 const ImGuiAxis axis = (flags & ImGuiSliderFlags_Vertical) ? ImGuiAxis_Y : ImGuiAxis_X; SliderBehaviorT() local [all...] |
| /third_party/libinput/tools/ |
| H A D | libinput-debug-gui.c | 1465 enum libinput_pointer_axis axis; in handle_event_axis() local
|
| /third_party/libinput/src/ |
| H A D | evdev-tablet.c | 212 enum libinput_tablet_tool_axis axis; in tablet_process_absolute() local 141 tablet_device_has_axis(struct tablet_dispatch *tablet, enum libinput_tablet_tool_axis axis) tablet_device_has_axis() argument 177 tablet_filter_axis_fuzz(const struct tablet_dispatch *tablet, const struct evdev_device *device, const struct input_event *e, enum libinput_tablet_tool_axis axis) tablet_filter_axis_fuzz() argument 868 enum libinput_tablet_tool_axis axis; tablet_process_relative() local 916 copy_axis_cap(const struct tablet_dispatch *tablet, struct libinput_tablet_tool *tool, enum libinput_tablet_tool_axis axis) copy_axis_cap() argument 2571 enum libinput_tablet_tool_axis axis; tablet_init() local [all...] |
| H A D | evdev.c | 2794 evdev_is_scrolling(const struct evdev_device *device, enum libinput_pointer_axis axis) evdev_is_scrolling() argument 2804 evdev_start_scrolling(struct evdev_device *device, enum libinput_pointer_axis axis) evdev_start_scrolling() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/tessellator/ |
| H A D | tessellator.cpp | 637 int edge, axis; in QuadProcessTessFactors() local 2198 int edge, axis; QuadHLSLProcessTessFactors() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | predictor_enc.c | 646 int axis; in GetBestGreenRedToBlue() local
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | aflatin.c | 180 AF_LatinAxis axis = &metrics->axis[dim]; in af_latin_metrics_init_widths() local 234 AF_LatinAxis axis = &metrics->axis[di in af_latin_metrics_init_widths() local 325 AF_LatinAxis axis = &metrics->axis[AF_DIMENSION_VERT]; af_latin_metrics_init_blues() local 1175 AF_LatinAxis axis; af_latin_metrics_scale_dim() local 1536 AF_AxisHints axis = &hints->axis[dim]; FT_LOCAL_DEF() local 1990 AF_AxisHints axis = &hints->axis[dim]; af_latin_hints_link_segments() local 2126 AF_AxisHints axis = &hints->axis[dim]; FT_LOCAL_DEF() local 2501 AF_AxisHints axis = &hints->axis[AF_DIMENSION_VERT]; af_latin_hints_compute_blue_edges() local 2747 AF_LatinAxis axis = &metrics->axis[dim]; af_latin_compute_stem_width() local 2994 AF_AxisHints axis = &hints->axis[dim]; af_latin_hint_edges() local 3550 AF_LatinAxis axis; af_latin_hints_apply() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttgxvar.c | 975 GX_AxisCoords axis = itemStore->varRegionList[regionIndex].axisList; in ft_var_get_item_delta() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
| H A D | grid_scroll_layout_algorithm.cpp | 51 Axis axis = gridLayoutInfo_.axis_; in Measure() local 2075 GenerateCacheItemConstraint( const GridItemLayoutProperty& itemProp, Axis axis, const GridPredictLayoutParam& param) GenerateCacheItemConstraint() argument 2161 const Axis axis = host.GetPattern<GridPattern>()->GetAxis(); PredictBuildItem() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
| H A D | render_list.cpp | 83 auto axis = component_->GetDirection(); in Update() local 174 void RenderList::InitScrollable(Axis axis) in InitScrollable() argument 856 double axis = selectedItemMainAxis_; in SetItemsPositionForLaneList() local 863 double axis in SetItemsPositionForLaneList() local 975 double axis = selectedItemMainAxis_; SetItemsPosition() local 982 double axis = selectedItemMainAxis_ + selectedItemMainSize; SetItemsPosition() local 1187 Axis axis = IsVertical() ? Axis::VERTICAL : Axis::HORIZONTAL; HandleOverScroll() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
| H A D | slider_pattern.cpp | 56 auto axis = layoutProperty->GetDirection().value_or(Axis::HORIZONTAL); in GetReverseValue() local
|
| /third_party/glfw/src/ |
| H A D | wl_window.c | 1608 pointerHandleAxis(void* userData, struct wl_pointer* pointer, uint32_t time, uint32_t axis, wl_fixed_t value) pointerHandleAxis() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
| H A D | tab_bar_pattern.cpp | 483 auto axis = layoutProperty->GetAxis().value_or(Axis::HORIZONTAL); in InitScrollable() local 1804 auto axis = layoutProperty->GetAxis().value_or(Axis::HORIZONTAL); in CalculateSelectedIndex() local 1999 auto axis = layoutProperty->GetAxis().value_or(Axis::HORIZONTAL); UpdateGradientRegions() local 2043 auto axis = tabBarLayoutProperty->GetAxis().value_or(Axis::HORIZONTAL); UpdateTextColorAndFontWeight() local 2223 auto axis = layoutProperty->GetAxis().value_or(Axis::HORIZONTAL); UpdateSubTabBoard() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | vp3.c | 895 static int vp4_get_mv(Vp3DecodeContext *s, GetBitContext *gb, int axis, int last_motion) in vp4_get_mv() argument
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui_widgets.cpp | 854 ImGuiID ImGui::GetWindowScrollbarID(ImGuiWindow* window, ImGuiAxis axis) in GetWindowScrollbarID() argument 860 ImRect ImGui::GetWindowScrollbarRect(ImGuiWindow* window, ImGuiAxis axis) in GetWindowScrollbarRect() argument 873 void ImGui::Scrollbar(ImGuiAxis axis) in Scrollbar() argument 908 ScrollbarEx(const ImRect& bb_frame, ImGuiID id, ImGuiAxis axis, float* p_scroll_v, float size_avail_v, float size_contents_v, ImDrawFlags flags) ScrollbarEx() argument 1432 SplitterBehavior(const ImRect& bb, ImGuiID id, ImGuiAxis axis, float* size1, float* size2, float min_size1, float min_size2, float hover_extend, float hover_visibility_delay) SplitterBehavior() argument 2229 const ImGuiAxis axis = (flags & ImGuiSliderFlags_Vertical) ? ImGuiAxis_Y : ImGuiAxis_X; DragBehaviorT() local [all...] |