Searched refs:foreRed (Results 1 – 7 of 7) sorted by relevance
/external/libvncserver/libvncserver/ |
D | cursor.c | 124 colors.foreRed = (char)(pCursor->foreRed >> 8); in rfbSendCursorShape() 265 cursor->foreRed=cursor->foreGreen=cursor->foreBlue=0xffff; in rfbMakeXCursor() 391 !cursor->foreRed && !cursor->foreGreen && !cursor->foreBlue) { in rfbMakeXCursorFromRichCursor() 394 cursor->foreRed = cursor->foreGreen = cursor->foreBlue = 0xffff; in rfbMakeXCursorFromRichCursor() 461 foreground=cursor->foreRed<<format->redShift| in rfbMakeRichCursorFromXCursor()
|
D | main.c | 690 foreRed: 0, foreGreen: 0, foreBlue: 0,
|
/external/libvncserver/libvncclient/ |
D | cursor.c | 89 colors[1] = RGB24_TO_PIXEL(32, rgb.foreRed, rgb.foreGreen, rgb.foreBlue); in HandleCursorShape()
|
/external/libvncserver/rfb/ |
D | rfbproto.h | 891 uint8_t foreRed; member
|
D | rfb.h | 913 unsigned short foreRed, foreGreen, foreBlue; /**< device-independent colour */ member
|
/external/libvncserver/x11vnc/ |
D | cursor.c | 804 rfb_curs->foreRed = 0x0000; in setup_cursors() 1259 c->foreRed = 0; in pixels2curs()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 2987 - colors[1] = RGB24_TO_PIXEL(32, rgb.foreRed, rgb.foreGreen, rgb.foreBlue); 3031 + colors[1] = RGB24_TO_PIXEL(32, rgb.foreRed, rgb.foreGreen, rgb.foreBlue);
|