Home
last modified time | relevance | path

Searched refs:PNG_COLOR_MASK_ALPHA (Results 1 – 25 of 1070) sorted by relevance

12345678910>>...43

/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dpng.h29 #define PNG_COLOR_MASK_ALPHA 4 macro
34 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
35 #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dpng.h29 #define PNG_COLOR_MASK_ALPHA 4 macro
34 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
35 #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dpng.h29 #define PNG_COLOR_MASK_ALPHA 4 macro
34 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
35 #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dpng.h29 #define PNG_COLOR_MASK_ALPHA 4 macro
34 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
35 #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dpng.h29 #define PNG_COLOR_MASK_ALPHA 4 macro
34 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
35 #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dpng.h29 #define PNG_COLOR_MASK_ALPHA 4 macro
34 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
35 #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dpng.h31 #define PNG_COLOR_MASK_ALPHA 4 macro
36 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
37 #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
H A Dpng.c56 if (color_type & PNG_COLOR_MASK_ALPHA) in ff_png_get_nb_channels()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dpng.h31 #define PNG_COLOR_MASK_ALPHA 4 macro
36 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
37 #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A DPNGh.pas39 PNG_COLOR_MASK_ALPHA = 4;
45 PNG_COLOR_TYPE_RGB_ALPHA = PNG_COLOR_MASK_COLOR or PNG_COLOR_MASK_ALPHA;
46 PNG_COLOR_TYPE_GRAY_ALPHA = PNG_COLOR_MASK_ALPHA;
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A DPNGh.pas39 PNG_COLOR_MASK_ALPHA = 4;
45 PNG_COLOR_TYPE_RGB_ALPHA = PNG_COLOR_MASK_COLOR or PNG_COLOR_MASK_ALPHA;
46 PNG_COLOR_TYPE_GRAY_ALPHA = PNG_COLOR_MASK_ALPHA;
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dpng_pov.cpp576 color_type |= PNG_COLOR_MASK_ALPHA; in PNG_Image()
597 if (color_type & PNG_COLOR_MASK_ALPHA) in PNG_Image()
638 if (color_type & PNG_COLOR_MASK_ALPHA) in PNG_Image()
1335 if (color_type & PNG_COLOR_MASK_ALPHA) in Read_Line()
1349 if (color_type & PNG_COLOR_MASK_ALPHA) in Read_Line()
1515 if(color_type & PNG_COLOR_MASK_ALPHA) in Read_Png_Image()
1617 if(color_type & PNG_COLOR_MASK_ALPHA) in Read_Png_Image()
1703 if(color_type & PNG_COLOR_MASK_ALPHA) in Read_Png_Image()
1718 if(color_type & PNG_COLOR_MASK_ALPHA) in Read_Png_Image()
1732 if(color_type & PNG_COLOR_MASK_ALPHA) in Read_Png_Image()
[all …]
/dports/graphics/povray36/povray-3.6.1/source/
H A Dpng_pov.cpp571 color_type |= PNG_COLOR_MASK_ALPHA; in PNG_Image()
592 if (color_type & PNG_COLOR_MASK_ALPHA) in PNG_Image()
633 if (color_type & PNG_COLOR_MASK_ALPHA) in PNG_Image()
1329 if (color_type & PNG_COLOR_MASK_ALPHA) in Read_Line()
1343 if (color_type & PNG_COLOR_MASK_ALPHA) in Read_Line()
1509 if(color_type & PNG_COLOR_MASK_ALPHA) in Read_Png_Image()
1603 if(color_type & PNG_COLOR_MASK_ALPHA) in Read_Png_Image()
1677 if(color_type & PNG_COLOR_MASK_ALPHA) in Read_Png_Image()
1688 if(color_type & PNG_COLOR_MASK_ALPHA) in Read_Png_Image()
1702 if(color_type & PNG_COLOR_MASK_ALPHA) in Read_Png_Image()
[all …]
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dimage_png.c153 #define PNG_COLOR_MASK_ALPHA 4 macro
158 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
159 #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
319 if (my_png.BitDepth == 8 && !(my_png.ColorType & PNG_COLOR_MASK_ALPHA)) in PNG_LoadImage_BGRA()
/dports/graphics/gegl/gegl-0.4.34/operations/external/
H A Dpng-load.c176 if (color_type & PNG_COLOR_MASK_ALPHA)
183 if (color_type & PNG_COLOR_MASK_ALPHA)
190 if (color_type & PNG_COLOR_MASK_ALPHA)
360 color_type |= PNG_COLOR_MASK_ALPHA;
377 case (PNG_COLOR_TYPE_PALETTE | PNG_COLOR_MASK_ALPHA):
551 color_type |= PNG_COLOR_MASK_ALPHA;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/png/
H A Dpng_decoder.cpp141 if (!(color_type & PNG_COLOR_MASK_ALPHA)) in _png_get_header_func()
144 if (color_type & PNG_COLOR_MASK_ALPHA && in _png_get_header_func()
145 !(color_type1 & PNG_COLOR_MASK_ALPHA)) { in _png_get_header_func()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/png/
H A Dpngmodule.cpp142 if (!(color_type & PNG_COLOR_MASK_ALPHA)) in _png_get_header_func()
145 if (color_type & PNG_COLOR_MASK_ALPHA && in _png_get_header_func()
146 !(color_type1 & PNG_COLOR_MASK_ALPHA)) { in _png_get_header_func()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dimage_png.c215 #define PNG_COLOR_MASK_ALPHA 4 macro
220 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
221 #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
381 if (my_png.BitDepth == 8 && !(my_png.ColorType & PNG_COLOR_MASK_ALPHA)) in PNG_LoadImage_BGRA()
/dports/games/darkplaces/darkplaces/
H A Dimage_png.c215 #define PNG_COLOR_MASK_ALPHA 4 macro
220 #define PNG_COLOR_TYPE_RGB_ALPHA (PNG_COLOR_MASK_COLOR | PNG_COLOR_MASK_ALPHA)
221 #define PNG_COLOR_TYPE_GRAY_ALPHA (PNG_COLOR_MASK_ALPHA)
381 if (my_png.BitDepth == 8 && !(my_png.ColorType & PNG_COLOR_MASK_ALPHA)) in PNG_LoadImage_BGRA()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dccodec_pngmodule.cpp171 if (!(color_type & PNG_COLOR_MASK_ALPHA)) { in _png_get_header_func()
174 if (color_type & PNG_COLOR_MASK_ALPHA && in _png_get_header_func()
175 !(color_type1 & PNG_COLOR_MASK_ALPHA)) { in _png_get_header_func()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec_png.cpp170 if (!(color_type & PNG_COLOR_MASK_ALPHA)) { in _png_get_header_func()
173 if (color_type & PNG_COLOR_MASK_ALPHA && in _png_get_header_func()
174 !(color_type1 & PNG_COLOR_MASK_ALPHA)) { in _png_get_header_func()
/dports/misc/gpsim/gpsim-0.31.0/extras/graphic_lcd/utils/
H A Dpngtopic.c67 if (gColorType & PNG_COLOR_MASK_ALPHA) { in getPixel()
199 int pixel_depth = (gColorType & PNG_COLOR_MASK_ALPHA) ? 4 : 1; in main()
/dports/graphics/optipng/optipng-0.7.7/src/opngreduc/
H A Dopngreduc.c270 if (!(color_type & PNG_COLOR_MASK_ALPHA)) in opng_get_alpha_row()
348 if (!(color_type & PNG_COLOR_MASK_ALPHA)) in opng_analyze_bits()
526 OPNG_ASSERT(src_color_type & PNG_COLOR_MASK_ALPHA); in opng_reduce_bits()
527 dest_color_type &= ~PNG_COLOR_MASK_ALPHA; in opng_reduce_bits()
533 ((dest_color_type & PNG_COLOR_MASK_ALPHA) ? 1 : 0); in opng_reduce_bits()
543 (dest_color_type & PNG_COLOR_MASK_ALPHA)) in opng_reduce_bits()
1307 if (((color_type & ~PNG_COLOR_MASK_ALPHA) == PNG_COLOR_TYPE_GRAY && in opng_reduce_image()
1309 ((color_type & ~PNG_COLOR_MASK_ALPHA) == PNG_COLOR_TYPE_RGB && in opng_reduce_image()
/dports/graphics/p5-Image-PNG-Libpng/Image-PNG-Libpng-0.57/t/
H A DConst.t9 ok (PNG_COLOR_MASK_ALPHA == 4, "Got a test constant");
/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Dpng.c111 if (colortype & PNG_COLOR_MASK_ALPHA){
174 if (!(colortype & PNG_COLOR_MASK_ALPHA) && !alpha_flag){

12345678910>>...43