Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dcursor.c125 colors.foreGreen = (char)(pCursor->foreGreen >> 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()
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.h913 uint8_t foreGreen; member
Drfb.h913 unsigned short foreRed, foreGreen, foreBlue; /**< device-independent colour */ member