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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/pixmap/
H A DpixmapUnix.c144 XPutPixel(image, x, y, colorPtr->pixel);
145 XPutPixel(mask, x, y, 1);
147 XPutPixel(mask, x, y, 0);
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkCanvSpeg.c1542 XPutPixel(ximage, (int) i - xStart, (int) j, pixelmap[0]);
1545 XPutPixel(ximage, (int) i - xStart, (int) j, 0);
1547 XPutPixel(ximage, (int) i - xStart, (int) j, pixelmap[0]);
1599 XPutPixel(ximage, i - xStart, height - j - 1, pixelmap[c]);
1620 XPutPixel(ximage, xcoord, (int) j, gridpixel);
1623 XPutPixel(ximage, xcoord, (int) j, ncolors);
1625 XPutPixel(ximage, xcoord, (int) j, gridpixel);
1636 XPutPixel(ximage, (int) i - xStart, (int) (j+k), gridpixel);
1639 XPutPixel(ximage, (int) i - xStart, (int) (j+k), ncolors);
1641 XPutPixel(ximag
[all...]
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DXutil.h171 #define XPutPixel(ximage, x, y, pixel) \ macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DXutil.h171 #define XPutPixel(ximage, x, y, pixel) \ macro
/macosx-10.10.1/emacs-93/emacs/src/
H A Dimage.c184 XPutPixel (ximage, x, y, pixel) function
679 XPutPixel (mask_img, x, y, 0);
681 XPutPixel (mask_img, x, y, 1);
4491 XPutPixel (ximg, x, y,
4494 XPutPixel (mask_img, x, y,
4883 static void XPutPixel (XImagePtr , int, int, COLORREF);
4995 static void XPutPixel (ximg, x, y, color)
5033 image_error ("XPutPixel: palette image not supported", Qnil, Qnil);
5063 XPutPixel (oimg, x, y, pixel);
5410 XPutPixel (mask_im
4983 static void XPutPixel (ximg, x, y, color) function
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkImgPhoto.c2693 XPutPixel(bgImg, x, y, RGB15(r, g, b));
2736 XPutPixel(bgImg, x, y, RGB(r, g, b));
5262 XPutPixel(imagePtr, x - xStart, y - yStart,
5324 XPutPixel(imagePtr, x - xStart, y - yStart,
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixButton.c284 XPutPixel(img, ix, iy,
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkImgPhoto.c2686 XPutPixel(bgImg, x, y, RGB15(r, g, b));
2725 XPutPixel(bgImg, x, y, RGB(r, g, b));
5271 XPutPixel(imagePtr, x - xStart, y - yStart,
5331 XPutPixel(imagePtr, x - xStart, y - yStart,
/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkDefaultTheme.c561 XPutPixel(img, ix, iy,

Completed in 140 milliseconds