Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpCodec.cpp291 uint32_t maskBytes = 0; in ReadHeader() local
335 maskBytes = kBmpMaskBytes; in ReadHeader()
411 const uint32_t bytesRead = kBmpHeaderBytes + infoBytes + maskBytes; in ReadHeader()
/external/libvncserver/libvncserver/
Dcursor.c42 int bitmapRowBytes, maskBytes, dataBytes; in rfbSendCursorShape() local
90 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()
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py407 maskBytes = b""
409 maskBytes = maskBytes + bytechr(binary2num(mask[j:j+8]))
410 program.append(maskBytes)