Searched refs:ximage (Results 1 - 2 of 2) sorted by relevance

/external/libpng/contrib/gregbook/
H A Drpng-x.c139 static XImage *ximage; variable
660 ximage = XCreateImage(display, visual, depth, ZPixmap, 0,
663 if (!ximage) {
676 ximage->byte_order = MSBFirst;
693 int ximage_rowbytes = ximage->bytes_per_line;
694 /* int bpp = ximage->bits_per_pixel; */
701 Trace((stderr, " (bpp = %d)\n", ximage->bits_per_pixel))
702 Trace((stderr, " (byte_order = %s)\n", ximage->byte_order == MSBFirst?
703 "MSBFirst" : (ximage->byte_order == LSBFirst? "LSBFirst" : "unknown")))
710 dest = ximage
[all...]
H A Drpng2-x.c273 static XImage *ximage; variable
1008 ximage = XCreateImage(display, visual, depth, ZPixmap, 0,
1011 if (!ximage) {
1024 ximage->byte_order = MSBFirst;
1083 int ximage_rowbytes = ximage->bytes_per_line;
1295 int bpp = ximage->bits_per_pixel;
1299 dest = ximage->data + row*ximage_rowbytes;
1308 /* recall that we set ximage->byte_order = MSBFirst above */
1322 /* recall that we set ximage->byte_order = MSBFirst above */
1337 dest = ximage
[all...]

Completed in 132 milliseconds