Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_fixed_point

859    png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
860 png_fixed_point red_y, png_fixed_point green_x, png_fixed_point green_y,
861 png_fixed_point blue_x, png_fixed_point blue_y)
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 )