Home
last modified time | relevance | path

Searched refs:screen_last_xpixel (Results 1 – 12 of 12) sorted by relevance

/dports/comms/linrad/linrad-04.02/
H A Dfonts.c10191 screen_last_xpixel=screen_width-1; in init_font()
H A Dcalsub2.c174 lir_hline(0,screen_height*cal_yzer,screen_last_xpixel,1); in symmetry_fit_decide()
176 lir_hline(0,screen_height*(cal_yzer+YSH),screen_last_xpixel,1); in symmetry_fit_decide()
731 k=i*fft2_size/screen_last_xpixel; in cal_update_ram()
1277 if(i>screen_last_xpixel)goto showx; in remove_iq_notch()
H A Dui.c1912 if(a[0].xright>screen_last_xpixel) in set_graph_minwidth()
1914 a[0].xright=screen_last_xpixel; in set_graph_minwidth()
1963 if(a[0].xright>screen_last_xpixel) in graph_mincheck()
1965 a[0].xright=screen_last_xpixel; in graph_mincheck()
H A Duivar.c152 int screen_last_xpixel; variable
H A Dafc_graph.c1091 if(ag.xright > screen_last_xpixel) in make_afc_graph()
1093 ag.xright=screen_last_xpixel; in make_afc_graph()
1279 ag.xright=screen_last_xpixel; in init_afc_graph()
H A Dradar.c767 if(rg.xleft < 0 || rg.xleft > screen_last_xpixel)goto rg_default; in init_radar_graph()
768 if(rg.xright < 0 || rg.xright > screen_last_xpixel)goto rg_default; in init_radar_graph()
H A Dscreen.c958 if(agbutt[AG_MANAUTO].x2 > screen_last_xpixel)return; in show_ag_buttons()
963 if(agbutt[AG_WINTOGGLE].x2 > screen_last_xpixel)return; in show_ag_buttons()
971 if(agbutt[AG_SEL_AVGNUM].x2 > screen_last_xpixel)return; in show_ag_buttons()
975 if(agbutt[AG_SEL_FIT].x2 > screen_last_xpixel)return; in show_ag_buttons()
979 if(agbutt[AG_SEL_DELAY].x2 >= screen_last_xpixel)return; in show_ag_buttons()
H A Dcoh_osc.c105 cg_oscx=screen_last_xpixel-cg_oscw; in make_cg_trace()
H A Duidef.h167 extern int screen_last_xpixel;
H A Dhires_graph.c1062 if(hg.xleft < 0 || hg.xright > screen_last_xpixel)goto hg_default; in init_hires_graph()
H A Dbaseb_graph.c3637 bg.xleft > screen_last_xpixel || in init_baseband_graph()
3639 bg.xright > screen_last_xpixel || in init_baseband_graph()
H A Dlsetad.c3334 maxcolumn=screen_last_xpixel/text_width-1; in select_ossdev()