Home
last modified time | relevance | path

Searched refs:PNG_NO_FILTERS (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/www/firefox/firefox-99.0/media/libpng/
H A D1737038.patch17 if ((png_ptr->do_filter) == PNG_NO_FILTERS)
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dimage_png.c461 #define PNG_NO_FILTERS 0x00 macro
542 qpng_set_filter(png, 0, PNG_NO_FILTERS); in PNG_SaveImage_preflipped()
/dports/games/darkplaces/darkplaces/
H A Dimage_png.c461 #define PNG_NO_FILTERS 0x00 macro
542 qpng_set_filter(png, 0, PNG_NO_FILTERS); in PNG_SaveImage_preflipped()
/dports/graphics/p5-Image-PNG-Libpng/Image-PNG-Libpng-0.57/lib/Image/PNG/
H A DConst.pm384 PNG_NO_FILTERS => 0x00,
/dports/emulators/qemu5/qemu-5.2.0/ui/
H A Dvnc-enc-tight.c102 { 0, PNG_NO_FILTERS },
103 { 1, PNG_NO_FILTERS },
104 { 2, PNG_NO_FILTERS },
105 { 3, PNG_NO_FILTERS },
106 { 4, PNG_NO_FILTERS },
/dports/emulators/qemu-guest-agent/qemu-5.0.1/ui/
H A Dvnc-enc-tight.c102 { 0, PNG_NO_FILTERS },
103 { 1, PNG_NO_FILTERS },
104 { 2, PNG_NO_FILTERS },
105 { 3, PNG_NO_FILTERS },
106 { 4, PNG_NO_FILTERS },
/dports/emulators/qemu42/qemu-4.2.1/ui/
H A Dvnc-enc-tight.c102 { 0, PNG_NO_FILTERS },
103 { 1, PNG_NO_FILTERS },
104 { 2, PNG_NO_FILTERS },
105 { 3, PNG_NO_FILTERS },
106 { 4, PNG_NO_FILTERS },
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/ui/
H A Dvnc-enc-tight.c103 { 0, PNG_NO_FILTERS },
104 { 1, PNG_NO_FILTERS },
105 { 2, PNG_NO_FILTERS },
106 { 3, PNG_NO_FILTERS },
107 { 4, PNG_NO_FILTERS },
/dports/emulators/qemu-utils/qemu-4.2.1/ui/
H A Dvnc-enc-tight.c102 { 0, PNG_NO_FILTERS },
103 { 1, PNG_NO_FILTERS },
104 { 2, PNG_NO_FILTERS },
105 { 3, PNG_NO_FILTERS },
106 { 4, PNG_NO_FILTERS },
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/ui/
H A Dvnc-enc-tight.c102 { 0, PNG_NO_FILTERS },
103 { 1, PNG_NO_FILTERS },
104 { 2, PNG_NO_FILTERS },
105 { 3, PNG_NO_FILTERS },
106 { 4, PNG_NO_FILTERS },
/dports/emulators/qemu/qemu-6.2.0/ui/
H A Dvnc-enc-tight.c102 { 0, PNG_NO_FILTERS },
103 { 1, PNG_NO_FILTERS },
104 { 2, PNG_NO_FILTERS },
105 { 3, PNG_NO_FILTERS },
106 { 4, PNG_NO_FILTERS },
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/ui/
H A Dvnc-enc-tight.c102 { 0, PNG_NO_FILTERS },
103 { 1, PNG_NO_FILTERS },
104 { 2, PNG_NO_FILTERS },
105 { 3, PNG_NO_FILTERS },
106 { 4, PNG_NO_FILTERS },
/dports/emulators/qemu60/qemu-6.0.0/ui/
H A Dvnc-enc-tight.c102 { 0, PNG_NO_FILTERS },
103 { 1, PNG_NO_FILTERS },
104 { 2, PNG_NO_FILTERS },
105 { 3, PNG_NO_FILTERS },
106 { 4, PNG_NO_FILTERS },
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/libvncserver/
H A Dtight.c97 { 0, PNG_NO_FILTERS },
98 { 1, PNG_NO_FILTERS },
99 { 2, PNG_NO_FILTERS },
100 { 3, PNG_NO_FILTERS },
101 { 4, PNG_NO_FILTERS },
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/png.imageio/
H A Dpngoutput.cpp189 spec().get_int_attribute("png:filter", PNG_NO_FILTERS)); in open()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/png.imageio/
H A Dpngoutput.cpp189 spec().get_int_attribute("png:filter", PNG_NO_FILTERS)); in open()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dpng.c387 png_set_filter( p_png, 0, PNG_NO_FILTERS ); in EncodeBlock()
/dports/games/julius/julius-1.7.0/ext/png/
H A Dpngwutil.c421 if ((png_ptr->do_filter) == PNG_NO_FILTERS) in png_write_IHDR()
H A Dpng.h506 #define PNG_NO_FILTERS 0x00 macro
/dports/www/firefox/firefox-99.0/image/encoders/png/
H A DnsPNGEncoder.cpp460 *filters = PNG_NO_FILTERS; in ParseOptions()
/dports/www/analog/analog-6.0/src/libpng/
H A Dpng.h344 #define PNG_NO_FILTERS 0x00 macro
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/PNG/src/itkpng/
H A Dpngwrite.c1103 if (png_ptr->do_filter == PNG_NO_FILTERS) in png_set_filter()
2230 png_set_filter(png_ptr, PNG_FILTER_TYPE_BASE, PNG_NO_FILTERS); in png_image_write_main()
/dports/games/openjk/OpenJK-07675e2/lib/libpng/
H A Dpngwrite.c1120 if (png_ptr->do_filter == PNG_NO_FILTERS) in png_set_filter()
2284 png_set_filter(png_ptr, PNG_FILTER_TYPE_BASE, PNG_NO_FILTERS); in png_image_write_main()
/dports/graphics/argyllcms/Argyll_V1.9.2/png/
H A Dpngwrite.c1104 if (png_ptr->do_filter == PNG_NO_FILTERS) in png_set_filter()
2267 png_set_filter(png_ptr, PNG_FILTER_TYPE_BASE, PNG_NO_FILTERS); in png_image_write_main()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libpng/
H A Dpngwrite.c1120 if (png_ptr->do_filter == PNG_NO_FILTERS) in png_set_filter()
2286 png_set_filter(png_ptr, PNG_FILTER_TYPE_BASE, PNG_NO_FILTERS); in png_image_write_main()

12345678910>>...15