Home | History | Annotate | Download | only in src

Lines Matching refs:shapeimage

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;
872 xpmCreateImageFromPixmap(display, shapemask, &shapeimage,
876 ErrorStatus = XpmCreateXpmImageFromImage(display, ximage, shapeimage,
882 if (shapeimage)
883 XDestroyImage(shapeimage);