Home
last modified time | relevance | path

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

/dports/graphics/vcg/vcg.1.30/src/
H A Dfisheye.h91 int set_fe_yfocus _PP((long fy));
H A DX11dev.c4548 if (barlen-SCROLLBAR_LEN==0) (void)set_fe_yfocus(0);
4550 (void)set_fe_yfocus(val * (maximal_ypos*G_stretch/G_shrink
4554 else (void)set_fe_yfocus(val * maximal_ypos / (barlen-SCROLLBAR_LEN));
5810 redraw_necessary += set_fe_yfocus((ypos*G_stretch)/G_shrink); in m_position()
5887 set_fe_yfocus(reg_miny * G_stretch/G_shrink); in m_pic_position()
5891 set_fe_yfocus((reg_miny+reg_maxy)/2); in m_pic_position()
5932 (void)set_fe_yfocus((y+height/2)-
5936 (void)set_fe_yfocus(y);
5964 (void)set_fe_yfocus(0);
6329 (void)set_fe_yfocus((y+height/2) - (window_height-60)/2);
[all …]
H A Dfisheye.c2030 int set_fe_yfocus(long fy) in set_fe_yfocus() function
2032 int set_fe_yfocus(fy) in set_fe_yfocus()