Home
last modified time | relevance | path

Searched refs:vcPutCharColour (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/vncterm/
DVNConsole.c222 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()
DVNConsole.h74 void vcPutCharColour(vncConsolePtr c,unsigned char ch,
DLinuxVNC.c181 vcPutCharColour(console,buffer[4+i*2],buffer[5+i*2]&0x7,buffer[5+i*2]>>4); in main()