| /xsrc/external/mit/libXcursor/dist/src/ |
| 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 (core->src_image, x, y, 0) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| xmesa_x.h | 55 #define XMesaPutPixel XPutPixel
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| xmesa_x.h | 55 #define XMesaPutPixel XPutPixel
|
| /xsrc/external/mit/libX11/dist/src/ |
| Macros.c | 257 #undef XPutPixel 258 int XPutPixel(
|
| 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);
|
| PutImage.c | 1003 XPutPixel(&img, i, j, XGetPixel(image, req_xoffset + i,
|
| /xsrc/external/mit/xwd/dist/ |
| 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/ |
| Xutil.h | 200 extern int XPutPixel( 220 #define XPutPixel(ximage, x, y, pixel) \
|
| /xsrc/external/mit/xwud/dist/ |
| 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/libXpm/dist/src/ |
| create.c | 912 * The idea is to have faster functions than the standard XPutPixel function 1974 * set the XImage pointer function, to be used with XPutPixel, 2174 XPutPixel(image, x, y, image_pixels[colidx[c] - 1]); 2176 XPutPixel(shapeimage, x, y, 2219 XPutPixel(image, x, y, 2222 XPutPixel(shapeimage, x, y, 2259 XPutPixel(image, x, y, 2262 XPutPixel(shapeimage, x, y, 2277 XPutPixel(image, x, y, image_pixels[a]); 2279 XPutPixel(shapeimage, x, y, shape_pixels[a]) [all...] |
| /xsrc/external/mit/libXft/dist/src/ |
| 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/xorg-server.old/dist/hw/kdrive/ephyr/ |
| 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/ |
| do_blt.c | 246 XPutPixel(new, x, y, dst_pixel);
|
| /xsrc/external/mit/xterm/dist/ |
| graphics.c | 1742 XPutPixel(image,
|