Searched refs:fPng_rowbytes (Results 1 – 2 of 2) sorted by relevance
618 , fPng_rowbytes(0) in SkPngInterlacedDecoder()634 size_t fPng_rowbytes; member in SkPngInterlacedDecoder648 png_bytep oldRow = fInterlaceBuffer.get() + (rowNum - fFirstRow) * fPng_rowbytes; in interlacedRowCallback()689 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes); in decodeAllRows()736 png_bytep src = SkTAddOffset<png_byte>(fInterlaceBuffer.get(), fPng_rowbytes * srcRow); in decode()755 fPng_rowbytes = png_get_rowbytes(this->png_ptr(), this->info_ptr()); in setUpInterlaceBuffer()756 fInterlaceBuffer.reset(fPng_rowbytes * height); in setUpInterlaceBuffer()
620 , fPng_rowbytes(0) in SkPngInterlacedDecoder()636 size_t fPng_rowbytes; member in SkPngInterlacedDecoder650 png_bytep oldRow = fInterlaceBuffer.get() + (rowNum - fFirstRow) * fPng_rowbytes; in interlacedRowCallback()691 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes); in decodeAllRows()738 png_bytep src = SkTAddOffset<png_byte>(fInterlaceBuffer.get(), fPng_rowbytes * srcRow); in decode()757 fPng_rowbytes = png_get_rowbytes(this->png_ptr(), this->info_ptr()); in setUpInterlaceBuffer()758 fInterlaceBuffer.reset(fPng_rowbytes * height); in setUpInterlaceBuffer()