Home
last modified time | relevance | path

Searched refs:red_int (Results 1 – 25 of 116) sorted by relevance

12345

/dports/graphics/wdune/wdune-1.926/src/swt/tests/
H A Ddraw1.cpp353 int red_int, green_int, blue_int; in GetColorFloatToInt() local
356 red_int = Round_float_to_int(red * MAXFARBANTEIL); in GetColorFloatToInt()
361 Color += (red_int & 0xff); in GetColorFloatToInt()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/png/vtkpng/
H A Dpngrtran.c624 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
627 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
632 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
638 red_int = 6968; in png_set_rgb_to_gray_fixed()
641 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
643 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/thirdparty/libpng/
H A Dpngrtran.c701 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
704 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
709 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
715 red_int = 6968; in png_set_rgb_to_gray_fixed()
718 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
721 (png_uint_16)(32768 - red_int - green_int); in png_set_rgb_to_gray_fixed()
/dports/math/giacxcas/fltk-1.3.0/png/
H A Dpngrtran.c745 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
748 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
754 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
761 red_int = 6968; in png_set_rgb_to_gray_fixed()
765 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
768 (png_uint_16)(32768 - red_int - green_int); in png_set_rgb_to_gray_fixed()
/dports/graphics/wdune/wdune-1.926/src/
H A DColorCircle.cpp154 int red_int, green_int, blue_int; in GetColorFloatToInt() local
156 red_int = Round_float_to_int(red * MAXFARB); in GetColorFloatToInt()
161 Color += (red_int & 0xff); in GetColorFloatToInt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/libpng/
H A Dpngrtran.c728 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
731 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
736 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
742 red_int = 6968; in png_set_rgb_to_gray_fixed()
745 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
748 (png_uint_16)(32768 - red_int - green_int); in png_set_rgb_to_gray_fixed()
/dports/graphics/libafterimage/libAfterImage-1.20/libpng/
H A Dpngrtran.c677 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
680 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
685 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
691 red_int = 6968; in png_set_rgb_to_gray_fixed()
694 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
696 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libpng/
H A Dpngrtran.c677 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
680 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
685 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
691 red_int = 6968; in png_set_rgb_to_gray_fixed()
694 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
696 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/png/
H A Dpngrtran.c665 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
668 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
673 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
679 red_int = 6968; in png_set_rgb_to_gray_fixed()
682 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
685 (png_uint_16)(32768 - red_int - green_int); in png_set_rgb_to_gray_fixed()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/png/
H A Dpngrtran.c642 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
645 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
650 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
656 red_int = 6968; in png_set_rgb_to_gray_fixed()
659 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
661 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/png/
H A Dpngrtran.c642 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
645 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
650 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
656 red_int = 6968; in png_set_rgb_to_gray_fixed()
659 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
661 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/png/
H A Dpngrtran.c642 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
645 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
650 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
656 red_int = 6968; in png_set_rgb_to_gray_fixed()
659 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
661 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/png/
H A Dpngrtran.c642 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
645 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
650 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
656 red_int = 6968; in png_set_rgb_to_gray_fixed()
659 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
661 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()
/dports/games/blockout/BL_SRC/ImageLib/src/png/png/
H A Dpngrtran.c661 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
664 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
669 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
675 red_int = 6968; in png_set_rgb_to_gray_fixed()
678 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
680 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/png/libpng/
H A Dpngrtran.c728 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
731 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
736 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
742 red_int = 6968; in png_set_rgb_to_gray_fixed()
745 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
748 (png_uint_16)(32768 - red_int - green_int); in png_set_rgb_to_gray_fixed()
/dports/sysutils/syslinux/syslinux-6.03/com32/lib/libpng/
H A Dpngrtran.c717 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
720 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
725 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
731 red_int = 6968; in png_set_rgb_to_gray_fixed()
734 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
737 (png_uint_16)(32768 - red_int - green_int); in png_set_rgb_to_gray_fixed()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/png/
H A Dpngrtran.c665 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
668 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
673 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
679 red_int = 6968; in png_set_rgb_to_gray_fixed()
682 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
685 (png_uint_16)(32768 - red_int - green_int); in png_set_rgb_to_gray_fixed()
/dports/games/edge/Edge-1.35-source/lib_win32/libpng-1.2.12/
H A Dpngrtran.c661 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
664 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
669 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
675 red_int = 6968; in png_set_rgb_to_gray_fixed()
678 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
680 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()
/dports/games/warmux/warmux-11.04/build/android/jni/png/
H A Dpngrtran.c717 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
720 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
725 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
731 red_int = 6968; in png_set_rgb_to_gray_fixed()
734 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
737 (png_uint_16)(32768 - red_int - green_int); in png_set_rgb_to_gray_fixed()
/dports/graphics/panomatic/panomatic-0.9.4/libpng/src/
H A Dpngrtran.c662 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
665 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
670 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
676 red_int = 6968; in png_set_rgb_to_gray_fixed()
679 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
681 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()
/dports/devel/upp/upp/uppsrc/plugin/png/lib/
H A Dpngrtran.c728 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
731 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
736 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
742 red_int = 6968; in png_set_rgb_to_gray_fixed()
745 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
748 (png_uint_16)(32768 - red_int - green_int); in png_set_rgb_to_gray_fixed()
/dports/devel/etl/synfig-1.2.2/gtkmm-osx/libpng-1.2.5/
H A Dpngrtran.c637 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
640 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
645 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
651 red_int = 6968; in png_set_rgb_to_gray_fixed()
654 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
656 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()
/dports/benchmarks/glmark2/glmark2-2021.12/src/libpng/
H A Dpngrtran.c728 png_uint_16 red_int, green_int;
731 red_int = 6968; /* .212671 * 32768 + .5 */
736 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L);
742 red_int = 6968;
745 png_ptr->rgb_to_gray_red_coeff = red_int;
748 (png_uint_16)(32768 - red_int - green_int);
/dports/graphics/megapov/megapov-1.2.1/libraries/png/
H A Dpngrtran.c642 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
645 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
650 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
656 red_int = 6968; in png_set_rgb_to_gray_fixed()
659 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
661 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()
/dports/x11-toolkits/p5-Tk/Tk-804.035/PNG/libpng/
H A Dpngrtran.c661 png_uint_16 red_int, green_int; in png_set_rgb_to_gray_fixed() local
664 red_int = 6968; /* .212671 * 32768 + .5 */ in png_set_rgb_to_gray_fixed()
669 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L); in png_set_rgb_to_gray_fixed()
675 red_int = 6968; in png_set_rgb_to_gray_fixed()
678 png_ptr->rgb_to_gray_red_coeff = red_int; in png_set_rgb_to_gray_fixed()
680 png_ptr->rgb_to_gray_blue_coeff = (png_uint_16)(32768-red_int-green_int); in png_set_rgb_to_gray_fixed()

12345