HomeSort by: relevance | last modified time | path
    Searched refs:ximage (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /xsrc/external/mit/libXpm/dist/src/
CrPFrI.c 30 * Create the Pixmap related to the given XImage. *
45 XImage *ximage,
52 if ((ximage->width > UINT16_MAX) || (ximage->height > UINT16_MAX)) {
56 *pixmap_return = XCreatePixmap(display, d, ximage->width,
57 ximage->height, ximage->depth);
64 XPutImage(display, *pixmap_return, gc, ximage, 0, 0, 0, 0,
65 ximage->width, ximage->height)
    [all...]
CrPFrBuf.c 49 XImage *ximage = NULL, *shapeimage = NULL; local
60 (pixmap_return ? &ximage : NULL),
69 if (pixmap_return && ximage) {
71 xpmCreatePixmapFromImage(display, d, ximage, pixmap_return);
81 if (ximage != NULL)
82 XDestroyImage(ximage);
CrPFrDat.c 49 XImage *ximage = NULL, *shapeimage = NULL; local
60 (pixmap_return ? &ximage : NULL),
69 if (pixmap_return && ximage) {
71 xpmCreatePixmapFromImage(display, d, ximage, pixmap_return);
81 if (ximage != NULL)
82 XDestroyImage(ximage);
RdFToP.c 49 XImage *ximage = NULL, *shapeimage = NULL; local
60 (pixmap_return ? &ximage : NULL),
68 if (pixmap_return && ximage) {
70 xpmCreatePixmapFromImage(display, d, ximage, pixmap_return);
80 if (ximage != NULL)
81 XDestroyImage(ximage);
CrBufFrP.c 48 XImage *ximage = NULL; local
49 XImage *shapeimage = NULL;
61 xpmCreateImageFromPixmap(display, pixmap, &ximage, &width, &height);
67 ErrorStatus = XpmCreateBufferFromImage(display, buffer_return, ximage,
71 if (ximage)
72 XDestroyImage(ximage);
CrDatFrP.c 48 XImage *ximage = NULL; local
49 XImage *shapeimage = NULL;
61 xpmCreateImageFromPixmap(display, pixmap, &ximage, &width, &height);
67 ErrorStatus = XpmCreateDataFromImage(display, data_return, ximage,
71 if (ximage)
72 XDestroyImage(ximage);
WrFFrP.c 48 XImage *ximage = NULL; local
49 XImage *shapeimage = NULL;
61 xpmCreateImageFromPixmap(display, pixmap, &ximage, &width, &height);
67 ErrorStatus = XpmWriteFileFromImage(display, filename, ximage, shapeimage,
71 if (ximage)
72 XDestroyImage(ximage);
create.c 73 unsigned int height, XImage **image_return));
86 XImage *image, Pixel *image_pixels,
87 XImage *mask, Pixel *mask_pixels));
89 /* XImage pixel routines */
90 LFUNC(PutImagePixels, void, (XImage *image, unsigned int width,
94 LFUNC(PutImagePixels32, void, (XImage *image, unsigned int width,
98 LFUNC(PutImagePixels16, void, (XImage *image, unsigned int width,
102 LFUNC(PutImagePixels8, void, (XImage *image, unsigned int width,
106 LFUNC(PutImagePixels1, void, (XImage *image, unsigned int width,
110 LFUNC(PutPixel1, int, (XImage *ximage, int x, int y, unsigned long pixel))
682 XImage *ximage = NULL; local
1542 XImage *ximage = NULL, *shapeimage = NULL; local
1828 XImage *ximage = NULL; local
    [all...]
  /xsrc/external/mit/libX11/dist/src/
ImUtil.c 36 static int _XDestroyImage(XImage *);
37 static unsigned long _XGetPixel(XImage *, int, int);
38 static unsigned long _XGetPixel1(XImage *, int, int);
39 static unsigned long _XGetPixel8(XImage *, int, int);
40 static unsigned long _XGetPixel16(XImage *, int, int);
41 static unsigned long _XGetPixel32(XImage *, int, int);
42 static int _XPutPixel(XImage *, int, int, unsigned long);
43 static int _XPutPixel1(XImage *, int, int, unsigned long);
44 static int _XPutPixel8(XImage *, int, int, unsigned long);
45 static int _XPutPixel16(XImage *, int, int, unsigned long)
    [all...]
Macros.c 246 XImage *ximage)
248 return((*((ximage)->f.destroy_image))((ximage)));
252 XImage *ximage,
255 return ((*((ximage)->f.get_pixel))((ximage), (x), (y)));
259 XImage *ximage,
    [all...]
CrBFData.c 62 XImage ximage = { local
76 XPutImage(display, pix, gc, &ximage, 0, 0, 0, 0, width, height);
CrPFBData.c 71 XImage ximage = { local
85 XPutImage(display, pix, gc, &ximage, 0, 0, 0, 0, width, height);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
xm_buffer.c 61 * Allocate a shared memory XImage back buffer for the given XMesaBuffer.
81 b->backxrb->ximage = XShmCreateImage(b->xm_visual->display,
86 if (b->backxrb->ximage == NULL) {
93 b->shminfo.shmid = shmget(IPC_PRIVATE, b->backxrb->ximage->bytes_per_line
94 * b->backxrb->ximage->height, IPC_CREAT | 0600);
97 XDestroyImage(b->backxrb->ximage);
98 b->backxrb->ximage = NULL;
104 b->shminfo.shmaddr = b->backxrb->ximage->data
108 XDestroyImage(b->backxrb->ximage);
110 b->backxrb->ximage = NULL
433 XImage *ximage = xrb->ximage; local
524 XImage *ximage = xrb->ximage; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
xm_buffer.c 61 * Allocate a shared memory XImage back buffer for the given XMesaBuffer.
81 b->backxrb->ximage = XShmCreateImage(b->xm_visual->display,
86 if (b->backxrb->ximage == NULL) {
93 b->shminfo.shmid = shmget(IPC_PRIVATE, b->backxrb->ximage->bytes_per_line
94 * b->backxrb->ximage->height, IPC_CREAT | 0600);
97 XDestroyImage(b->backxrb->ximage);
98 b->backxrb->ximage = NULL;
104 b->shminfo.shmaddr = b->backxrb->ximage->data
108 XDestroyImage(b->backxrb->ximage);
110 b->backxrb->ximage = NULL
433 XImage *ximage = xrb->ximage; local
524 XImage *ximage = xrb->ximage; local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/test/
test_image.c 33 const XImage *out, const XImage *ref,
75 XImage *out_image, *ref_image;
144 static void save_image(XImage *image, const char *filename)
199 XImage out_image, ref_image;
255 test_init_image(XImage *ximage,
262 ximage->width = width;
263 ximage->height = height;
264 ximage->format = ZPixmap
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
drisw_glx.c 86 if (pdp->ximage) {
87 XDestroyImage(pdp->ximage);
88 pdp->ximage = NULL;
93 pdp->ximage = XShmCreateImage(dpy,
100 if (pdp->ximage != NULL) {
113 XDestroyImage(pdp->ximage);
114 pdp->ximage = NULL;
121 if (pdp->ximage == NULL) {
123 pdp->ximage = XCreateImage(dpy,
137 if (pdp->ximage->bits_per_pixel == 24
214 XImage *ximage; local
305 XImage *ximage; local
342 XImage *ximage; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/glx/
drisw_glx.c 59 if (pdp->ximage) {
60 XDestroyImage(pdp->ximage);
61 pdp->ximage = NULL;
68 pdp->ximage = XShmCreateImage(dpy,
75 if (pdp->ximage != NULL) {
88 XDestroyImage(pdp->ximage);
89 pdp->ximage = NULL;
96 if (pdp->ximage == NULL) {
98 pdp->ximage = XCreateImage(dpy,
112 if (pdp->ximage->bits_per_pixel == 24
186 XImage *ximage; local
277 XImage *ximage; local
314 XImage *ximage; local
    [all...]
  /xsrc/external/mit/libX11/dist/include/X11/
Xutil.h 196 XImage *ximage);
198 XImage *ximage,
201 XImage *ximage,
204 extern XImage *XSubImage(
205 XImage *ximage,
209 XImage *ximage
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xnest/
Pixmap.c 85 XImage *ximage; local
92 ximage = XGetImage(xnestDisplay, xnestPixmap(pPixmap), 0, 0,
99 XDestroyImage(ximage);
108 currentPixel = XGetPixel(ximage, x, y);
132 XDestroyImage(ximage);
Cursor.c 44 XImage *ximage; local
76 ximage = XCreateImage(xnestDisplay,
84 XPutImage(xnestDisplay, source, xnestBitmapGC, ximage,
87 XFree(ximage);
89 ximage = XCreateImage(xnestDisplay,
97 XPutImage(xnestDisplay, mask, xnestBitmapGC, ximage,
100 XFree(ximage);
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
Cursor.c 44 XImage *ximage; local
69 ximage = XCreateImage(xnestDisplay,
76 XPutImage(xnestDisplay, source, xnestBitmapGC, ximage,
79 XFree(ximage);
81 ximage = XCreateImage(xnestDisplay,
88 XPutImage(xnestDisplay, mask, xnestBitmapGC, ximage,
91 XFree(ximage);
GCOps.c 82 XImage *ximage; local
84 ximage = XCreateImage(xnestDisplay, xnestDefaultVisual(pDrawable->pScreen),
90 if (ximage) {
92 ximage, 0, 0, x, y, w, h);
93 XFree(ximage);
108 XImage *ximage; local
116 ximage = XGetImage(xnestDisplay, xnestDrawable(pDrawable),
120 if (ximage) {
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
test_image.c 33 const XImage *out, const XImage *ref,
75 XImage *out_image, *ref_image;
144 static void save_image(XImage *image, const char *filename)
199 XImage out_image, ref_image;
271 test_init_image(XImage *ximage,
278 ximage->width = width;
279 ximage->height = height;
280 ximage->format = ZPixmap
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 70 XImage *tempImage;
147 * Allocate a shared memory XImage back buffer for the given display target.
305 XImage *ximage; local
352 ximage = xlib_dt->tempImage;
353 ximage->data = xlib_dt->data;
357 ximage, box->x, box->y, box->x, box->y,
362 ximage = xlib_dt->tempImage;
363 ximage->data = xlib_dt->data;
365 /* check that the XImage has been previously initialized *
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 70 XImage *tempImage;
147 * Allocate a shared memory XImage back buffer for the given display target.
304 XImage *ximage; local
344 ximage = xlib_dt->tempImage;
345 ximage->data = xlib_dt->data;
349 ximage, 0, 0, 0, 0, xlib_dt->width, xlib_dt->height, False);
353 ximage = xlib_dt->tempImage;
354 ximage->data = xlib_dt->data;
356 /* check that the XImage has been previously initialized *
    [all...]

Completed in 21 milliseconds

1 2 3