Searched refs:vcPutCharColour (Results 1 – 3 of 3) sorted by relevance
/external/libvncserver/vncterm/ |
D | VNConsole.c | 222 vcPutCharColour(c,ch,colour&0x7,colour>>4); in vcPutChar() 225 vcPutCharColour(c,ch,c->foreColour,c->backColour); in vcPutChar() 228 void vcPutCharColour(vncConsolePtr c,unsigned char ch,unsigned char foreColour,unsigned char backCo… in vcPutCharColour() function 291 vcPutCharColour(c,*str,foreColour,backColour); in vcPrintColour()
|
D | VNConsole.h | 74 void vcPutCharColour(vncConsolePtr c,unsigned char ch,
|
D | LinuxVNC.c | 181 vcPutCharColour(console,buffer[4+i*2],buffer[5+i*2]&0x7,buffer[5+i*2]>>4); in main()
|