Home
last modified time | relevance | path

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

/dports/math/ploticus-nox11/pl240src/src/
H A Dx11.c98 static Pixmap x_backstore; variable
285 x_backstore = XCreatePixmap( x_disp, x_win, x_winwidth, x_winheight, x_display_depth );
317 XCopyArea( x_disp, x_win, x_backstore, x_gc, 0, 0, x_winwidth, x_winheight, 0, 0 ); in PLGX_savewin()
328 XCopyArea( x_disp, x_backstore, x_win, x_gc, 0, 0, x_winwidth, x_winheight, 0, 0 ); in PLGX_restorewin()
425 XCopyArea( x_disp, x_backstore, tmppixmap, x_gc, 0, 0, minw, minh, 0, 0 );
428 XFreePixmap( x_disp, x_backstore );
431 x_backstore = tmppixmap;
477 XFreePixmap( x_disp, x_backstore );
478 x_backstore = XCreatePixmap( x_disp, x_win, x_winwidth, x_winheight, x_display_depth );
/dports/math/ploticus/pl240src/src/
H A Dx11.c98 static Pixmap x_backstore; variable
285 x_backstore = XCreatePixmap( x_disp, x_win, x_winwidth, x_winheight, x_display_depth );
317 XCopyArea( x_disp, x_win, x_backstore, x_gc, 0, 0, x_winwidth, x_winheight, 0, 0 ); in PLGX_savewin()
328 XCopyArea( x_disp, x_backstore, x_win, x_gc, 0, 0, x_winwidth, x_winheight, 0, 0 ); in PLGX_restorewin()
425 XCopyArea( x_disp, x_backstore, tmppixmap, x_gc, 0, 0, minw, minh, 0, 0 );
428 XFreePixmap( x_disp, x_backstore );
431 x_backstore = tmppixmap;
477 XFreePixmap( x_disp, x_backstore );
478 x_backstore = XCreatePixmap( x_disp, x_win, x_winwidth, x_winheight, x_display_depth );