Home
last modified time | relevance | path

Searched refs:fPng_rowbytes (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/codec/
H A DSkPngCodec.cpp623 , fPng_rowbytes(0) in SkPngInterlacedDecoder()
639 size_t fPng_rowbytes; member in SkPngInterlacedDecoder
653 png_bytep oldRow = fInterlaceBuffer.get() + (rowNum - fFirstRow) * fPng_rowbytes; in interlacedRowCallback()
694 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes);
741 png_bytep src = SkTAddOffset<png_byte>(fInterlaceBuffer.get(), fPng_rowbytes * srcRow);
760 fPng_rowbytes = png_get_rowbytes(this->png_ptr(), this->info_ptr()); in setUpInterlaceBuffer()
761 fInterlaceBuffer.reset(fPng_rowbytes * height); in setUpInterlaceBuffer()

Completed in 2 milliseconds