Home
last modified time | relevance | path

Searched refs:PNG_TYPE (Results 1 – 25 of 39) sorted by relevance

12

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dpng.h72 #define PNG_TYPE( first, second, third, fourth ) \ macro
76 #define PNG_TYPE_IHDR PNG_TYPE ( 'I', 'H', 'D', 'R' )
136 #define PNG_TYPE_PLTE PNG_TYPE ( 'P', 'L', 'T', 'E' )
158 #define PNG_TYPE_IDAT PNG_TYPE ( 'I', 'D', 'A', 'T' )
175 #define PNG_TYPE_IEND PNG_TYPE ( 'I', 'E', 'N', 'D' )
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/include/ipxe/
H A Dpng.h72 #define PNG_TYPE( first, second, third, fourth ) \ macro
76 #define PNG_TYPE_IHDR PNG_TYPE ( 'I', 'H', 'D', 'R' )
136 #define PNG_TYPE_PLTE PNG_TYPE ( 'P', 'L', 'T', 'E' )
158 #define PNG_TYPE_IDAT PNG_TYPE ( 'I', 'D', 'A', 'T' )
175 #define PNG_TYPE_IEND PNG_TYPE ( 'I', 'E', 'N', 'D' )
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/ipxe/
H A Dpng.h72 #define PNG_TYPE( first, second, third, fourth ) \ macro
76 #define PNG_TYPE_IHDR PNG_TYPE ( 'I', 'H', 'D', 'R' )
136 #define PNG_TYPE_PLTE PNG_TYPE ( 'P', 'L', 'T', 'E' )
158 #define PNG_TYPE_IDAT PNG_TYPE ( 'I', 'D', 'A', 'T' )
175 #define PNG_TYPE_IEND PNG_TYPE ( 'I', 'E', 'N', 'D' )
/dports/net/ipxe/ipxe-2265a65/src/include/ipxe/
H A Dpng.h72 #define PNG_TYPE( first, second, third, fourth ) \ macro
76 #define PNG_TYPE_IHDR PNG_TYPE ( 'I', 'H', 'D', 'R' )
136 #define PNG_TYPE_PLTE PNG_TYPE ( 'P', 'L', 'T', 'E' )
158 #define PNG_TYPE_IDAT PNG_TYPE ( 'I', 'D', 'A', 'T' )
175 #define PNG_TYPE_IEND PNG_TYPE ( 'I', 'E', 'N', 'D' )
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/ipxe/
H A Dpng.h72 #define PNG_TYPE( first, second, third, fourth ) \ macro
76 #define PNG_TYPE_IHDR PNG_TYPE ( 'I', 'H', 'D', 'R' )
136 #define PNG_TYPE_PLTE PNG_TYPE ( 'P', 'L', 'T', 'E' )
158 #define PNG_TYPE_IDAT PNG_TYPE ( 'I', 'D', 'A', 'T' )
175 #define PNG_TYPE_IEND PNG_TYPE ( 'I', 'E', 'N', 'D' )
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/ipxe/
H A Dpng.h72 #define PNG_TYPE( first, second, third, fourth ) \ macro
76 #define PNG_TYPE_IHDR PNG_TYPE ( 'I', 'H', 'D', 'R' )
136 #define PNG_TYPE_PLTE PNG_TYPE ( 'P', 'L', 'T', 'E' )
158 #define PNG_TYPE_IDAT PNG_TYPE ( 'I', 'D', 'A', 'T' )
175 #define PNG_TYPE_IEND PNG_TYPE ( 'I', 'E', 'N', 'D' )
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/include/ipxe/
H A Dpng.h72 #define PNG_TYPE( first, second, third, fourth ) \ macro
76 #define PNG_TYPE_IHDR PNG_TYPE ( 'I', 'H', 'D', 'R' )
136 #define PNG_TYPE_PLTE PNG_TYPE ( 'P', 'L', 'T', 'E' )
158 #define PNG_TYPE_IDAT PNG_TYPE ( 'I', 'D', 'A', 'T' )
175 #define PNG_TYPE_IEND PNG_TYPE ( 'I', 'E', 'N', 'D' )
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/include/ipxe/
H A Dpng.h72 #define PNG_TYPE( first, second, third, fourth ) \ macro
76 #define PNG_TYPE_IHDR PNG_TYPE ( 'I', 'H', 'D', 'R' )
136 #define PNG_TYPE_PLTE PNG_TYPE ( 'P', 'L', 'T', 'E' )
158 #define PNG_TYPE_IDAT PNG_TYPE ( 'I', 'D', 'A', 'T' )
175 #define PNG_TYPE_IEND PNG_TYPE ( 'I', 'E', 'N', 'D' )
/dports/graphics/libqrencode/libqrencode-4.1.1/
H A Dqrenc.c58 PNG_TYPE, enumerator
74 static enum imageType image_type = PNG_TYPE;
305 if(type == PNG_TYPE) { in writePNG()
347 if(type == PNG_TYPE) { in writePNG()
366 if(type == PNG_TYPE) { in writePNG()
389 if(type == PNG_TYPE) { in writePNG()
1053 case PNG_TYPE: in qrencode()
1122 case PNG_TYPE: in qrencodeStructured()
1192 case PNG_TYPE: in qrencodeStructured()
1324 image_type = PNG_TYPE; in main()
[all …]
/dports/www/hotcrp/hotcrp-2.102/lib/
H A Dmimetype.php13 const PNG_TYPE = "image/png"; define in Mimetype
40 self::PNG_TYPE => [".png", "PNG", self::FLAG_INLINE]
170 return self::PNG_TYPE;
/dports/graphics/p5-Imager-QRCode/Imager-QRCode-0.035/vendor/qrencode-3.4.2/
H A Dqrenc.c51 PNG_TYPE, enumerator
62 static enum imageType image_type = PNG_TYPE;
795 case PNG_TYPE: in qrencode()
850 case PNG_TYPE: in qrencodeStructured()
906 case PNG_TYPE: in qrencodeStructured()
1021 image_type = PNG_TYPE; in main()
1088 if(outfile == NULL && image_type == PNG_TYPE) { in main()
/dports/graphics/libmng/libmng-1.0.10/contrib/gcc/xmngview/
H A Dxmng.h21 #define PNG_TYPE 3 macro
/dports/graphics/waifu2x-converter-cpp/waifu2x-converter-cpp-5.3.4/src/
H A Dw2xconv.cpp1413 enum PNG_TYPE enum
1561 …if (type == PNG_TYPE::TruecolorAlpha || type == PNG_TYPE::Indexed || type == PNG_TYPE::GrayscaleAl… in get_png_background_colour()
1563 if (depth == 8 || depth == 16 || (depth == 4 && type == PNG_TYPE::Indexed)) in get_png_background_colour()
1578 …if (type == PNG_TYPE::Indexed) // indexed/type 3 png require the tRNS chunk for alpha this will be… in get_png_background_colour()
1624 if (type == PNG_TYPE::Truecolor || type == PNG_TYPE::TruecolorAlpha) in get_png_background_colour()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/SOIL/
H A Dstb_image_aug.c2031 #define PNG_TYPE(a,b,c,d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) macro
2222 if (first && c.type != PNG_TYPE('I','H','D','R')) in parse_png_file()
2225 case PNG_TYPE('I','H','D','R'): { in parse_png_file()
2252 case PNG_TYPE('P','L','T','E'): { in parse_png_file()
2265 case PNG_TYPE('t','R','N','S'): { in parse_png_file()
2284 case PNG_TYPE('I','D','A','T'): { in parse_png_file()
2310 case PNG_TYPE('I','E','N','D'): { in parse_png_file()
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dstb_image.c2043 #define PNG_TYPE(a,b,c,d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) macro
2282 if (first && c.type != PNG_TYPE('I','H','D','R')) in parse_png_file()
2285 case PNG_TYPE('I','H','D','R'): { in parse_png_file()
2312 case PNG_TYPE('P','L','T','E'): { in parse_png_file()
2325 case PNG_TYPE('t','R','N','S'): { in parse_png_file()
2344 case PNG_TYPE('I','D','A','T'): { in parse_png_file()
2370 case PNG_TYPE('I','E','N','D'): { in parse_png_file()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dstb_image.c2306 #define PNG_TYPE(a,b,c,d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) macro
2545 if (first && c.type != PNG_TYPE('I','H','D','R')) in parse_png_file()
2548 case PNG_TYPE('I','H','D','R'): { in parse_png_file()
2575 case PNG_TYPE('P','L','T','E'): { in parse_png_file()
2588 case PNG_TYPE('t','R','N','S'): { in parse_png_file()
2607 case PNG_TYPE('I','D','A','T'): { in parse_png_file()
2633 case PNG_TYPE('I','E','N','D'): { in parse_png_file()
/dports/devel/stb/stb-f54acd4/deprecated/
H A Dstb_image.c2418 #define PNG_TYPE(a,b,c,d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) macro
2719 case PNG_TYPE('C','g','B','I'): in parse_png_file()
2723 case PNG_TYPE('I','H','D','R'): { in parse_png_file()
2751 case PNG_TYPE('P','L','T','E'): { in parse_png_file()
2765 case PNG_TYPE('t','R','N','S'): { in parse_png_file()
2785 case PNG_TYPE('I','D','A','T'): { in parse_png_file()
2802 case PNG_TYPE('I','E','N','D'): { in parse_png_file()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp2292 #define PNG_TYPE(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) macro
2678 case PNG_TYPE('C', 'g', 'B', 'I'): in parse_png_file()
2682 case PNG_TYPE('I', 'H', 'D', 'R'): in parse_png_file()
2724 case PNG_TYPE('P', 'L', 'T', 'E'): in parse_png_file()
2740 case PNG_TYPE('t', 'R', 'N', 'S'): in parse_png_file()
2768 case PNG_TYPE('I', 'D', 'A', 'T'): in parse_png_file()
2792 case PNG_TYPE('I', 'E', 'N', 'D'): in parse_png_file()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ImageCodecModules/STB/
H A Dstb_image.cpp2395 #define PNG_TYPE(a,b,c,d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) macro
2696 case PNG_TYPE('C','g','B','I'): in parse_png_file()
2700 case PNG_TYPE('I','H','D','R'): { in parse_png_file()
2728 case PNG_TYPE('P','L','T','E'): { in parse_png_file()
2742 case PNG_TYPE('t','R','N','S'): { in parse_png_file()
2762 case PNG_TYPE('I','D','A','T'): { in parse_png_file()
2779 case PNG_TYPE('I','E','N','D'): { in parse_png_file()
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dstb_image.h2412 #define PNG_TYPE(a,b,c,d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) macro
2709 case PNG_TYPE('C','g','B','I'): in stbi__parse_png_file()
2713 case PNG_TYPE('I','H','D','R'): { in stbi__parse_png_file()
2741 case PNG_TYPE('P','L','T','E'): { in stbi__parse_png_file()
2755 case PNG_TYPE('t','R','N','S'): { in stbi__parse_png_file()
2775 case PNG_TYPE('I','D','A','T'): { in stbi__parse_png_file()
2792 case PNG_TYPE('I','E','N','D'): { in stbi__parse_png_file()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/stb_image/
H A Dstb_image.cpp2064 #define PNG_TYPE(a,b,c,d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) macro
2365 case PNG_TYPE('C','g','B','I'): in parse_png_file()
2369 case PNG_TYPE('I','H','D','R'): { in parse_png_file()
2397 case PNG_TYPE('P','L','T','E'): { in parse_png_file()
2411 case PNG_TYPE('t','R','N','S'): { in parse_png_file()
2431 case PNG_TYPE('I','D','A','T'): { in parse_png_file()
2448 case PNG_TYPE('I','E','N','D'): { in parse_png_file()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/nanovg/
H A Dstb_image.h2412 #define PNG_TYPE(a,b,c,d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) macro
2709 case PNG_TYPE('C','g','B','I'): in stbi__parse_png_file()
2713 case PNG_TYPE('I','H','D','R'): { in stbi__parse_png_file()
2741 case PNG_TYPE('P','L','T','E'): { in stbi__parse_png_file()
2755 case PNG_TYPE('t','R','N','S'): { in stbi__parse_png_file()
2775 case PNG_TYPE('I','D','A','T'): { in stbi__parse_png_file()
2792 case PNG_TYPE('I','E','N','D'): { in stbi__parse_png_file()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/nanovg/
H A Dstb_image.h2412 #define PNG_TYPE(a,b,c,d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) macro
2709 case PNG_TYPE('C','g','B','I'): in stbi__parse_png_file()
2713 case PNG_TYPE('I','H','D','R'): { in stbi__parse_png_file()
2741 case PNG_TYPE('P','L','T','E'): { in stbi__parse_png_file()
2755 case PNG_TYPE('t','R','N','S'): { in stbi__parse_png_file()
2775 case PNG_TYPE('I','D','A','T'): { in stbi__parse_png_file()
2792 case PNG_TYPE('I','E','N','D'): { in stbi__parse_png_file()
/dports/net-im/uTox/uTox/third-party/stb/deprecated/
H A Dstb_image.c2418 #define PNG_TYPE(a,b,c,d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) macro
2719 case PNG_TYPE('C','g','B','I'): in parse_png_file()
2723 case PNG_TYPE('I','H','D','R'): { in parse_png_file()
2751 case PNG_TYPE('P','L','T','E'): { in parse_png_file()
2765 case PNG_TYPE('t','R','N','S'): { in parse_png_file()
2785 case PNG_TYPE('I','D','A','T'): { in parse_png_file()
2802 case PNG_TYPE('I','E','N','D'): { in parse_png_file()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/deprecated/
H A Dstb_image.c2418 #define PNG_TYPE(a,b,c,d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) macro
2719 case PNG_TYPE('C','g','B','I'): in parse_png_file()
2723 case PNG_TYPE('I','H','D','R'): { in parse_png_file()
2751 case PNG_TYPE('P','L','T','E'): { in parse_png_file()
2765 case PNG_TYPE('t','R','N','S'): { in parse_png_file()
2785 case PNG_TYPE('I','D','A','T'): { in parse_png_file()
2802 case PNG_TYPE('I','E','N','D'): { in parse_png_file()

12