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

  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.h 17 #define BMP_WIDTHBYTES(width, bitCount) ((width * bitCount) + 31) / 32 * 4
fx_bmp.cpp 203 src_row_bytes = BMP_WIDTHBYTES(width, bitCounts);
208 out_row_bytes = BMP_WIDTHBYTES(width, 8);
213 out_row_bytes = BMP_WIDTHBYTES(width, 24);

Completed in 53 milliseconds