Home
last modified time | relevance | path

Searched refs:bg_y3 (Results 1 – 4 of 4) sorted by relevance

/dports/comms/linrad/linrad-04.02/
H A Dscreenvar.c114 int bg_y3; variable
H A Dscreen.c624 if( (kk == curv_xpixel && old_y1 >= bg_y4 && old_y1 < bg_y3) || in show_baseband_spectrum()
631 if( (kk == bfo_xpixel && old_y1 >= bg_y3 && old_y1 < bg_y2) || in show_baseband_spectrum()
692 if( (kk == curv_xpixel && old_y2 >= bg_y4 && old_y2 < bg_y3) || in show_baseband_spectrum()
699 if( (kk == bfo_xpixel && old_y2 >= bg_y3 && old_y2 < bg_y2) || in show_baseband_spectrum()
709 if( (kk == curv_xpixel && old_y1 >= bg_y4 && old_y1 < bg_y3) || in show_baseband_spectrum()
716 if( (kk == bfo_xpixel && old_y1 >= bg_y3 && old_y1 < bg_y2) || in show_baseband_spectrum()
755 if( (kk == curv_xpixel && old_y2 >= bg_y4 && old_y2 < bg_y3) || in show_baseband_spectrum()
762 if( (kk == bfo_xpixel && old_y2 >= bg_y3 && old_y2 < bg_y2) || in show_baseband_spectrum()
792 if( (kk == curv_xpixel && old_y1 >= bg_y4 && old_y1 < bg_y3) || in show_baseband_spectrum()
799 if( (kk == bfo_xpixel && old_y1 >= bg_y3 && old_y1 < bg_y2) || in show_baseband_spectrum()
H A Dscreendef.h204 extern int bg_y3;
H A Dbaseb_graph.c413 lir_line(bfo_xpixel, bg_y2-1,bfo_xpixel,bg_y3,12); in make_bfo()
1023 for(i=bg_y4; i<bg_y3; i++)lir_setpixel(curv_xpixel, i,bg_background[i]); in make_bg_filter()
1501 lir_line(curv_xpixel, bg_y4,curv_xpixel,bg_y3-1,14); in make_bg_filter()
2429 for(i=bg_y3; i<bg_y2; i++)lir_setpixel(bfo_xpixel, i,bg_background[i]); in clear_bfo()
2559 if(mouse_y > bg_y4 && mouse_y <= bg_y3 && abs(mouse_x-curv_xpixel) < 5) in mouse_on_baseband_graph()
2565 if(mouse_y > bg_y3 && mouse_y <= bg_y2 && abs(mouse_x-bfo_xpixel) < 5) in mouse_on_baseband_graph()
2778 bg_y3=(2*bg_y0+3*bg_ymax)/5; in make_baseband_graph()