Home
last modified time | relevance | path

Searched defs:delta_x (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/graph/
Dchrobak_payne_drawing.hpp32 VertexTo1DCoordMap delta_x, VertexToVertexMap left, in accumulate_offsets()
99 vertex_to_vsize_map_t delta_x(delta_x_vector.begin(), vm); in chrobak_payne_straight_line_drawing() local
/third_party/flutter/engine/flutter/shell/platform/windows/
Dwin32_flutter_window.cc151 void Win32FlutterWindow::OnScroll(double delta_x, double delta_y) { in OnScroll()
247 void Win32FlutterWindow::SendScroll(double delta_x, double delta_y) { in SendScroll()
/third_party/boost/boost/gil/image_processing/
Dnumeric.hpp142 const auto delta_x = middle > x ? middle - x : x - middle; in generate_gaussian_kernel() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dnavigation.c155 double x, double y, double delta_x, double delta_y) in gst_navigation_send_mouse_scroll_event()
872 gdouble * x, gdouble * y, gdouble * delta_x, gdouble * delta_y) in gst_navigation_event_parse_mouse_scroll_event()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dnavigation.c132 gdouble x, y, delta_x, delta_y; in nav_send_event() local
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstbasewidget.c418 gdouble x, y, delta_x, delta_y; in gtk_gst_base_widget_scroll_event() local
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpevideosrc.cpp562 gdouble x, y, delta_x, delta_y; in gst_wpe_video_src_event() local
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglimagesink.c455 gdouble delta_x, gdouble delta_y, gdouble * stream_delta_x, in _display_scroll_value_to_stream_scroll_value()
966 double posx, double posy, double delta_x, double delta_y, in gst_glimage_sink_mouse_scroll_event_cb()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexSpacing.cpp280 float delta_x = coordinate.x - 0.5f; in getEdgesForQuadsTessellation() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c128 gdouble delta_x, delta_y; in pointer_handle_axis() local
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc291 double delta_x, in GLFWScrollCallback()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c976 double posx, double posy, double delta_x, double delta_y) in gst_gl_window_send_scroll_event()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_generator.cpp956 struct brw_reg delta_x = src[0]; in generate_linterp() local
/third_party/ffmpeg/libavcodec/
Dinterplayvideo.c78 static int copy_from(IpvideoContext *s, AVFrame *src, AVFrame *dst, int delta_x, int delta_y) in copy_from()