Searched refs:nColours (Results 1 - 6 of 6) sorted by relevance

/external/libvncserver/libvncserver/
H A Dtranslate.c379 scme->nColours = Swap16IfLE(256);
415 rfbSetClientColourMap(rfbClientPtr cl, int firstColour, int nColours) argument
421 if (nColours == 0) {
422 nColours = cl->screen->colourMap.count;
439 return rfbSendSetColourMapEntries(cl, firstColour, nColours);
448 rfbSetClientColourMaps(rfbScreenInfoPtr rfbScreen, int firstColour, int nColours) argument
455 rfbSetClientColourMap(cl, firstColour, nColours);
H A Drfbserver.c3267 int nColours)
3276 if (nColours > 256) {
3278 wbuf = (char *) malloc(sz_rfbSetColourMapEntriesMsg + nColours * 3 * 2);
3287 scme->nColours = Swap16IfLE(nColours);
3291 for (i = 0; i < nColours; i++) {
3305 len += nColours * 3 * 2;
3265 rfbSendSetColourMapEntries(rfbClientPtr cl, int firstColour, int nColours) argument
/external/libvncserver/rfb/
H A Drfbproto.h959 uint16_t nColours; member in struct:__anon9238
961 /* Followed by nColours * 3 * uint16_t
1240 uint16_t nColours; member in struct:__anon9246
1242 /* Followed by nColours * 3 * uint16_t
H A Drfbclient.h103 int nColours; member in struct:__anon9221
H A Drfb.h799 extern rfbBool rfbSendSetColourMapEntries(rfbClientPtr cl, int firstColour, int nColours);
821 extern rfbBool rfbSetClientColourMap(rfbClientPtr cl, int firstColour, int nColours);
822 extern void rfbSetClientColourMaps(rfbScreenInfoPtr rfbScreen, int firstColour, int nColours);
/external/libvncserver/libvncclient/
H A Dvncviewer.c96 data->nColours=0;

Completed in 5518 milliseconds