Lines Matching refs:pixmap
49 #include "pixmap.h"
61 short x; /* window: screen absolute, pixmap: 0 */
62 short y; /* window: screen absolute, pixmap: 0 */
77 int devKind; /* This is the pitch of the pixmap, typically width*bpp/8. */
85 PixmapPtr master_pixmap; /* pointer to master copy of pixmap for pixmap sharing */
96 PixmapBox(BoxPtr box, PixmapPtr pixmap)
99 box->x2 = pixmap->drawable.width;
102 box->y2 = pixmap->drawable.height;
107 PixmapRegionInit(RegionPtr region, PixmapPtr pixmap)
111 PixmapBox(&box, pixmap);