Home
last modified time | relevance | path

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

/dports/math/ploticus/pl240src/src/
H A Dgrgd.c40 #define Exsca( h ) PLG_xsca( h ) macro
232 a = Exsca( Goldx ); b = Eysca( Goldy ); c = Exsca( x ); d = Eysca( y );
315 Gptlist[ Gnpts ].x = Exsca( px );
343 a = Exsca( x1 );
345 c = Exsca( x2 );
494 a = Exsca( x ); b = Eysca( y );
520 a = Exsca( x ); b = Eysca( y );
545 c = Exsca(x); d = Eysca( Goldy );
562 a = Exsca( x ); b = Eysca( y );
930 width = Exsca( x2 ) - Exsca( x1 );
[all …]
H A Dx11.c105 #define Exsca( h ) PLG_xsca( h ) macro
505 XDrawPoint( x_disp, x_win, x_gc, Exsca( x ), Eysca( y ) );
518 if( x_npt == 0 ) { x_ptlist[0].x = Exsca( x_oldx ); x_ptlist[0].y = Eysca( x_oldy ); x_npt++; }
519 x_ptlist[ x_npt ].x = Exsca(x);
651 XDrawString( x_disp, x_win, x_gc, Exsca( x_oldx ), Eysca( x_oldy ), s, strlen( s ) );
734 if( x_npt == 0 ) { x_ptlist[0].x = Exsca( x_oldx ); x_ptlist[0].y = Eysca( x_oldy ); x_npt++; }
735 x_ptlist[ x_npt ].x = Exsca(x);
899 a = Exsca( x ); b = Eysca( y ); /* convert to pixel coordinates */
H A Dclickmap.c123 box[ imap ].x1 = Exsca( x1 ); box[ imap ].y1 = PLG_ysca( y2 );
124 box[ imap ].x2 = Exsca( x2 ); box[ imap ].y2 = PLG_ysca( y1 );
H A Dplg.h197 #define Exsca( f ) PLG_xsca( f ) macro
/dports/math/ploticus-nox11/pl240src/src/
H A Dgrgd.c40 #define Exsca( h ) PLG_xsca( h ) macro
232 a = Exsca( Goldx ); b = Eysca( Goldy ); c = Exsca( x ); d = Eysca( y );
315 Gptlist[ Gnpts ].x = Exsca( px );
343 a = Exsca( x1 );
345 c = Exsca( x2 );
494 a = Exsca( x ); b = Eysca( y );
520 a = Exsca( x ); b = Eysca( y );
545 c = Exsca(x); d = Eysca( Goldy );
562 a = Exsca( x ); b = Eysca( y );
930 width = Exsca( x2 ) - Exsca( x1 );
[all …]
H A Dx11.c105 #define Exsca( h ) PLG_xsca( h ) macro
505 XDrawPoint( x_disp, x_win, x_gc, Exsca( x ), Eysca( y ) );
518 if( x_npt == 0 ) { x_ptlist[0].x = Exsca( x_oldx ); x_ptlist[0].y = Eysca( x_oldy ); x_npt++; }
519 x_ptlist[ x_npt ].x = Exsca(x);
651 XDrawString( x_disp, x_win, x_gc, Exsca( x_oldx ), Eysca( x_oldy ), s, strlen( s ) );
734 if( x_npt == 0 ) { x_ptlist[0].x = Exsca( x_oldx ); x_ptlist[0].y = Eysca( x_oldy ); x_npt++; }
735 x_ptlist[ x_npt ].x = Exsca(x);
899 a = Exsca( x ); b = Eysca( y ); /* convert to pixel coordinates */
H A Dclickmap.c123 box[ imap ].x1 = Exsca( x1 ); box[ imap ].y1 = PLG_ysca( y2 );
124 box[ imap ].x2 = Exsca( x2 ); box[ imap ].y2 = PLG_ysca( y1 );
H A Dplg.h197 #define Exsca( f ) PLG_xsca( f ) macro