Searched refs:ZPixmap (Results 1 - 25 of 94) sorted by relevance

1234

/xsrc/external/mit/libXpm/dist/src/
H A DCrIFrP.c57 AllPlanes, ZPixmap);
H A Damigax.h49 #define ZPixmap 2 macro
H A Dsimx.h126 #define ZPixmap 1 /* not really used */ macro
/xsrc/external/mit/libX11/dist/src/
H A DImUtil.c54 associated with a specific depth of ZPixmap format image for a
238 * for a pixel with coordinates x and y for image data in ZPixmap format.
273 if ((image->format == ZPixmap) && (image->bits_per_pixel == 8)) {
280 } else if ((image->format == ZPixmap) &&
284 } else if ((image->format == ZPixmap) &&
327 (format != XYBitmap && format != XYPixmap && format != ZPixmap) ||
349 if (format == ZPixmap)
361 if (format == ZPixmap) {
403 image->format != ZPixmap) ||
414 if (image->format == ZPixmap)
[all...]
H A DGetImage.c64 int format) /* either XYPixmap or ZPixmap */
110 } else { /* format == ZPixmap */
112 rep.depth, ZPixmap, 0, data, width, height,
141 int format, /* either XYPixmap or ZPixmap */
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_image.c28 * PutImage. Only does ZPixmap right now as other formats are quite a bit harder
56 format = ZPixmap;
58 if (format != ZPixmap)
119 if (format != ZPixmap)
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dtest_image.c85 AllPlanes, ZPixmap);
90 AllPlanes, ZPixmap);
264 ximage->format = ZPixmap;
H A Ddri2-swap.c66 image = XGetImage(dpy, win, 0, 0, 1, 1, ~0, ZPixmap);
H A Dtest_display.c164 image = XGetImage(t->dpy, t->root, 0, 0, 1, 1, AllPlanes, ZPixmap);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshm.c300 rep.pixmapFormat = sharedPixmaps ? ZPixmap : 0;
485 if (format == ZPixmap || (format == XYPixmap && depth == 1)) {
508 (format == XYPixmap) ? XYPixmap : ZPixmap, data);
547 else if (stuff->format == ZPixmap)
591 if ((((stuff->format == ZPixmap) && (stuff->srcX == 0)) ||
592 ((stuff->format != ZPixmap) &&
641 if ((stuff->format != XYPixmap) && (stuff->format != ZPixmap))
685 if(stuff->format == ZPixmap)
704 else if (stuff->format == ZPixmap)
798 if ((stuff->format != XYPixmap) && (stuff->format != ZPixmap)) {
[all...]
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbimage.c88 case ZPixmap:
309 if (format == ZPixmap &&
323 if (format == ZPixmap || srcBpp == 1)
/xsrc/external/mit/xmag/dist/
H A DCutPaste.c107 AllPlanes, ZPixmap);
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dtest_image.c85 AllPlanes, ZPixmap);
90 AllPlanes, ZPixmap);
280 ximage->format = ZPixmap;
H A Ddri2-swap.c66 image = XGetImage(dpy, win, 0, 0, 1, 1, ~0, ZPixmap);
H A Dtest_display.c164 image = XGetImage(t->dpy, t->root, 0, 0, 1, 1, AllPlanes, ZPixmap);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshm.c288 .pixmapFormat = sharedPixmaps ? ZPixmap : 0
478 if (format == ZPixmap || (format == XYPixmap && depth == 1)) {
503 (format == XYPixmap) ? XYPixmap : ZPixmap,
542 else if (stuff->format == ZPixmap) {
580 if ((((stuff->format == ZPixmap) && (stuff->srcX == 0)) ||
581 ((stuff->format != ZPixmap) &&
630 if ((stuff->format != XYPixmap) && (stuff->format != ZPixmap)) {
676 if (stuff->format == ZPixmap) {
692 else if (stuff->format == ZPixmap) {
794 if ((stuff->format != XYPixmap) && (stuff->format != ZPixmap)) {
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_buffer.c84 ZPixmap, NULL, &b->shminfo,
200 ZPixmap, 0, /* format, offset */
466 AllPlanes, ZPixmap);
480 ZPixmap, /* format */
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_buffer.c84 ZPixmap, NULL, &b->shminfo,
200 ZPixmap, 0, /* format, offset */
466 AllPlanes, ZPixmap);
480 ZPixmap, /* format */
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbimage.c201 case ZPixmap:
228 if (format == ZPixmap || srcBpp == 1) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbimage.c201 case ZPixmap:
228 if (format == ZPixmap || srcBpp == 1) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c165 ZPixmap,
218 ZPixmap, 0,
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c165 ZPixmap,
218 ZPixmap, 0,
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbimage.c70 case ZPixmap:
231 if (format == ZPixmap || srcBpp == 1) {
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxdriswrast.c307 gc->ops->PutImage(pDraw, gc, pDraw->depth, x, y, w, h, 0, ZPixmap,
328 pScreen->GetImage(pDraw, x, y, w, h, ZPixmap, ~0L, data);
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxdriswrast.c382 x, y, w, h, 0, ZPixmap, data);
394 pScreen->GetImage(pDraw, x, y, w, h, ZPixmap, ~0L, data);

Completed in 16 milliseconds

1234