Home
last modified time | relevance | path

Searched refs:radius_y (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_avgblur_opencl.c155 int err, p, radius_x, radius_y, i; in avgblur_opencl_filter_frame() local
201 radius_y = ctx->radiusV; in avgblur_opencl_filter_frame()
205 radius_y = 0; in avgblur_opencl_filter_frame()
239 CL_SET_KERNEL_ARG(ctx->kernel_vert, 2, cl_int, &radius_y); in avgblur_opencl_filter_frame()
/third_party/cef/libcef/browser/osr/
Dmotion_event_osr.cc227 pointer_properties.SetAxesAndOrientation(touch.radius_x, touch.radius_y, in GetPointerPropertiesFromTouchEvent()
/third_party/cef/include/internal/
Dcef_types.h1711 float radius_y; member
/third_party/cef/tests/cefclient/browser/
Dosr_window_win.cc875 touch_event.radius_y = 0; in OnTouchEvent()
Dbrowser_window_osr_gtk.cc1690 touch_event.radius_y = 0; in TouchEvent()
Dbrowser_window_osr_mac.mm379 touch_event.radius_y = 0;
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch16167 + touch_event->height = event.radius_y;