Searched refs:out_row_bytes (Results 1 – 2 of 2) sorted by relevance
40 out_row_bytes(0), in BMPDecompressor()208 out_row_bytes = BMP_WIDTHBYTES(width, 8); in ReadHeader()213 out_row_bytes = BMP_WIDTHBYTES(width, 24); in ReadHeader()217 out_row_bytes = src_row_bytes; in ReadHeader()223 if (out_row_bytes <= 0) { in ReadHeader()228 out_row_buffer.resize(out_row_bytes); in ReadHeader()456 if (col_num >= out_row_bytes || bmp_row_num_next >= height) { in DecodeRLE8()467 int32_t avail_size = out_row_bytes - col_num; in DecodeRLE8()490 int32_t avail_size = out_row_bytes - col_num; in DecodeRLE8()557 if (col_num >= out_row_bytes || bmp_row_num_next >= height) { in DecodeRLE4()[all …]
92 size_t out_row_bytes; variable