Searched refs:vncSetPixel (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/ |
H A D | vnc.h | 42 extern void vncSetPixel(vncBuffer * b, int x, int y, vncPixel c);
|
H A D | vnc.c | 514 vncSetPixel(buf, x, y, byte ? 0x7f : 0x00); in ui_create_glyph() 615 vncSetPixel(fill, xx, yy, fgcolour); in ui_patblt() 638 vncSetPixel(fill, xx, yy, in ui_patblt() 806 vncSetPixel(buf, xx, yy, vncGetPixel(buf, xx, yy) ? fgcolour : bgcolour); in ui_draw_glyph() 1225 vncSetPixel(vncBuffer * b, int x, int y, vncPixel c) in vncSetPixel() function
|