Lines Matching defs:image
118 static void repaint_image (XImage *image, XEvent *eventp, int magnification,
175 int magnification = 0; /* enlarged image will be m by m */
770 * Do the loop looking for a button press, drawing the image each time;
854 XImage *image;
888 image = CreateImageFromImg();
891 image = XGetImage (dpy, root, x, y, width, height,
901 image = XGetImage (dpy, root, x, y, width, height,
915 if (!image) { /* clean up */
962 repaint_image (image, &event, magnification, back_pixel);
1000 def.pixel = XGetPixel (image, x, y);
1040 * free the image and return
1049 XDestroyImage (image);
1057 XImage *image,
1068 unsigned long pixel; /* image pixel values */
1075 * figure out where in the image we have to start and end
1087 * clip to image size
1090 if (maxcolumn >= image->width) maxcolumn = image->width - 1;
1091 if (maxrow >= image->height) maxrow = image->height - 1;
1094 * Repaint the image; be somewhat clever by only drawing when the pixel
1114 pixel = XGetPixel (image, column, row);
1274 XImage *image = FinalImage;
1287 XPutPixel(image, x, y, pixel);
1290 return image;
1316 else do a simple GetImage, and warn user that displayed image