Home
last modified time | relevance | path

Searched refs:x_oldx (Results 1 – 2 of 2) sorted by relevance

/dports/math/ploticus-nox11/pl240src/src/
H A Dx11.c51 static double x_oldx = 0, x_oldy = 0; variable
518 if( x_npt == 0 ) { x_ptlist[0].x = Exsca( x_oldx ); x_ptlist[0].y = Eysca( x_oldy ); x_npt++; }
528 x_oldx=x;
538 x_oldx = x;
651 XDrawString( x_disp, x_win, x_gc, Exsca( x_oldx ), Eysca( x_oldy ), s, strlen( s ) );
654 x_oldx += ( *aw );
670 PLGX_moveto( x_oldx+((w-width)/2.0), x_oldy );
672 *x = Exsca_inv((int)( x_oldx+((w-width)/2.0) ) );
688 PLGX_moveto( x_oldx+(w-width), x_oldy );
690 *x = Exsca_inv((int)(x_oldx+(w-width) ));
[all …]
/dports/math/ploticus/pl240src/src/
H A Dx11.c51 static double x_oldx = 0, x_oldy = 0; variable
518 if( x_npt == 0 ) { x_ptlist[0].x = Exsca( x_oldx ); x_ptlist[0].y = Eysca( x_oldy ); x_npt++; }
528 x_oldx=x;
538 x_oldx = x;
651 XDrawString( x_disp, x_win, x_gc, Exsca( x_oldx ), Eysca( x_oldy ), s, strlen( s ) );
654 x_oldx += ( *aw );
670 PLGX_moveto( x_oldx+((w-width)/2.0), x_oldy );
672 *x = Exsca_inv((int)( x_oldx+((w-width)/2.0) ) );
688 PLGX_moveto( x_oldx+(w-width), x_oldy );
690 *x = Exsca_inv((int)(x_oldx+(w-width) ));
[all …]