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