Home
last modified time | relevance | path

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

/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/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/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c462 const int delta_y = io->crop_top - y_start; in FinishRow() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dframe_dec.c462 const int delta_y = io->crop_top - y_start; in FinishRow() 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/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c128 gdouble delta_x, delta_y; in pointer_handle_axis() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexSpacing.cpp281 float delta_y = coordinate.y - 0.5f; in getEdgesForQuadsTessellation() local
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc292 double delta_y) { 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.cpp864 struct brw_reg delta_y = offset(src[0], inst->exec_size / 8); 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()