Home | History | Annotate | Download | only in codec

Lines Matching full:fpng_rowbytes

618         , fPng_rowbytes(0)
634 size_t fPng_rowbytes;
648 png_bytep oldRow = fInterlaceBuffer.get() + (rowNum - fFirstRow) * fPng_rowbytes;
692 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes);
739 fPng_rowbytes * get_start_coord(sampleY));
744 srcRow = SkTAddOffset<png_byte>(srcRow, fPng_rowbytes * sampleY);
758 fPng_rowbytes = png_get_rowbytes(this->png_ptr(), this->info_ptr());
759 fInterlaceBuffer.reset(fPng_rowbytes * height);