Searched refs:XPutPixel (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/libXcursor/dist/src/
H A Dcursor.c326 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 Dxmesa_x.h55 #define XMesaPutPixel XPutPixel
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxmesa_x.h55 #define XMesaPutPixel XPutPixel
/xsrc/external/mit/libXpm/dist/src/
H A Damigax.h110 XPutPixel (
H A Dcreate.c1030 * 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 Damigax.c175 XPutPixel ( function in typeref:typename:int
/xsrc/external/mit/libX11/dist/src/
H A DMacros.c257 #undef XPutPixel
258 int XPutPixel( function in typeref:typename:int
H A DImUtil.c754 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 DPutImage.c1003 XPutPixel(&img, i, j, XGetPixel(image, req_xoffset + i,
/xsrc/external/mit/xwd/dist/
H A DmultiVis.c295 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 DXutil.h200 extern int XPutPixel(
220 #define XPutPixel(ximage, x, y, pixel) \ macro
/xsrc/external/mit/xwud/dist/
H A Dxwud.c852 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 Dxftcore.c357 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 DMakefile.am558 XPutPixel \
H A DMakefile.in950 XPutPixel \
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dhostx.c817 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 Ddo_blt.c246 XPutPixel(new, x, y, dst_pixel);
/xsrc/external/mit/xterm/dist/
H A Dgraphics.c1742 XPutPixel(image,

Completed in 28 milliseconds