Searched refs:act_xdpi (Results 1 – 4 of 4) sorted by relevance
90 extern int act_xdpi;
236 int act_xdpi; variable1159 else SPRINTF(mxbuffer, "%d",act_xdpi); in draw_sizes()1983 *2.54/(float)act_xdpi;1998 if (act_xdpi<=0) val = 0; in set_xdpiscrollbar()1999 else val = gstoint(log((double)act_xdpi/(double)300.0)*(double)z/3)+z; in set_xdpiscrollbar()2387 act_xdpi = val;2388 if (act_output_type == 3) act_xdpi = 72;2420 act_width =((rgx1>rgx2)?rgx1-rgx2:rgx2-rgx1)*act_scaling*2.54/act_xdpi;2456 act_width=((rgx1>rgx2)?rgx1-rgx2:rgx2-rgx1)*act_scaling*2.54/act_xdpi;2474 scale1 = w*act_xdpi/2.54/((rgx1>rgx2)?rgx1-rgx2:rgx2-rgx1);[all …]
203 extern int act_xdpi;279 lm = gstoint(act_left_margin/2.54 * act_xdpi);
253 extern int act_xdpi;316 scale = (float)(act_xdpi)/act_scaling;775 maxxdist = (int)(mx * act_xdpi / act_scaling / 2.54); in calc_paper_width()