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

Lines Matching refs:user_width_max

273    if (width > png_ptr->user_width_max || height > png_ptr->user_height_max)
1270 png_set_user_limits (png_structp png_ptr, png_uint_32 user_width_max,
1278 png_ptr->user_width_max = user_width_max;