Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp39 src_row_bytes(0), in BMPDecompressor()
203 src_row_bytes = BMP_WIDTHBYTES(width, bitCounts); in ReadHeader()
217 out_row_bytes = src_row_bytes; in ReadHeader()
346 if (!ReadData(&des_buf, src_row_bytes)) in DecodeRGB()
396 std::copy(des_buf, des_buf + src_row_bytes, out_row_buffer.begin()); in DecodeRGB()
397 idx += src_row_bytes; in DecodeRGB()
575 if (size + (col_num >> 1) > src_row_bytes) { in DecodeRLE4()
604 if (size + (col_num >> 1) > src_row_bytes) { in DecodeRLE4()
Dfx_bmp.h91 size_t src_row_bytes; variable