Home
last modified time | relevance | path

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

/dports/math/ploticus-nox11/pl240src/src/
H A Dx11.c72 static int x_winheight, x_winwidth; /* current size of window */ variable
158 x_winwidth = (int)(x_max * pixels_inch );
191 win_size.width = x_winwidth;
317 XCopyArea( x_disp, x_win, x_backstore, x_gc, 0, 0, x_winwidth, x_winheight, 0, 0 ); in PLGX_savewin()
399 if( (double)event.xconfigure.width != x_winwidth ||
406 if( event.xconfigure.width < x_winwidth ) minw = event.xconfigure.width;
407 else minw = x_winwidth;
412 x_winwidth = event.xconfigure.width;
418 tmppixmap = XCreatePixmap( x_disp, x_win, x_winwidth,
462 if( x_max > 0 ) x_winwidth = (int)(x_max * pixels_inch );
[all …]
/dports/math/ploticus/pl240src/src/
H A Dx11.c72 static int x_winheight, x_winwidth; /* current size of window */ variable
158 x_winwidth = (int)(x_max * pixels_inch );
191 win_size.width = x_winwidth;
317 XCopyArea( x_disp, x_win, x_backstore, x_gc, 0, 0, x_winwidth, x_winheight, 0, 0 ); in PLGX_savewin()
399 if( (double)event.xconfigure.width != x_winwidth ||
406 if( event.xconfigure.width < x_winwidth ) minw = event.xconfigure.width;
407 else minw = x_winwidth;
412 x_winwidth = event.xconfigure.width;
418 tmppixmap = XCreatePixmap( x_disp, x_win, x_winwidth,
462 if( x_max > 0 ) x_winwidth = (int)(x_max * pixels_inch );
[all …]