Searched refs:maskBytes (Results 1 – 3 of 3) sorted by relevance
291 uint32_t maskBytes = 0; in ReadHeader() local335 maskBytes = kBmpMaskBytes; in ReadHeader()411 const uint32_t bytesRead = kBmpHeaderBytes + infoBytes + maskBytes; in ReadHeader()
42 int bitmapRowBytes, maskBytes, dataBytes; in rfbSendCursorShape() local90 maskBytes = bitmapRowBytes * pCursor->height; in rfbSendCursorShape()93 (cl->format.bitsPerPixel / 8)) : maskBytes; in rfbSendCursorShape()98 sz_rfbXCursorColors + maskBytes + dataBytes > UPDATE_BUF_SIZE ) { in rfbSendCursorShape()104 sz_rfbXCursorColors + maskBytes + dataBytes > UPDATE_BUF_SIZE ) { in rfbSendCursorShape()
407 maskBytes = b""409 maskBytes = maskBytes + bytechr(binary2num(mask[j:j+8]))410 program.append(maskBytes)