Home
last modified time | relevance | path

Searched refs:ximage (Results 1 – 25 of 1486) sorted by relevance

12345678910>>...60

/dports/x11/libX11/libX11-1.7.2/src/
H A DImUtil.c483 if ((ximage->bits_per_pixel | ximage->depth) == 1) { in _XGetPixel()
484 src = &ximage->data[XYINDEX(x, y, ximage)]; in _XGetPixel()
507 src = &ximage->data[ZINDEX(x, y, ximage)]; in _XGetPixel()
525 if (ximage->bits_per_pixel == ximage->depth) in _XGetPixel()
668 src = &ximage->data[XYINDEX(x, y, ximage)]; in _XPutPixel()
674 i = ((x + ximage->xoffset) % ximage->bitmap_unit); in _XPutPixel()
678 dst = &ximage->data[XYINDEX(x, y, ximage)]; in _XPutPixel()
702 src = &ximage->data[ZINDEX(x, y, ximage)]; in _XPutPixel()
713 dst = &ximage->data[ZINDEX(x, y, ximage)]; in _XPutPixel()
981 x = ximage->bytes_per_line * ximage->height; in _XAddPixel()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/gcj/xlib/
H A DnatXImage.cc40 if (ximage == 0) in init()
79 XInitImage(ximage); in init()
122 delete ximage->data; in finalize()
126 XDestroyImage(ximage); in finalize()
132 return ximage->width; in getWidth()
138 return ximage->height; in getHeight()
144 return ximage->depth; in getDepth()
150 return ximage->format; in getFormat()
156 return ximage->xoffset; in getXOffset()
201 return ximage->red_mask; in getRedMask()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/gcj/xlib/
H A DnatXImage.cc40 if (ximage == 0) in init()
79 XInitImage(ximage); in init()
122 delete ximage->data; in finalize()
126 XDestroyImage(ximage); in finalize()
132 return ximage->width; in getWidth()
138 return ximage->height; in getHeight()
144 return ximage->depth; in getDepth()
150 return ximage->format; in getFormat()
156 return ximage->xoffset; in getXOffset()
201 return ximage->red_mask; in getRedMask()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/gcj/xlib/
H A DnatXImage.cc40 if (ximage == 0) in init()
79 XInitImage(ximage); in init()
122 delete ximage->data; in finalize()
126 XDestroyImage(ximage); in finalize()
132 return ximage->width; in getWidth()
138 return ximage->height; in getHeight()
144 return ximage->depth; in getDepth()
150 return ximage->format; in getFormat()
156 return ximage->xoffset; in getXOffset()
201 return ximage->red_mask; in getRedMask()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/gcj/xlib/
H A DnatXImage.cc40 if (ximage == 0) in init()
79 XInitImage(ximage); in init()
122 delete ximage->data; in finalize()
126 XDestroyImage(ximage); in finalize()
132 return ximage->width; in getWidth()
138 return ximage->height; in getHeight()
144 return ximage->depth; in getDepth()
150 return ximage->format; in getFormat()
156 return ximage->xoffset; in getXOffset()
201 return ximage->red_mask; in getRedMask()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/gcj/xlib/
H A DnatXImage.cc40 if (ximage == 0) in init()
79 XInitImage(ximage); in init()
122 delete ximage->data; in finalize()
126 XDestroyImage(ximage); in finalize()
132 return ximage->width; in getWidth()
138 return ximage->height; in getHeight()
144 return ximage->depth; in getDepth()
150 return ximage->format; in getFormat()
156 return ximage->xoffset; in getXOffset()
201 return ximage->red_mask; in getRedMask()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/gcj/xlib/
H A DnatXImage.cc40 if (ximage == 0) in init()
79 XInitImage(ximage); in init()
122 delete ximage->data; in finalize()
126 XDestroyImage(ximage); in finalize()
132 return ximage->width; in getWidth()
138 return ximage->height; in getHeight()
144 return ximage->depth; in getDepth()
150 return ximage->format; in getFormat()
156 return ximage->xoffset; in getXOffset()
201 return ximage->red_mask; in getRedMask()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/gcj/xlib/
H A DnatXImage.cc40 if (ximage == 0) in init()
79 XInitImage(ximage); in init()
122 delete ximage->data; in finalize()
126 XDestroyImage(ximage); in finalize()
132 return ximage->width; in getWidth()
138 return ximage->height; in getHeight()
144 return ximage->depth; in getDepth()
150 return ximage->format; in getFormat()
156 return ximage->xoffset; in getXOffset()
201 return ximage->red_mask; in getRedMask()
[all …]
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/coders/
H A Dxwd.c200 *ximage; in ReadXWDImage() local
356 if ((ximage->depth < 0) || (ximage->format < 0) || (ximage->xoffset < 0) || in ReadXWDImage()
357 (ximage->width < 0) || (ximage->height < 0) || (ximage->bitmap_pad < 0) || in ReadXWDImage()
362 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage()
367 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage()
372 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage()
469 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
484 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
610 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
651 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
[all …]
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dxwd.c200 *ximage; in ReadXWDImage() local
356 if ((ximage->depth < 0) || (ximage->format < 0) || (ximage->xoffset < 0) || in ReadXWDImage()
357 (ximage->width < 0) || (ximage->height < 0) || (ximage->bitmap_pad < 0) || in ReadXWDImage()
362 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage()
367 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage()
372 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage()
469 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
484 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
610 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
651 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
[all …]
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/coders/
H A Dxwd.c203 *ximage; in ReadXWDImage() local
363 if ((ximage->depth < 0) || (ximage->format < 0) || (ximage->xoffset < 0) || in ReadXWDImage()
364 (ximage->width < 0) || (ximage->height < 0) || (ximage->bitmap_pad < 0) || in ReadXWDImage()
369 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage()
374 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage()
379 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage()
474 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
489 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
613 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
652 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
[all …]
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/coders/
H A Dxwd.c203 *ximage; in ReadXWDImage() local
363 if ((ximage->depth < 0) || (ximage->format < 0) || (ximage->xoffset < 0) || in ReadXWDImage()
364 (ximage->width < 0) || (ximage->height < 0) || (ximage->bitmap_pad < 0) || in ReadXWDImage()
369 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage()
374 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage()
379 ximage=(XImage *) RelinquishMagickMemory(ximage); in ReadXWDImage()
474 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
489 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
613 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
652 ximage->data=DestroyString(ximage->data); in ReadXWDImage()
[all …]
/dports/korean/hpscat/ked/
H A Drbutton.c30 XImage ximage; in draw_round() local
33 ximage.depth = 1; in draw_round()
34 ximage.xoffset = 0; in draw_round()
36 ximage.data = bits; in draw_round()
38 ximage.bitmap_unit = 8; in draw_round()
40 ximage.bitmap_pad = 8; in draw_round()
48 XImage ximage; in reverse_round() local
51 ximage.depth = 1; in reverse_round()
52 ximage.xoffset = 0; in reverse_round()
54 ximage.data = bits; in reverse_round()
[all …]
/dports/graphics/grx/grx249/src/fdrivers/
H A Dfd_xwin.c280 XImage ximage; in drawbitmap() local
316 &ximage, in drawbitmap()
333 &ximage, in drawbitmap()
361 &ximage, in drawbitmap()
395 XImage ximage; in drawpattern() local
426 &ximage, in drawpattern()
454 &ximage, in drawpattern()
480 &ximage, in drawpattern()
552 if (ximage) { in bltv2r()
583 XImage ximage; in bltr2v() local
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/x11/
H A Dxm_buffer.c98 b->backxrb->ximage = NULL; in alloc_back_shm_ximage()
178 if (b->backxrb->ximage) { in alloc_back_buffer()
188 b->backxrb->ximage = NULL; in alloc_back_buffer()
204 if (!b->backxrb->ximage) { in alloc_back_buffer()
208 b->backxrb->ximage->data = malloc(b->backxrb->ximage->height in alloc_back_buffer()
295 if (xrb->ximage) { in xmesa_alloc_back_storage()
433 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer() local
443 if (ximage) { in xmesa_MapRenderbuffer()
489 if (!ximage) { in xmesa_MapRenderbuffer()
524 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer() local
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/x11/
H A Dxm_buffer.c98 b->backxrb->ximage = NULL; in alloc_back_shm_ximage()
178 if (b->backxrb->ximage) { in alloc_back_buffer()
188 b->backxrb->ximage = NULL; in alloc_back_buffer()
204 if (!b->backxrb->ximage) { in alloc_back_buffer()
208 b->backxrb->ximage->data = malloc(b->backxrb->ximage->height in alloc_back_buffer()
295 if (xrb->ximage) { in xmesa_alloc_back_storage()
433 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer() local
443 if (ximage) { in xmesa_MapRenderbuffer()
489 if (!ximage) { in xmesa_MapRenderbuffer()
524 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer() local
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/x11/
H A Dxm_buffer.c98 b->backxrb->ximage = NULL; in alloc_back_shm_ximage()
178 if (b->backxrb->ximage) { in alloc_back_buffer()
188 b->backxrb->ximage = NULL; in alloc_back_buffer()
204 if (!b->backxrb->ximage) { in alloc_back_buffer()
208 b->backxrb->ximage->data = malloc(b->backxrb->ximage->height in alloc_back_buffer()
295 if (xrb->ximage) { in xmesa_alloc_back_storage()
433 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer() local
443 if (ximage) { in xmesa_MapRenderbuffer()
489 if (!ximage) { in xmesa_MapRenderbuffer()
524 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer() local
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/drivers/x11/
H A Dxm_buffer.c98 b->backxrb->ximage = NULL; in alloc_back_shm_ximage()
178 if (b->backxrb->ximage) { in alloc_back_buffer()
188 b->backxrb->ximage = NULL; in alloc_back_buffer()
204 if (!b->backxrb->ximage) { in alloc_back_buffer()
208 b->backxrb->ximage->data = malloc(b->backxrb->ximage->height in alloc_back_buffer()
295 if (xrb->ximage) { in xmesa_alloc_back_storage()
433 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer() local
443 if (ximage) { in xmesa_MapRenderbuffer()
489 if (!ximage) { in xmesa_MapRenderbuffer()
524 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer() local
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/drivers/x11/
H A Dxm_buffer.c98 b->backxrb->ximage = NULL; in alloc_back_shm_ximage()
178 if (b->backxrb->ximage) { in alloc_back_buffer()
188 b->backxrb->ximage = NULL; in alloc_back_buffer()
204 if (!b->backxrb->ximage) { in alloc_back_buffer()
208 b->backxrb->ximage->data = malloc(b->backxrb->ximage->height in alloc_back_buffer()
295 if (xrb->ximage) { in xmesa_alloc_back_storage()
433 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer() local
443 if (ximage) { in xmesa_MapRenderbuffer()
489 if (!ximage) { in xmesa_MapRenderbuffer()
524 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer() local
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/drivers/x11/
H A Dxm_buffer.c98 b->backxrb->ximage = NULL; in alloc_back_shm_ximage()
178 if (b->backxrb->ximage) { in alloc_back_buffer()
188 b->backxrb->ximage = NULL; in alloc_back_buffer()
204 if (!b->backxrb->ximage) { in alloc_back_buffer()
208 b->backxrb->ximage->data = malloc(b->backxrb->ximage->height in alloc_back_buffer()
295 if (xrb->ximage) { in xmesa_alloc_back_storage()
433 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer() local
443 if (ximage) { in xmesa_MapRenderbuffer()
489 if (!ximage) { in xmesa_MapRenderbuffer()
524 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer() local
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/drivers/x11/
H A Dxm_buffer.c98 b->backxrb->ximage = NULL; in alloc_back_shm_ximage()
178 if (b->backxrb->ximage) { in alloc_back_buffer()
188 b->backxrb->ximage = NULL; in alloc_back_buffer()
204 if (!b->backxrb->ximage) { in alloc_back_buffer()
208 b->backxrb->ximage->data = malloc(b->backxrb->ximage->height in alloc_back_buffer()
295 if (xrb->ximage) { in xmesa_alloc_back_storage()
433 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer() local
443 if (ximage) { in xmesa_MapRenderbuffer()
489 if (!ximage) { in xmesa_MapRenderbuffer()
524 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer() local
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/drivers/x11/
H A Dxm_buffer.c98 b->backxrb->ximage = NULL; in alloc_back_shm_ximage()
178 if (b->backxrb->ximage) { in alloc_back_buffer()
188 b->backxrb->ximage = NULL; in alloc_back_buffer()
204 if (!b->backxrb->ximage) { in alloc_back_buffer()
208 b->backxrb->ximage->data = malloc(b->backxrb->ximage->height in alloc_back_buffer()
295 if (xrb->ximage) { in xmesa_alloc_back_storage()
433 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer() local
443 if (ximage) { in xmesa_MapRenderbuffer()
489 if (!ximage) { in xmesa_MapRenderbuffer()
524 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer() local
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/drivers/x11/
H A Dxm_buffer.c98 b->backxrb->ximage = NULL; in alloc_back_shm_ximage()
178 if (b->backxrb->ximage) { in alloc_back_buffer()
188 b->backxrb->ximage = NULL; in alloc_back_buffer()
204 if (!b->backxrb->ximage) { in alloc_back_buffer()
208 b->backxrb->ximage->data = malloc(b->backxrb->ximage->height in alloc_back_buffer()
295 if (xrb->ximage) { in xmesa_alloc_back_storage()
433 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer() local
443 if (ximage) { in xmesa_MapRenderbuffer()
489 if (!ximage) { in xmesa_MapRenderbuffer()
524 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer() local
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/drivers/x11/
H A Dxm_buffer.c98 b->backxrb->ximage = NULL; in alloc_back_shm_ximage()
178 if (b->backxrb->ximage) { in alloc_back_buffer()
188 b->backxrb->ximage = NULL; in alloc_back_buffer()
204 if (!b->backxrb->ximage) { in alloc_back_buffer()
208 b->backxrb->ximage->data = malloc(b->backxrb->ximage->height in alloc_back_buffer()
295 if (xrb->ximage) { in xmesa_alloc_back_storage()
433 XImage *ximage = xrb->ximage; in xmesa_MapRenderbuffer() local
443 if (ximage) { in xmesa_MapRenderbuffer()
489 if (!ximage) { in xmesa_MapRenderbuffer()
524 XImage *ximage = xrb->ximage; in xmesa_UnmapRenderbuffer() local
[all …]
/dports/x11-wm/pekwm/pekwm-release-0.2.0/src/
H A DPImage.cc28 delete [] ximage->data; in destroyXImage()
590 if (ximage) { in drawFixed()
614 if (ximage) { in drawScaled()
630 XImage *ximage; member
648 if (ximage) { in drawTiled()
733 if (ximage) { in createPixmap()
761 if (! ximage) { in createMask()
767 ximage->data = new char[ximage->bytes_per_line * height]; in createMask()
804 if (! ximage) { in createXImage()
810 ximage->data = new char[ximage->bytes_per_line * height]; in createXImage()
[all …]

12345678910>>...60