Searched refs:foreBlue (Results 1 – 7 of 7) sorted by relevance
/external/libvncserver/libvncserver/ |
D | cursor.c | 126 colors.foreBlue = (char)(pCursor->foreBlue >> 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() 462 cursor->foreGreen<<format->greenShift|cursor->foreBlue<<format->blueShift; 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 | 893 uint8_t foreBlue; member
|
D | rfb.h | 913 unsigned short foreRed, foreGreen, foreBlue; /**< device-independent colour */ member
|
/external/libvncserver/x11vnc/ |
D | cursor.c | 806 rfb_curs->foreBlue = 0x0000; in setup_cursors() 1261 c->foreBlue = 0; in pixels2curs()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 2908 fg.blue = (unsigned short)colors.foreBlue << 8 | colors.foreBlue; 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);
|