/third_party/weston/clients/ |
D | fullscreen.c | 55 float pointer_x, pointer_y; member 162 fullscreen->pointer_x, fullscreen->pointer_y, in redraw_handler() 175 fullscreen->pointer_x, fullscreen->pointer_y, in redraw_handler() 188 fullscreen->pointer_x >= x && fullscreen->pointer_x < x + 50 && in redraw_handler() 211 fullscreen->pointer_x - 12, in redraw_handler() 214 fullscreen->pointer_x + 12, in redraw_handler() 219 fullscreen->pointer_x + 12, in redraw_handler() 222 fullscreen->pointer_x - 12, in redraw_handler() 229 fullscreen->pointer_x - 10, in redraw_handler() 232 fullscreen->pointer_x + 10, in redraw_handler() [all …]
|
D | resizor.c | 59 float pointer_x; member 286 x = resizor->pointer_x + (allocation.width - allocation.x); in locked_pointer_frame_callback() 358 resizor->pointer_x = x - (allocation.width - allocation.x); in set_cursor_inv_offset()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/ |
D | gstglwindow_wayland_egl.h | 62 gdouble pointer_x; member
|
D | gstglwindow_wayland_egl.c | 103 window_egl->display.pointer_x = wl_fixed_to_double (sx_w); in pointer_handle_motion() 106 window_egl->display.pointer_x, window_egl->display.pointer_y); in pointer_handle_motion() 119 window_egl->display.pointer_x, window_egl->display.pointer_y); in pointer_handle_button() 137 gst_gl_window_send_scroll_event (window, window_egl->display.pointer_x, in pointer_handle_axis()
|
/third_party/weston/tests/ |
D | weston-test-client-helper.h | 73 int pointer_x; member
|
D | pointer-test.c | 93 assert(client->test->pointer_x == x); in check_pointer()
|
D | weston-test-client-helper.c | 535 test->pointer_x = wl_fixed_to_int(x); in test_handle_pointer_position() 539 test->pointer_x, test->pointer_y); in test_handle_pointer_position()
|
/third_party/gstreamer/gstplugins_good/gst/videocrop/ |
D | gstvideocrop.c | 130 double pointer_x; in gst_video_crop_src_event() local 147 if (gst_structure_get_double (structure, "pointer_x", &pointer_x) && in gst_video_crop_src_event() 152 "pointer_x", G_TYPE_DOUBLE, (double) (pointer_x + vcrop->crop_left), in gst_video_crop_src_event()
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagesink.c | 579 gint pointer_x = 0, pointer_y = 0; in gst_x_image_sink_handle_xevents() local 596 pointer_x = e.xmotion.x; in gst_x_image_sink_handle_xevents() 612 pointer_x, pointer_y); in gst_x_image_sink_handle_xevents() 614 "mouse-move", 0, pointer_x, pointer_y); in gst_x_image_sink_handle_xevents()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimagesink.c | 420 gint pointer_x = 0, pointer_y = 0; in gst_xv_image_sink_handle_xevents() local 439 pointer_x = e.xmotion.x; in gst_xv_image_sink_handle_xevents() 455 pointer_x, pointer_y); in gst_xv_image_sink_handle_xevents()
|
/third_party/gstreamer/gstplugins_good/sys/osxvideo/ |
D | osxvideosink.m | 632 if (gst_structure_get_double (structure, "pointer_x", &x)) { 635 gst_structure_set (structure, "pointer_x", G_TYPE_DOUBLE,
|
/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | gstvideobox.c | 3193 gdouble pointer_x; in gst_video_box_src_event() local 3206 if (gst_structure_get_double (structure, "pointer_x", &pointer_x) && in gst_video_box_src_event() 3211 new_pointer_x = pointer_x + video_box->box_left; in gst_video_box_src_event()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 27242 1. Convert the given pointer_x and pointer_y to model space at the near and far planes
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 80557 1. Convert the given pointer_x and pointer_y to model space at the near and far planes
|