Lines Matching defs:dest_image
753 XImage *dest_image;
789 dest_image = XCreateImage(display,
796 dest_image->data = malloc(dest_image->bytes_per_line * h);
797 if (dest_image->data == NULL)
800 dest_image->bits_per_pixel == 8 && src_image->format == ZPixmap);
841 memset(dest_image->data +
843 dest_image->bytes_per_line + table.x[x],
852 XPutPixel(dest_image,
860 XPutImage(display, d, gc, dest_image, exp_x, 0,
871 XDestroyImage(dest_image);