Home
last modified time | relevance | path

Searched refs:relative_x (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/devel/godot2-tools/godot-2.1.6-stable/core/os/
H A Dinput_event.cpp56 && mouse_motion.relative_x == p_event.mouse_motion.relative_x in operator ==()
121 …_motion.x) + "," + itos(mouse_motion.y) + " Rel: " + itos(mouse_motion.relative_x) + "," + itos(mo… in operator String()
274 Vector2 r = p_xform.basis_xform(Vector2(ev.mouse_motion.relative_x, ev.mouse_motion.relative_y)); in xform_by()
280 ev.mouse_motion.relative_x = r.x; in xform_by()
296 Vector2 r = p_xform.basis_xform(Vector2(ev.screen_drag.relative_x, ev.screen_drag.relative_y)); in xform_by()
300 ev.screen_drag.relative_x = r.x; in xform_by()
/dports/devel/godot2/godot-2.1.6-stable/core/os/
H A Dinput_event.cpp56 && mouse_motion.relative_x == p_event.mouse_motion.relative_x in operator ==()
121 …_motion.x) + "," + itos(mouse_motion.y) + " Rel: " + itos(mouse_motion.relative_x) + "," + itos(mo… in operator String()
274 Vector2 r = p_xform.basis_xform(Vector2(ev.mouse_motion.relative_x, ev.mouse_motion.relative_y)); in xform_by()
280 ev.mouse_motion.relative_x = r.x; in xform_by()
296 Vector2 r = p_xform.basis_xform(Vector2(ev.screen_drag.relative_x, ev.screen_drag.relative_y)); in xform_by()
300 ev.screen_drag.relative_x = r.x; in xform_by()
/dports/biology/garlic/garlic-1.6/
H A Ddocking_project.c72 double relative_x, relative_z; in DockingProject_() local
161 relative_x = x - x0; in DockingProject_()
166 d = floor (relative_x * reciprocal_denominator); in DockingProject_()
H A Ddraw_top.c60 double relative_x, relative_z; in DrawTop_() local
124 relative_x = x - plane_center_x; in DrawTop_()
130 d = scale_factor * relative_x + screen_center_y0; in DrawTop_()
/dports/games/wesnoth/wesnoth-1.14.17/src/editor/toolkit/
H A Dbrush.cpp90 void brush::add_relative_location(int relative_x, int relative_y) in add_relative_location() argument
92 relative_tiles_.insert(map_location(relative_x, relative_y)); in add_relative_location()
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/windows/src/main/java/net/java/games/input/
H A DRawDevice.java102 private int relative_x; field in RawDevice
140 relative_x = relative_y = wheel = 0; in pollMouse()
220 relative_x += dx; in processMouseEvent()
240 return relative_x; in getRelativeX()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/ext/gdk_pixbuf/
H A Dgstgdkpixbufoverlay.c303 overlay->relative_x = 0.0; in gst_gdk_pixbuf_overlay_init()
362 overlay->relative_x = g_value_get_double (value); in gst_gdk_pixbuf_overlay_set_property()
423 g_value_set_double (value, overlay->relative_x); in gst_gdk_pixbuf_overlay_get_property()
635 x = overlay->offset_x + (overlay->relative_x * width) + in gst_gdk_pixbuf_overlay_update_composition()
642 (overlay->relative_x * video_width) : in gst_gdk_pixbuf_overlay_update_composition()
643 overlay->offset_x + (overlay->relative_x * video_width); in gst_gdk_pixbuf_overlay_update_composition()
655 overlay->relative_x * 100.0, overlay->relative_y * 100.0, in gst_gdk_pixbuf_overlay_update_composition()

123456789