Home
last modified time | relevance | path

Searched refs:PNG_COLOR_MASK_COLOR (Results 1 – 25 of 1180) sorted by relevance

12345678910>>...48

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dpng.h28 #define PNG_COLOR_MASK_COLOR 2 macro
32 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
33 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
34 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
H A Dpng.c53 if ((color_type & (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)) == in ff_png_get_nb_channels()
54 PNG_COLOR_MASK_COLOR) in ff_png_get_nb_channels()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dpng.h28 #define PNG_COLOR_MASK_COLOR 2 macro
32 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
33 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
34 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
H A Dpng.c53 if ((color_type & (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)) == in ff_png_get_nb_channels()
54 PNG_COLOR_MASK_COLOR) in ff_png_get_nb_channels()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dpng.h28 #define PNG_COLOR_MASK_COLOR 2 macro
32 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
33 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
34 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
H A Dpng.c53 if ((color_type & (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)) == in ff_png_get_nb_channels()
54 PNG_COLOR_MASK_COLOR) in ff_png_get_nb_channels()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dpng.h28 #define PNG_COLOR_MASK_COLOR 2 macro
32 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
33 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
34 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
H A Dpng.c53 if ((color_type & (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)) == in ff_png_get_nb_channels()
54 PNG_COLOR_MASK_COLOR) in ff_png_get_nb_channels()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dpng.h28 #define PNG_COLOR_MASK_COLOR 2 macro
32 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
33 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
34 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
H A Dpng.c53 if ((color_type & (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)) == in ff_png_get_nb_channels()
54 PNG_COLOR_MASK_COLOR) in ff_png_get_nb_channels()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dpng.h28 #define PNG_COLOR_MASK_COLOR 2 macro
32 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
33 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
34 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
H A Dpng.c64 if ((color_type & (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)) == in ff_png_get_nb_channels()
65 PNG_COLOR_MASK_COLOR) in ff_png_get_nb_channels()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dpng.h30 #define PNG_COLOR_MASK_COLOR 2 macro
34 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
35 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
36 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
H A Dpng.c53 if ((color_type & (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)) == in ff_png_get_nb_channels()
54 PNG_COLOR_MASK_COLOR) in ff_png_get_nb_channels()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dpng.h30 #define PNG_COLOR_MASK_COLOR 2 macro
34 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
35 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
36 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
H A Dpng.c53 if ((color_type & (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)) == in ff_png_get_nb_channels()
54 PNG_COLOR_MASK_COLOR) in ff_png_get_nb_channels()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DPNGh.pas38 PNG_COLOR_MASK_COLOR = 2;
43 PNG_COLOR_TYPE_PALETTE = PNG_COLOR_MASK_COLOR or PNG_COLOR_MASK_PALETTE;
44 PNG_COLOR_TYPE_RGB = PNG_COLOR_MASK_COLOR;
45 PNG_COLOR_TYPE_RGB_ALPHA = PNG_COLOR_MASK_COLOR or PNG_COLOR_MASK_ALPHA;
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DPNGh.pas38 PNG_COLOR_MASK_COLOR = 2;
43 PNG_COLOR_TYPE_PALETTE = PNG_COLOR_MASK_COLOR or PNG_COLOR_MASK_PALETTE;
44 PNG_COLOR_TYPE_RGB = PNG_COLOR_MASK_COLOR;
45 PNG_COLOR_TYPE_RGB_ALPHA = PNG_COLOR_MASK_COLOR or PNG_COLOR_MASK_ALPHA;
/dports/print/cups-filters/cups-filters-1.28.10/cupsfilters/
H A Dimage-png.c86 (color_type & PNG_COLOR_MASK_COLOR) ? "RGB" : "GRAYSCALE", in _cupsImageReadPNG()
100 if (color_type & PNG_COLOR_MASK_COLOR) in _cupsImageReadPNG()
233 if (color_type & PNG_COLOR_MASK_COLOR) in _cupsImageReadPNG()
289 if (color_type & PNG_COLOR_MASK_COLOR) in _cupsImageReadPNG()
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/filter/
H A Dimage-png.c91 (color_type & PNG_COLOR_MASK_COLOR) ? "RGB" : "GRAYSCALE", in _cupsImageReadPNG()
105 if (color_type & PNG_COLOR_MASK_COLOR) in _cupsImageReadPNG()
238 if (color_type & PNG_COLOR_MASK_COLOR) in _cupsImageReadPNG()
294 if (color_type & PNG_COLOR_MASK_COLOR) in _cupsImageReadPNG()
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/filter/
H A Dimage-png.c91 (color_type & PNG_COLOR_MASK_COLOR) ? "RGB" : "GRAYSCALE", in _cupsImageReadPNG()
105 if (color_type & PNG_COLOR_MASK_COLOR) in _cupsImageReadPNG()
238 if (color_type & PNG_COLOR_MASK_COLOR) in _cupsImageReadPNG()
294 if (color_type & PNG_COLOR_MASK_COLOR) in _cupsImageReadPNG()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dimage_png.c152 #define PNG_COLOR_MASK_COLOR 2 macro
156 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
157 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
158 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpng_pov.cpp480 if (png_get_color_type(o_png_ptr, info_ptr) & PNG_COLOR_MASK_COLOR) in PNG_Image()
506 png_stride = png_get_color_type(o_png_ptr, info_ptr) & PNG_COLOR_MASK_COLOR ? 3 : 1; in PNG_Image()
586 if (color_type & PNG_COLOR_MASK_COLOR) in PNG_Image()
636 png_stride = color_type & PNG_COLOR_MASK_COLOR ? 3 : 1; in PNG_Image()
1039 if ((color_type & PNG_COLOR_MASK_COLOR) == PNG_COLOR_TYPE_GRAY) in Write_Line()
1093 if ((color_type & PNG_COLOR_MASK_COLOR) == PNG_COLOR_TYPE_GRAY) in Write_Line()
1124 if ((color_type & PNG_COLOR_MASK_COLOR) == PNG_COLOR_TYPE_GRAY) in Write_Line()
1178 if ((color_type & PNG_COLOR_MASK_COLOR) == PNG_COLOR_TYPE_GRAY) in Write_Line()
1327 if ((color_type & PNG_COLOR_MASK_COLOR) == PNG_COLOR_TYPE_GRAY) in Read_Line()
1511 else if((color_type & PNG_COLOR_MASK_COLOR) == PNG_COLOR_TYPE_GRAY) in Read_Png_Image()
[all …]
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpng_pov.cpp475 if (png_get_color_type(o_png_ptr, info_ptr) & PNG_COLOR_MASK_COLOR) in PNG_Image()
501 png_stride = png_get_color_type(o_png_ptr, info_ptr) & PNG_COLOR_MASK_COLOR ? 3 : 1; in PNG_Image()
581 if (color_type & PNG_COLOR_MASK_COLOR) in PNG_Image()
631 png_stride = color_type & PNG_COLOR_MASK_COLOR ? 3 : 1; in PNG_Image()
1033 if ((color_type & PNG_COLOR_MASK_COLOR) == PNG_COLOR_TYPE_GRAY) in Write_Line()
1087 if ((color_type & PNG_COLOR_MASK_COLOR) == PNG_COLOR_TYPE_GRAY) in Write_Line()
1118 if ((color_type & PNG_COLOR_MASK_COLOR) == PNG_COLOR_TYPE_GRAY) in Write_Line()
1172 if ((color_type & PNG_COLOR_MASK_COLOR) == PNG_COLOR_TYPE_GRAY) in Write_Line()
1321 if ((color_type & PNG_COLOR_MASK_COLOR) == PNG_COLOR_TYPE_GRAY) in Read_Line()
1505 else if((color_type & PNG_COLOR_MASK_COLOR) == PNG_COLOR_TYPE_GRAY) in Read_Png_Image()
[all …]
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dimage_png.c214 #define PNG_COLOR_MASK_COLOR 2 macro
218 #define PNG_COLOR_TYPE_PALETTE (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_PALETTE)
219 #define PNG_COLOR_TYPE_RGB (PNG_COLOR_MASK_COLOR)
220 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)

12345678910>>...48