Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:rowbytes

362       info_ptr->rowbytes = (png_size_t)0;
364 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth,width);