Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/bmp/
Dcfx_bmpdecompressor.cpp64 uint32_t row = img_tb_flag_ ? row_num_ : (height_ - 1 - row_num_); in ReadNextScanline()
66 ++row_num_; in ReadNextScanline()
348 row_num_ = 0; in DecodeImage()
373 while (row_num_ < height_) { in DecodeRGB()
458 if (row_num_ >= height_) { in DecodeRLE8()
470 if (row_num_ < height_) in DecodeRLE8()
481 size_t bmp_row_num__next = row_num_ + delta[1]; in DecodeRLE8()
485 while (row_num_ < bmp_row_num__next) { in DecodeRLE8()
549 if (row_num_ >= height_) { in DecodeRLE4()
561 if (row_num_ < height_) in DecodeRLE4()
[all …]
Dcfx_bmpdecompressor.h84 uint32_t row_num_ = 0; variable