Home
last modified time | relevance | path

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

/dports/graphics/vcg/vcg.1.30/src/
H A DX11devpb.h90 extern int act_xdpi;
H A DX11devpb.c236 int act_xdpi; variable
1159 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 …]
H A Dgrprint2.c203 extern int act_xdpi;
279 lm = gstoint(act_left_margin/2.54 * act_xdpi);
H A DPSdev.c253 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()