Home
last modified time | relevance | path

Searched refs:new_y (Results 1 – 25 of 1292) sorted by path

12345678910>>...52

/dports/audio/carla/Carla-2.4.1/source/frontend/widgets/
H A Dpianoroll.py626 new_x, new_y = self.snap(pos_x, pos.y())
627 self.ghost_rect.moveTo(new_x, new_y)
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/presets/
H A DRozzor and Idiot - Any Other Deep Rising.milk98 per_pixel_5=new_y=rad*.05-y;
99 per_pixel_6=zoom=zoom+.01*sin(ang-rad*3.14*sin(if(Above(q2,q1),.5,-.5)*sin(new_X*new_y)))*sin(if(Ab…
/dports/audio/exaile/exaile-4.1.1/xlgui/
H A Dcover.py856 new_y = max(
859 self.layout.move(self.image, new_x, new_y)
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/glui/glui-2.35/src/
H A Dglui.cpp1531 int parent_w, parent_h, new_x, new_y; in check_subwindow_position() local
1544 new_y = 0; in check_subwindow_position()
1548 new_y = 0; in check_subwindow_position()
1552 new_y = parent_h - this->h; in check_subwindow_position()
1556 new_y = 0; in check_subwindow_position()
1578 new_y += curr_glui->h; in check_subwindow_position()
1591 new_y += curr_glui->h; in check_subwindow_position()
1595 new_y -= curr_glui->h; in check_subwindow_position()
1611 CLAMP( new_y, 0, new_y ); in check_subwindow_position()
1613 glutPositionWindow( new_x, new_y ); in check_subwindow_position()
/dports/audio/ganv/ganv-1.8.0/src/
H A Dnode.c567 double new_y = event->motion.y; in ganv_node_default_event() local
575 new_y = t_y; in ganv_node_default_event()
579 const double dy = new_y - last_y; in ganv_node_default_event()
587 last_y = new_y; in ganv_node_default_event()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/
H A DGir.toml2073 name = "new_y"
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Ddate_time.rs196 pub fn new_y(year: i32) -> Result<DateTime, glib::BoolError> { in new_y() method
673 assert!(DateTime::new_y(2020).unwrap() > DateTime::new_y(2019).unwrap()); in test_partial_ord()
674 assert!(DateTime::new_ym(2020, 1).unwrap() > DateTime::new_y(2019).unwrap()); in test_partial_ord()
707 .partial_cmp(&DateTime::new_y(2019).unwrap()) in test_partial_ord()
750 DateTime::new_y(2018).unwrap() in test_eq()
H A Ddate_time_serde.rs151 DateTimeVariants::Y(y) => DateTime::new_y(y), in try_from()
207 let datetime = DateTime::new_y(2018).unwrap(); in test_serialize()
247 assert_eq!(datetime_de, DateTime::new_y(2018).unwrap()); in test_deserialize()
274 let datetime = DateTime::new_y(2018).unwrap(); in test_serde_roundtrip()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXGLViewer.cpp1565 FXint new_x,new_y,cx,cy,xl,xh,yl,yh; in onLeftBtnRelease() local
1595 new_y=FXCLAMP(0,event->win_y,(height-1)); in onLeftBtnRelease()
1596 drawLasso(event->click_x,event->click_y,new_x,new_y); in onLeftBtnRelease()
1599 yl=FXMIN(new_y,event->click_y); in onLeftBtnRelease()
1600 yh=FXMAX(new_y,event->click_y); in onLeftBtnRelease()
1612 new_y=FXCLAMP(0,event->win_y,(height-1)); in onLeftBtnRelease()
1613 drawLasso(event->click_x,event->click_y,new_x,new_y); in onLeftBtnRelease()
1793 FXint new_x,new_y,old_x,old_y; in onMotion() local
1873 new_y=FXCLAMP(0,event->win_y,(height-1)); in onMotion()
1877 if(new_y>event->click_y) in onMotion()
[all …]
H A DFXScrollArea.cpp240 FXint cw,ch,new_x,new_y; in placeScrollBars() local
290 new_y=-vertical->getPosition(); in placeScrollBars()
294 moveContents(new_x,new_y); in placeScrollBars()
328 FXint new_x,new_y; in setPosition() local
336 new_y=-vertical->getPosition(); in setPosition()
340 moveContents(new_x,new_y); in setPosition()
358 FXint new_y=-(FXint)(FXival)ptr; in onVScrollerChanged() local
359 if(new_y!=pos_y){ in onVScrollerChanged()
360 moveContents(pos_x,new_y); in onVScrollerChanged()
384 if(new_y!=pos_y){ in onVScrollerDragged()
[all …]
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.c584 double new_x, new_y; in _screen_coord_to_model_coord() local
595 new_y = (1. - model_coord.y) * h / 2; in _screen_coord_to_model_coord()
597 if (new_x < 0. || new_x > w || new_y < 0. || new_y > h) in _screen_coord_to_model_coord()
602 new_y); in _screen_coord_to_model_coord()
607 *res_y = new_y; in _screen_coord_to_model_coord()
672 gdouble new_x, new_y; in gst_gl_transformation_src_event() local
675 &new_y)) { in gst_gl_transformation_src_event()
681 "pointer_y", G_TYPE_DOUBLE, new_y, NULL); in gst_gl_transformation_src_event()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideoflip.c1155 gdouble new_x, new_y, x, y; in gst_video_flip_src_event() local
1174 new_y = out_info->width - x; in gst_video_flip_src_event()
1178 new_y = x; in gst_video_flip_src_event()
1182 new_y = out_info->width - x; in gst_video_flip_src_event()
1186 new_y = x; in gst_video_flip_src_event()
1190 new_y = out_info->height - y; in gst_video_flip_src_event()
1194 new_y = y; in gst_video_flip_src_event()
1198 new_y = out_info->height - y; in gst_video_flip_src_event()
1202 new_y = y; in gst_video_flip_src_event()
1205 GST_DEBUG_OBJECT (vf, "to %fx%f", new_x, new_y); in gst_video_flip_src_event()
[all …]
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideoflip.c1155 gdouble new_x, new_y, x, y; in gst_video_flip_src_event() local
1174 new_y = out_info->width - x; in gst_video_flip_src_event()
1178 new_y = x; in gst_video_flip_src_event()
1182 new_y = out_info->width - x; in gst_video_flip_src_event()
1186 new_y = x; in gst_video_flip_src_event()
1190 new_y = out_info->height - y; in gst_video_flip_src_event()
1194 new_y = y; in gst_video_flip_src_event()
1198 new_y = out_info->height - y; in gst_video_flip_src_event()
1202 new_y = y; in gst_video_flip_src_event()
1205 GST_DEBUG_OBJECT (vf, "to %fx%f", new_x, new_y); in gst_video_flip_src_event()
[all …]
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideoflip.c1155 gdouble new_x, new_y, x, y; in gst_video_flip_src_event() local
1174 new_y = out_info->width - x; in gst_video_flip_src_event()
1178 new_y = x; in gst_video_flip_src_event()
1182 new_y = out_info->width - x; in gst_video_flip_src_event()
1186 new_y = x; in gst_video_flip_src_event()
1190 new_y = out_info->height - y; in gst_video_flip_src_event()
1194 new_y = y; in gst_video_flip_src_event()
1198 new_y = out_info->height - y; in gst_video_flip_src_event()
1202 new_y = y; in gst_video_flip_src_event()
1205 GST_DEBUG_OBJECT (vf, "to %fx%f", new_x, new_y); in gst_video_flip_src_event()
[all …]
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideoflip.c1155 gdouble new_x, new_y, x, y; in gst_video_flip_src_event() local
1174 new_y = out_info->width - x; in gst_video_flip_src_event()
1178 new_y = x; in gst_video_flip_src_event()
1182 new_y = out_info->width - x; in gst_video_flip_src_event()
1186 new_y = x; in gst_video_flip_src_event()
1190 new_y = out_info->height - y; in gst_video_flip_src_event()
1194 new_y = y; in gst_video_flip_src_event()
1198 new_y = out_info->height - y; in gst_video_flip_src_event()
1202 new_y = y; in gst_video_flip_src_event()
1205 GST_DEBUG_OBJECT (vf, "to %fx%f", new_x, new_y); in gst_video_flip_src_event()
[all …]
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.c584 double new_x, new_y; in _screen_coord_to_model_coord() local
595 new_y = (1. - model_coord.y) * h / 2; in _screen_coord_to_model_coord()
597 if (new_x < 0. || new_x > w || new_y < 0. || new_y > h) in _screen_coord_to_model_coord()
602 new_y); in _screen_coord_to_model_coord()
607 *res_y = new_y; in _screen_coord_to_model_coord()
672 gdouble new_x, new_y; in gst_gl_transformation_src_event() local
675 &new_y)) { in gst_gl_transformation_src_event()
681 "pointer_y", G_TYPE_DOUBLE, new_y, NULL); in gst_gl_transformation_src_event()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.c584 double new_x, new_y; in _screen_coord_to_model_coord() local
595 new_y = (1. - model_coord.y) * h / 2; in _screen_coord_to_model_coord()
597 if (new_x < 0. || new_x > w || new_y < 0. || new_y > h) in _screen_coord_to_model_coord()
602 new_y); in _screen_coord_to_model_coord()
607 *res_y = new_y; in _screen_coord_to_model_coord()
672 gdouble new_x, new_y; in gst_gl_transformation_src_event() local
675 &new_y)) { in gst_gl_transformation_src_event()
681 "pointer_y", G_TYPE_DOUBLE, new_y, NULL); in gst_gl_transformation_src_event()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideoflip.c1155 gdouble new_x, new_y, x, y; in gst_video_flip_src_event() local
1174 new_y = out_info->width - x; in gst_video_flip_src_event()
1178 new_y = x; in gst_video_flip_src_event()
1182 new_y = out_info->width - x; in gst_video_flip_src_event()
1186 new_y = x; in gst_video_flip_src_event()
1190 new_y = out_info->height - y; in gst_video_flip_src_event()
1194 new_y = y; in gst_video_flip_src_event()
1198 new_y = out_info->height - y; in gst_video_flip_src_event()
1202 new_y = y; in gst_video_flip_src_event()
1205 GST_DEBUG_OBJECT (vf, "to %fx%f", new_x, new_y); in gst_video_flip_src_event()
[all …]
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideoflip.c1155 gdouble new_x, new_y, x, y; in gst_video_flip_src_event() local
1174 new_y = out_info->width - x; in gst_video_flip_src_event()
1178 new_y = x; in gst_video_flip_src_event()
1182 new_y = out_info->width - x; in gst_video_flip_src_event()
1186 new_y = x; in gst_video_flip_src_event()
1190 new_y = out_info->height - y; in gst_video_flip_src_event()
1194 new_y = y; in gst_video_flip_src_event()
1198 new_y = out_info->height - y; in gst_video_flip_src_event()
1202 new_y = y; in gst_video_flip_src_event()
1205 GST_DEBUG_OBJECT (vf, "to %fx%f", new_x, new_y); in gst_video_flip_src_event()
[all …]
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideoflip.c1155 gdouble new_x, new_y, x, y; in gst_video_flip_src_event() local
1174 new_y = out_info->width - x; in gst_video_flip_src_event()
1178 new_y = x; in gst_video_flip_src_event()
1182 new_y = out_info->width - x; in gst_video_flip_src_event()
1186 new_y = x; in gst_video_flip_src_event()
1190 new_y = out_info->height - y; in gst_video_flip_src_event()
1194 new_y = y; in gst_video_flip_src_event()
1198 new_y = out_info->height - y; in gst_video_flip_src_event()
1202 new_y = y; in gst_video_flip_src_event()
1205 GST_DEBUG_OBJECT (vf, "to %fx%f", new_x, new_y); in gst_video_flip_src_event()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideoflip.c1155 gdouble new_x, new_y, x, y; in gst_video_flip_src_event() local
1174 new_y = out_info->width - x; in gst_video_flip_src_event()
1178 new_y = x; in gst_video_flip_src_event()
1182 new_y = out_info->width - x; in gst_video_flip_src_event()
1186 new_y = x; in gst_video_flip_src_event()
1190 new_y = out_info->height - y; in gst_video_flip_src_event()
1194 new_y = y; in gst_video_flip_src_event()
1198 new_y = out_info->height - y; in gst_video_flip_src_event()
1202 new_y = y; in gst_video_flip_src_event()
1205 GST_DEBUG_OBJECT (vf, "to %fx%f", new_x, new_y); in gst_video_flip_src_event()
[all …]
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/ext/gl/
H A Dgstgltransformation.c584 double new_x, new_y; in _screen_coord_to_model_coord() local
595 new_y = (1. - model_coord.y) * h / 2; in _screen_coord_to_model_coord()
597 if (new_x < 0. || new_x > w || new_y < 0. || new_y > h) in _screen_coord_to_model_coord()
602 new_y); in _screen_coord_to_model_coord()
607 *res_y = new_y; in _screen_coord_to_model_coord()
672 gdouble new_x, new_y; in gst_gl_transformation_src_event() local
675 &new_y)) { in gst_gl_transformation_src_event()
681 "pointer_y", G_TYPE_DOUBLE, new_y, NULL); in gst_gl_transformation_src_event()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/videofilter/
H A Dgstvideoflip.c1155 gdouble new_x, new_y, x, y; in gst_video_flip_src_event() local
1174 new_y = out_info->width - x; in gst_video_flip_src_event()
1178 new_y = x; in gst_video_flip_src_event()
1182 new_y = out_info->width - x; in gst_video_flip_src_event()
1186 new_y = x; in gst_video_flip_src_event()
1190 new_y = out_info->height - y; in gst_video_flip_src_event()
1194 new_y = y; in gst_video_flip_src_event()
1198 new_y = out_info->height - y; in gst_video_flip_src_event()
1202 new_y = y; in gst_video_flip_src_event()
1205 GST_DEBUG_OBJECT (vf, "to %fx%f", new_x, new_y); in gst_video_flip_src_event()
[all …]
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/curses/
H A Dscrollpad.cpp167 int new_y; in flush() local
185 new_y = getY(); in flush()
186 height += new_y - y; in flush()
187 y = new_y; in flush()
209 new_y = getY(); in flush()
210 if (new_y != y) in flush()
236 new_y = getY(); in flush()
237 height += new_y - y; in flush()
H A Dwindow.cpp670 void Window::moveTo(size_t new_x, size_t new_y) in moveTo() argument
673 m_start_y = new_y; in moveTo()

12345678910>>...52