| /xsrc/external/mit/libXcursor/dist/src/ |
| H A D | cursor.c | 326 XPutPixel (msk_image, x, y, 1); 328 XPutPixel (src_image, x, y, 0); 330 XPutPixel (src_image, x, y, 1); 334 XPutPixel (msk_image, x, y, 0); 335 XPutPixel (src_image, x, y, 0); 379 XPutPixel (core->msk_image, x, y, 1); 381 XPutPixel (core->src_image, x, y, 0); /* white */ 383 XPutPixel (core->src_image, x, y, 1); /* black */ 387 XPutPixel (core->msk_image, x, y, 0); 388 XPutPixel (cor [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xmesa_x.h | 55 #define XMesaPutPixel XPutPixel
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | xmesa_x.h | 55 #define XMesaPutPixel XPutPixel
|
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | amigax.h | 110 XPutPixel (
|
| H A D | create.c | 1030 * The idea is to have faster functions than the standard XPutPixel function 1747 XPutPixel (image, x, y, pixels[*(data++)]); 2167 * set the XImage pointer function, to be used with XPutPixel, 2389 XPutPixel(image, x, y, image_pixels[colidx[c] - 1]); 2391 XPutPixel(shapeimage, x, y, 2448 XPutPixel(image, x, y, 2451 XPutPixel(shapeimage, x, y, 2498 XPutPixel(image, x, y, 2501 XPutPixel(shapeimage, x, y, 2527 XPutPixel(imag [all...] |
| H A D | amigax.c | 175 XPutPixel ( function in typeref:typename:int
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Macros.c | 257 #undef XPutPixel 258 int XPutPixel( function in typeref:typename:int
|
| H A D | ImUtil.c | 754 return XPutPixel(ximage, x, y, pixel); 779 return XPutPixel(ximage, x, y, pixel); 794 return XPutPixel(ximage, x, y, pixel); 823 return XPutPixel(ximage, x, y, pixel); 895 XPutPixel(subimage, (col - x), (row - y), pixel); 955 XPutPixel(dstimg, x + col, y + row, pixel); 1017 XPutPixel(ximage, x, y, pixel);
|
| H A D | PutImage.c | 1003 XPutPixel(&img, i, j, XGetPixel(image, req_xoffset + i,
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | multiVis.c | 295 XPutPixel(target_image, dst_x + j, dst_y + i, new_pixel); 314 XPutPixel(target_image, dst_x + j, dst_y + i, new_pixel); 329 XPutPixel(target_image, dst_x + j, dst_y + i, new_pixel); 506 XPutPixel(ximage, dst_x + x1, dst_y + y1, pixel); 538 XPutPixel(ximage, dst_x + x1, dst_y + y1, 568 XPutPixel(ximage, dst_x + x1, dst_y + y1,
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xutil.h | 200 extern int XPutPixel( 220 #define XPutPixel(ximage, x, y, pixel) \ macro
|
| /xsrc/external/mit/xwud/dist/ |
| H A D | xwud.c | 852 XPutPixel(dest_image, 898 XPutPixel(out_image, x, y, 959 XPutPixel(out_image, x, y, 985 XPutPixel(out_image, x, y, 1020 XPutPixel(out_image, x, y, color->pixel); 1088 XPutPixel(out_image, x, y, color.pixel); 1118 XPutPixel(out_image, x, y, xpix); 1162 XPutPixel(out_image, x, y, color.pixel);
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftcore.c | 357 XPutPixel (image, xspan, y, pixel); 743 XPutPixel (image, tx, y, pixel); 755 XPutPixel (image, tx, y, pixel); 818 XPutPixel (image, tx, y, pixel); 844 XPutPixel (image, tx, y, pixel);
|
| /xsrc/external/mit/libX11/dist/man/ |
| H A D | Makefile.am | 558 XPutPixel \
|
| H A D | Makefile.in | 950 XPutPixel \
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | hostx.c | 817 XPutPixel(host_screen->ximg, x, y, host_pixel); 823 XPutPixel(host_screen->ximg, x, y, HostX.cmap[pixel]);
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_blt.c | 246 XPutPixel(new, x, y, dst_pixel);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.c | 1742 XPutPixel(image,
|