Searched refs:stencil (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_ab.c131 STORE_BUFFERS((dga_internal_buffer)dgawin->stencil, infop->wx_abuf.stencil_fn, infop->wx_abuf.stencil_fn[0], infop->wx_abuf.stencil_size);
226 c_bufferp = (dga_internal_buffer)dgawin->stencil;
228 return dgawin->stencil;
296 c_bufferp = (dga_internal_buffer)dgawin->stencil;
391 c_bufferp = (dga_internal_buffer)dgawin->stencil;
436 ((dga_internal_buffer)dgawin->stencil)->bufferp = NULL;
488 STORE_BUFFERS((dga_internal_buffer)dgawin->stencil, infop->wx_abuf.stencil_fn, infop->wx_abuf.stencil_fn[0], infop->wx_abuf.stencil_size);
709 * For example, an unpacked 4 bit stencil buffer would return
H A Ddga_winshared.h426 dga_buffer stencil; member in struct:wx_abinfo
434 dga_buffer stencil; member in struct:wx_abinfo
H A Dwin_grab.c290 if(clientp->stencil) free(clientp->stencil);
757 clientp->stencil = (void *)malloc(sizeof(dga_internal_buffer_rec));
758 if ( !clientp->stencil )
771 ((dga_internal_buffer)clientp->stencil)->bufferp = NULL;
777 ((dga_internal_buffer)clientp->stencil)->pDraw = (Dga_drawable)clientp;
783 ((dga_internal_buffer)clientp->stencil)->buf_size = 0;
H A Ddga_internal.h92 void *stencil; member in struct:dga_window

Completed in 16 milliseconds