Searched refs:bitmapData (Results 1 – 2 of 2) sorted by relevance
65 self.bitmapData = ""80 self.bitmapData += myBitmap.rawdata90 dataLength = len(self.bitmapOffsets) + len(self.bitmapData)99 self.data += self.bitmapOffsets + self.bitmapData + "\0" * padding
44 uint8_t *bitmapData; in rfbSendCursorShape() local134 bitmapData = (uint8_t *)pCursor->source; in rfbSendCursorShape()138 bitmapByte = bitmapData[i * bitmapRowBytes + j]; in rfbSendCursorShape()157 bitmapData = (uint8_t *)pCursor->mask; in rfbSendCursorShape()161 bitmapByte = bitmapData[i * bitmapRowBytes + j]; in rfbSendCursorShape()