Home
last modified time | relevance | path

Searched refs:lastRow_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp446 lastRow_ = 0; in Reset()
799 if (rowNum < firstRow_ || rowNum > lastRow_ || interlacedComplete_) { in SaveInterlacedRows()
822 if (outputRowsNum_ == lastRow_ - firstRow_ + 1) { in SaveInterlacedRows()
823 … IMAGE_LOGI("lastRow_(%{public}u) + firstRow(%{public}u) + 1 = outputRow(%{public}u)", lastRow_, in SaveInterlacedRows()
827 if (pngImageInfo_.numberPasses - 1 == pass && rowNum == lastRow_) { in SaveInterlacedRows()
830 pass, pngImageInfo_.numberPasses, rowNum, lastRow_); in SaveInterlacedRows()
941lastRow_ = pngImageInfo_.height > 0 ? pngImageInfo_.height - 1 : 0; // decode begin to 0 in IncrementalReadRows()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h117 uint32_t lastRow_ = 0; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp1658 pngDecoder->lastRow_ = 1;