Home
last modified time | relevance | path

Searched refs:foreRed (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/libvncserver/
Dcursor.c124 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()
Dmain.c690 foreRed: 0, foreGreen: 0, foreBlue: 0,
/external/libvncserver/libvncclient/
Dcursor.c89 colors[1] = RGB24_TO_PIXEL(32, rgb.foreRed, rgb.foreGreen, rgb.foreBlue); in HandleCursorShape()
/external/libvncserver/rfb/
Drfbproto.h912 uint8_t foreRed; member
Drfb.h913 unsigned short foreRed, foreGreen, foreBlue; /**< device-independent colour */ member