Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dcursor.c45 uint8_t bitmapByte; in rfbSendCursorShape() local
138 bitmapByte = bitmapData[i * bitmapRowBytes + j]; in rfbSendCursorShape()
139 cl->updateBuf[cl->ublen++] = (char)bitmapByte; in rfbSendCursorShape()
161 bitmapByte = bitmapData[i * bitmapRowBytes + j]; in rfbSendCursorShape()
162 cl->updateBuf[cl->ublen++] = (char)bitmapByte; in rfbSendCursorShape()