HomeSort by: relevance | last modified time | path
    Searched defs:shapeimage (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/libXpm/dist/src/
CrPFrBuf.c 49 XImage *ximage = NULL, *shapeimage = NULL; local
62 &shapeimage : NULL),
75 if (shapemask_return && shapeimage) {
77 xpmCreatePixmapFromImage(display, d, shapeimage, shapemask_return);
83 if (shapeimage != NULL)
84 XDestroyImage(shapeimage);
CrPFrDat.c 49 XImage *ximage = NULL, *shapeimage = NULL; local
62 &shapeimage : NULL),
75 if (shapemask_return && shapeimage) {
77 xpmCreatePixmapFromImage(display, d, shapeimage, shapemask_return);
83 if (shapeimage != NULL)
84 XDestroyImage(shapeimage);
RdFToP.c 49 XImage *ximage = NULL, *shapeimage = NULL; local
61 (shapemask_return ? &shapeimage : NULL),
74 if (shapemask_return && shapeimage) {
76 xpmCreatePixmapFromImage(display, d, shapeimage, shapemask_return);
82 if (shapeimage != NULL)
83 XDestroyImage(shapeimage);
CrBufFrP.c 49 XImage *shapeimage = NULL; local
63 xpmCreateImageFromPixmap(display, shapemask, &shapeimage,
68 shapeimage, attributes);
73 if (shapeimage)
74 XDestroyImage(shapeimage);
CrDatFrP.c 49 XImage *shapeimage = NULL; local
63 xpmCreateImageFromPixmap(display, shapemask, &shapeimage,
68 shapeimage, attributes);
73 if (shapeimage)
74 XDestroyImage(shapeimage);
WrFFrP.c 49 XImage *shapeimage = NULL; local
63 xpmCreateImageFromPixmap(display, shapemask, &shapeimage,
67 ErrorStatus = XpmWriteFileFromImage(display, filename, ximage, shapeimage,
73 if (shapeimage)
74 XDestroyImage(shapeimage);
scan.c 171 XImage *shapeimage,
202 } else if (shapeimage) {
203 width = shapeimage->width;
204 height = shapeimage->height;
236 if (shapeimage) {
237 ErrorStatus = GetImagePixels1(shapeimage, width, height, &pmap,
858 XImage *shapeimage = NULL; local
872 xpmCreateImageFromPixmap(display, shapemask, &shapeimage,
876 ErrorStatus = XpmCreateXpmImageFromImage(display, ximage, shapeimage,
882 if (shapeimage)
    [all...]
create.c 683 XImage *shapeimage = NULL; local
795 image->width, image->height, &shapeimage);
799 PutImagePixels1(shapeimage, image->width, image->height,
828 *shapeimage_return = shapeimage;
836 if (shapeimage)
837 XDestroyImage(shapeimage);
1542 XImage *ximage = NULL, *shapeimage = NULL; local
1555 &shapeimage : NULL),
1567 if (shapemask_return && shapeimage) {
1569 xpmCreatePixmapFromImage(display, d, shapeimage, shapemask_return)
1829 XImage *shapeimage = NULL; local
    [all...]

Completed in 8 milliseconds