Home
last modified time | relevance | path

Searched refs:pseudox (Results 1 – 5 of 5) sorted by relevance

/dports/german/BBBike/BBBike-3.18/Karte/
H A DPilotPl.pm133 my($pseudox,$pseudoy) = $self->anti_coord($mapx,$mapy,$x,$y);
134 $ret .= "$sx,$sy\t$pseudox,$pseudoy\t# $city\n";
/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Dcmdfiles.c50 int pseudox=0; /* xdots to use for video independence */ variable
752 pseudox = 0; in initvars_fractal()
2553 pseudox = intval[2]; in cmdarg()
2557 pseudox = pseudoy = 0; in cmdarg()
H A Dmiscovl.c884 pseudox?pseudox:xdots,pseudoy?pseudoy:ydots); in write_batch_parms()
H A Dcalcfrac.c916 if(pseudox && pseudoy)
918 aspect = (double)pseudoy/(double)pseudox;
919 dxsize = pseudox-1;
/dports/graphics/xfractint/xfractint-20.04p16/headers/
H A Dexterns.h438 extern int pseudox;