HomeSort by relevance Sort by last modified time
    Searched refs:nColours (Results 1 - 6 of 6) sorted by null

  /external/libvncserver/libvncserver/
translate.c 379 scme->nColours = Swap16IfLE(256);
415 rfbSetClientColourMap(rfbClientPtr cl, int firstColour, int nColours)
421 if (nColours == 0) {
422 nColours = cl->screen->colourMap.count;
439 return rfbSendSetColourMapEntries(cl, firstColour, nColours);
448 rfbSetClientColourMaps(rfbScreenInfoPtr rfbScreen, int firstColour, int nColours)
455 rfbSetClientColourMap(cl, firstColour, nColours);
rfbserver.c     [all...]
  /external/libvncserver/rfb/
rfbproto.h     [all...]
rfbclient.h 107 int nColours;
rfb.h 799 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);
    [all...]
  /external/libvncserver/libvncclient/
vncviewer.c 125 data->nColours=0;

Completed in 208 milliseconds