HomeSort by relevance Sort by last modified time
    Searched defs:maskBytes (Results 1 - 2 of 2) sorted by null

  /external/skia/src/codec/
SkBmpCodec.cpp 284 uint32_t maskBytes = 0;
317 maskBytes = kBmpMaskBytes;
465 const uint32_t bytesRead = kBmpHeaderBytes + infoBytes + maskBytes;
  /external/libvncserver/libvncserver/
cursor.c 42 int bitmapRowBytes, maskBytes, dataBytes;
90 maskBytes = bitmapRowBytes * pCursor->height;
93 (cl->format.bitsPerPixel / 8)) : maskBytes;
98 sz_rfbXCursorColors + maskBytes + dataBytes > UPDATE_BUF_SIZE ) {
104 sz_rfbXCursorColors + maskBytes + dataBytes > UPDATE_BUF_SIZE ) {

Completed in 108 milliseconds