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

Lines Matching refs:user_height_max

273    if (width > png_ptr->user_width_max || height > png_ptr->user_height_max)
1271 png_uint_32 user_height_max)
1279 png_ptr->user_height_max = user_height_max;