Searched defs:image (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c118 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; local
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,
1056 repaint_image( XImage *image, XEvent *eventp, int magnification, unsigned long back_pixel) argument
1274 XImage *image = FinalImage; local
[all...]
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c1153 XImage *image; local
1188 image = XCreateImage(dpy, None,
1191 if (image) {
1192 image->red_mask = READSCREEN_REDMASK;
1193 image->green_mask = READSCREEN_GREENMASK;
1194 image->blue_mask = READSCREEN_BLUEMASK;
1200 return image;

Completed in 15 milliseconds