Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_UINT_31_MAX

880    if (white_x > (png_fixed_point) PNG_UINT_31_MAX ||
881 white_y > (png_fixed_point) PNG_UINT_31_MAX ||
882 red_x > (png_fixed_point) PNG_UINT_31_MAX ||
883 red_y > (png_fixed_point) PNG_UINT_31_MAX ||
884 green_x > (png_fixed_point) PNG_UINT_31_MAX ||
885 green_y > (png_fixed_point) PNG_UINT_31_MAX ||
886 blue_x > (png_fixed_point) PNG_UINT_31_MAX ||
887 blue_y > (png_fixed_point) PNG_UINT_31_MAX )
970 if (width > PNG_UINT_31_MAX)
976 if ( height > PNG_UINT_31_MAX)