Searched refs:src_row_bytes (Results 1 – 2 of 2) sorted by relevance
39 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()
91 size_t src_row_bytes; variable