Home
last modified time | relevance | path

Searched refs:viewreduction (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dloadfdos.c342 viewreduction = videoentry.xdots / viewxdots; in get_video_mode()
345 viewreduction = (float)((int)(viewreduction + 0.5)); /* need integer value */ in get_video_mode()
346 skipxdots = skipydots = (short)(viewreduction - 1); in get_video_mode()
423 viewreduction = tmpreduce; /* ok, this works */ in get_video_mode()
H A Dfractint.c133 float viewreduction; /* window auto-sizing */ variable
H A Dprompts2.c745 old_viewreduction = viewreduction; in get_view_params()
763 uvalues[k].uval.dval = viewreduction; in get_view_params()
862 viewreduction = (float)4.2; in get_view_params()
880 viewreduction = (float)uvalues[++k].uval.dval; in get_view_params()
986 && ( viewreduction != old_viewreduction in get_view_params()
H A Dframain2.c186 xdots = (int)((double)sxdots / viewreduction + 0.5); in big_while_loop()
190 ydots = (int)((double)sydots / viewreduction + 0.5); in big_while_loop()
H A Dcmdfiles.c644 viewreduction = (float)4.2; in initvars_restart()
1988 viewreduction = (float)4.2; /* reset default values */ in cmdarg()
1994 viewreduction = (float)floatval[0]; in cmdarg()
H A Djiim.c1278 viewreduction = (float)4.2; in Jiim()
H A Dmiscovl.c1009 put_parm(" %s=%g/%g",s_viewwindows,viewreduction,finalaspectratio); in write_batch_parms()
/dports/graphics/xfractint/xfractint-20.04p16/headers/
H A Dexterns.h855 extern float viewreduction;