Searched refs:foreRed (Results 1 – 5 of 5) sorted by relevance
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()
690 foreRed: 0, foreGreen: 0, foreBlue: 0,
89 colors[1] = RGB24_TO_PIXEL(32, rgb.foreRed, rgb.foreGreen, rgb.foreBlue); in HandleCursorShape()
912 uint8_t foreRed; member
913 unsigned short foreRed, foreGreen, foreBlue; /**< device-independent colour */ member