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

/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_vis.h90 uint8_t *image; /* location of raw blit data */ member in struct:efb_vis_draw_data
H A Dradeon_io32.h79 uint32_t image; member in struct:drm_radeon_texture_32
H A Dradeon_state.c1706 drm_radeon_tex_image_t *image, int mode)
1731 * part of the texture image may be corrupted.
1748 blit_width = image->width * 4;
1758 blit_width = image->width * 2;
1764 blit_width = image->width * 1;
1771 if (spitch == 0 && image->height > 1)
1780 image->x *= 2;
1790 image->x, image->y, image
1704 radeon_cp_dispatch_texture(drm_file_t *fpriv, drm_device_t *dev, drm_radeon_texture_t *tex, drm_radeon_tex_image_t *image, int mode) argument
2530 drm_radeon_tex_image_t image; local
[all...]
H A Dradeon_drm.h680 int width; /* Texture image coordinates */
682 drm_radeon_tex_image_t __user *image; member in struct:drm_radeon_texture
/solaris-x11-s11/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-s11/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;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c2614 XImage *image; local
2653 image = XGetImage(dpy, child, x, y, 1, 1, AllPlanes, XYPixmap);
2655 pixel = XGetPixel(image, 0, 0);
2657 XDestroyImage(image);

Completed in 1458 milliseconds