Home
last modified time | relevance | path

Searched refs:rel_x (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstgloverlaycompositor.c248 float rel_x, rel_y, rel_w, rel_h; in gst_gl_composition_overlay_add_transformation() local
263 rel_x = (float) comp_x / (float) width; in gst_gl_composition_overlay_add_transformation()
270 rel_x = rel_x * 2.0 - 1.0; in gst_gl_composition_overlay_add_transformation()
279 overlay->positions[0] = rel_x + rel_w; in gst_gl_composition_overlay_add_transformation()
283 overlay->positions[4] = rel_x; in gst_gl_composition_overlay_add_transformation()
287 overlay->positions[8] = rel_x; in gst_gl_composition_overlay_add_transformation()
291 overlay->positions[12] = rel_x + rel_w; in gst_gl_composition_overlay_add_transformation()
/third_party/libinput/tools/
Dlibinput-debug-gui.c196 int rel_x, rel_y; /* REL_X/Y */ member
409 if (w->evdev.rel_x) { in draw_evdev_rel()
410 int dir = w->evdev.rel_x > 0 ? 1 : -1; in draw_evdev_rel()
411 for (int i = 0; i < abs(w->evdev.rel_x); i++) { in draw_evdev_rel()
1239 w->evdev.rel_x = e.value; in handle_event_evdev()
/third_party/libbpf/src/
Dbpf_helper_defs.h2342 static long (*bpf_rc_pointer_rel)(void *ctx, __s32 rel_x, __s32 rel_y) = (void *) 92;