Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DsbixBitmapSet.py65 self.bitmapData = ""
80 self.bitmapData += myBitmap.rawdata
90 dataLength = len(self.bitmapOffsets) + len(self.bitmapData)
99 self.data += self.bitmapOffsets + self.bitmapData + "\0" * padding
/external/libvncserver/libvncserver/
Dcursor.c44 uint8_t *bitmapData; in rfbSendCursorShape() local
134 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()