Home
last modified time | relevance | path

Searched refs:int_y_white (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
734 int_y_white = (png_fixed_point)png_get_uint_32(buf); in png_handle_cHRM()
736 if (int_x_white > 80000L || int_y_white > 80000L || in png_handle_cHRM()
737 int_x_white + int_y_white > 100000L) in png_handle_cHRM()
787 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
800 abs(int_y_white - 32900L) > 1000 || in png_handle_cHRM()
819 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
836 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
905 png_fixed_point int_y_white; in png_handle_sRGB()
934 abs(info_ptr->int_y_white - 32900L) > 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
772 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
824 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
837 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
856 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
873 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_y_white, 32900, 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
772 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
824 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
837 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
856 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
873 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_y_white, 32900, 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
772 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
824 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
837 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
856 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
873 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_y_white, 32900, 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
772 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
824 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
837 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
856 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
873 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_y_white, 32900, 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
773 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
822 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
835 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
853 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
870 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
957 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
773 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
822 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
835 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
853 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
870 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
957 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
776 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
825 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
838 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
856 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
873 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_y_white, 32900, 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
764 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
816 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
829 abs(int_y_white - 32900L) > 1000 || in png_handle_cHRM()
848 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
865 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
952 abs(info_ptr->int_y_white - 32900L) > 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
772 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
824 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
837 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
856 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
873 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_y_white, 32900, 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
773 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
822 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
835 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
853 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
870 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
957 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
764 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
816 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
829 abs(int_y_white - 32900L) > 1000 || in png_handle_cHRM()
848 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
865 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
952 abs(info_ptr->int_y_white - 32900L) > 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
764 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
816 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
829 abs(int_y_white - 32900L) > 1000 || in png_handle_cHRM()
848 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
865 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
952 abs(info_ptr->int_y_white - 32900L) > 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
764 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
816 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
829 abs(int_y_white - 32900L) > 1000 || in png_handle_cHRM()
848 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
865 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
952 abs(info_ptr->int_y_white - 32900L) > 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
869 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
888 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
901 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
919 (long)int_x_white, (long)int_y_white, in png_handle_cHRM()
937 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1023 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
783 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
832 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
845 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
863 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
880 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
967 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
783 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
832 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
845 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
863 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
880 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
967 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
822 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
841 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
854 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
872 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
888 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
974 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
864 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
883 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
896 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
914 (long)int_x_white, (long)int_y_white, in png_handle_cHRM()
932 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1018 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
822 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
841 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
854 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
872 int_x_white, int_y_white, int_x_red, int_y_red); in png_handle_cHRM()
888 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
974 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
886 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
905 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
918 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
936 (long)int_x_white, (long)int_y_white, in png_handle_cHRM()
954 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1040 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
855 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
874 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
887 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
905 (long)int_x_white, (long)int_y_white, in png_handle_cHRM()
923 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1009 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
885 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
904 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
917 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
935 (long)int_x_white, (long)int_y_white, in png_handle_cHRM()
953 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1039 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
869 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
888 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
901 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
919 (long)int_x_white, (long)int_y_white, in png_handle_cHRM()
937 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1023 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 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
869 int_y_white = (png_fixed_point)uint_y; in png_handle_cHRM()
888 white_y = (float)int_y_white / (float)100000.0; in png_handle_cHRM()
901 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) || in png_handle_cHRM()
919 (long)int_x_white, (long)int_y_white, in png_handle_cHRM()
937 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, in png_handle_cHRM()
1023 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 1000) || in png_handle_sRGB()

1234567