Home | History | Annotate | Download | only in src

Lines Matching defs:shapeimage

683     XImage *shapeimage = NULL;
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;
1555 &shapeimage : NULL),
1567 if (shapemask_return && shapeimage) {
1569 xpmCreatePixmapFromImage(display, d, shapeimage, shapemask_return);
1575 if (shapeimage != NULL)
1576 XDestroyImage(shapeimage);
1829 XImage *shapeimage = NULL;
2010 width, height, &shapeimage);
2014 if (shapeimage->bitmap_bit_order == MSBFirst)
2015 shapeimage->f.put_pixel = PutPixel1MSB;
2017 shapeimage->f.put_pixel = PutPixel1LSB;
2026 shapeimage, mask_pixels);
2104 *shapeimage_return = shapeimage;
2122 if (shapeimage)
2123 XDestroyImage(shapeimage);
2149 XImage *shapeimage,
2175 if (shapeimage)
2176 XPutPixel(shapeimage, x, y,
2221 if (shapeimage)
2222 XPutPixel(shapeimage, x, y,
2261 if (shapeimage)
2262 XPutPixel(shapeimage, x, y,
2278 if (shapeimage)
2279 XPutPixel(shapeimage, x, y, shape_pixels[a]);