Home
last modified time | relevance | path

Searched refs:int_x_green (Results 1 – 25 of 152) sorted by relevance

1234567

/dports/math/vtk6/VTK-6.2.0/ThirdParty/png/vtkpng/
H A Dpngrutil.c695 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
759 int_x_green = (png_fixed_point)png_get_uint_32(buf); in png_handle_cHRM()
764 if (int_x_green > 80000L || int_y_green > 80000L || in png_handle_cHRM()
765 int_x_green + int_y_green > 100000L) in png_handle_cHRM()
790 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
803 abs(int_x_green - 30000L) > 1000 || in png_handle_cHRM()
821 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
836 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
908 png_fixed_point int_x_green; in png_handle_sRGB()
937 abs(info_ptr->int_x_green - 30000L) > 1000 || in png_handle_sRGB()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/png/
H A Dpngrutil.c721 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
803 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
827 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
840 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
858 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
873 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
963 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/png/
H A Dpngrutil.c721 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
803 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
827 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
840 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
858 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
873 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
963 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/png/
H A Dpngrutil.c721 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
803 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
827 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
840 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
858 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
873 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
963 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/png/
H A Dpngrutil.c721 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
803 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
827 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
840 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
858 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
873 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
963 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/games/blockout/BL_SRC/ImageLib/src/png/png/
H A Dpngrutil.c722 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
802 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
825 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
838 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
855 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
870 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
960 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/games/edge/Edge-1.35-source/lib_win32/libpng-1.2.12/
H A Dpngrutil.c722 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
802 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
825 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
838 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
855 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
870 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
960 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/graphics/panomatic/panomatic-0.9.4/libpng/src/
H A Dpngrutil.c725 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
805 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
828 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
841 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
858 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
873 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
963 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/devel/etl/synfig-1.2.2/gtkmm-osx/libpng-1.2.5/
H A Dpngrutil.c713 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
795 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
819 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
832 abs(int_x_green - 30000L) > 1000 || in png_handle_cHRM()
850 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
865 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
955 abs(info_ptr->int_x_green - 30000L) > 1000 || in png_handle_sRGB()
/dports/graphics/megapov/megapov-1.2.1/libraries/png/
H A Dpngrutil.c721 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
803 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
827 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
840 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
858 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
873 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
963 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/x11-toolkits/p5-Tk/Tk-804.035/PNG/libpng/
H A Dpngrutil.c722 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
802 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
825 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
838 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
855 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
870 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
960 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/graphics/synfig/synfig-1.2.2/gtkmm-osx/libpng-1.2.5/
H A Dpngrutil.c713 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
795 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
819 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
832 abs(int_x_green - 30000L) > 1000 || in png_handle_cHRM()
850 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
865 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
955 abs(info_ptr->int_x_green - 30000L) > 1000 || in png_handle_sRGB()
/dports/graphics/synfigstudio/synfig-1.2.2/gtkmm-osx/libpng-1.2.5/
H A Dpngrutil.c713 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
795 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
819 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
832 abs(int_x_green - 30000L) > 1000 || in png_handle_cHRM()
850 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
865 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
955 abs(info_ptr->int_x_green - 30000L) > 1000 || in png_handle_sRGB()
/dports/graphics/povray36/povray-3.6.1/libraries/png/
H A Dpngrutil.c713 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
795 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
819 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
832 abs(int_x_green - 30000L) > 1000 || in png_handle_cHRM()
850 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
865 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
955 abs(info_ptr->int_x_green - 30000L) > 1000 || in png_handle_sRGB()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libpng/
H A Dpngrutil.c825 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
878 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
891 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
904 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
922 (long)int_x_green, (long)int_y_green, in png_handle_cHRM()
937 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1026 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libpng/
H A Dpngrutil.c732 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
812 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
835 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
848 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
865 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
880 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
970 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/graphics/libafterimage/libAfterImage-1.20/libpng/
H A Dpngrutil.c732 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
812 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
835 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
848 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
865 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
880 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
970 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/png/
H A Dpngrutil.c778 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
831 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
844 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
857 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
874 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
888 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
977 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/png/libpng/
H A Dpngrutil.c820 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
873 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
886 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
899 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
917 (long)int_x_green, (long)int_y_green, in png_handle_cHRM()
932 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1021 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/png/
H A Dpngrutil.c778 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
831 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
844 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
857 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
874 int_x_green, int_y_green, int_x_blue, int_y_blue); in png_handle_cHRM()
888 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
977 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/games/warmux/warmux-11.04/build/android/jni/png/
H A Dpngrutil.c842 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
895 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
908 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
921 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
939 (long)int_x_green, (long)int_y_green, in png_handle_cHRM()
954 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1043 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/libpng/
H A Dpngrutil.c811 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
864 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
877 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
890 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
908 (long)int_x_green, (long)int_y_green, in png_handle_cHRM()
923 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1012 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/devel/upp/upp/uppsrc/plugin/png/lib/
H A Dpngrutil.c841 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
894 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
907 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
920 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
938 (long)int_x_green, (long)int_y_green, in png_handle_cHRM()
953 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1042 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/benchmarks/glmark2/glmark2-2021.12/src/libpng/
H A Dpngrutil.c825 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
878 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
891 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
904 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
922 (long)int_x_green, (long)int_y_green, in png_handle_cHRM()
937 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1026 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/libpng/
H A Dpngrutil.c825 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM() local
878 int_x_green = (png_fixed_point)uint_x; in png_handle_cHRM()
891 green_x = (float)int_x_green / (float)100000.0; in png_handle_cHRM()
904 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) || in png_handle_cHRM()
922 (long)int_x_green, (long)int_y_green, in png_handle_cHRM()
937 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1026 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) || in png_handle_sRGB()

1234567