Home | History | Annotate | Download | only in libpng

Lines Matching refs:rowbytes

266       info_ptr->rowbytes = (png_size_t)0;
268 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, width);