Home
last modified time | relevance | path

Searched refs:hg_ymax (Results 1 – 5 of 5) sorted by relevance

/dports/comms/linrad/linrad-04.02/
H A Dscreenvar.c141 int hg_ymax; variable
H A Dscreen.c883 lir_pixwrite(hg.xright-2-2*text_width,hg_ymax,s); in show_blanker_info()
915 lir_pixwrite(hg.xleft+2,hg_ymax,s); in show_blanker_info()
2088 hide_mouse(hg_first_xpixel, hg_last_xpixel, hg_ymax, hg_y0); in update_hg_spectrum()
2106 if(ia<hg_ymax)ia=hg_ymax; in update_hg_spectrum()
2163 if(ia<hg_ymax)ia=hg_ymax; in update_hg_spectrum()
2164 if(ib<hg_ymax)ib=hg_ymax; in update_hg_spectrum()
H A Dscreendef.h232 extern int hg_ymax;
H A Dhires_graph.c827 hg_ymax=hg.ytop+3*text_height/2; in make_hires_graph()
828 hg_stonbars_ytop=hg_ymax+text_height+1; in make_hires_graph()
H A Dscreensub.c1581 for(i=hg_y0; i>hg_ymax+text_height; i--) in make_hg_yscale()