Home
last modified time | relevance | path

Searched refs:invalid_chunk (Results 101 – 125 of 151) sorted by relevance

1234567

/dports/math/curv/curv-0.5/extern/stb/stb/
H A Dstb_image.h4824 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4825 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4826 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4827 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4828 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4830 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/stb_image/
H A Dstb_image.h4887 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4888 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4889 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4890 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4891 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4893 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/emulators/anese/ANESE-0.9.1/thirdparty/headeronly/
H A Dstb_image.h4887 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4888 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4889 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4890 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4891 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4893 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/stb/
H A Dstb_image.h4845 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4846 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4847 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4848 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4849 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4851 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/stb/
H A Dstb_image.h4845 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4846 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4847 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4848 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4849 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4851 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/samples/
H A Dstb_image.h4833 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4834 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4835 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4836 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4837 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4839 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/nanort/nanort-b1feea8/examples/common/
H A Dstb_image.h4887 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4888 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4889 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4890 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4891 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4893 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/STBICodec/src/stbi/
H A Dstb_image.h4887 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4888 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4889 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4890 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4891 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4893 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/3rdparty/stb/include/
H A Dstb_image.h4836 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4837 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4838 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4839 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4840 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4842 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/src/
H A Dstb_image.h4836 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4837 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4838 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4839 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4840 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4842 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/stb/
H A Dstb_image.h4887 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4888 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4889 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4890 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4891 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4893 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/vector/stb/
H A Dstb_image.h4930 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4931 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4932 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4933 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4934 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4936 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/devel/sfml/SFML-2.5.1/extlibs/headers/stb_image/
H A Dstb_image.h4836 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4837 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4838 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4839 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4840 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4842 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/devel/stb/stb-f54acd4/
H A Dstb_image.h5037 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5038 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5039 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5040 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5041 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5043 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/external/
H A Dstb_image.h5183 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5184 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5185 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5186 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5187 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5189 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h5183 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5184 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5185 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5186 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5187 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5189 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/misc/usd/USD-21.11/pxr/imaging/hio/stb/
H A Dstb_image.h5191 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5192 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5193 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5194 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5195 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5197 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/misc/visp/visp-3.4.0/3rdparty/stb_image/
H A Dstb_image.h4954 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4955 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4956 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4957 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4958 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4960 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/deskutils/sowon/sowon-0d43de4af5a430052aee2c2691fafe21ad80a83d/
H A Dstb_image.h5037 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5038 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5039 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5040 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5041 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5043 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/external/
H A Dstb_image.h5183 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5184 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5185 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5186 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5187 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5189 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h5183 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5184 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5185 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5186 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5187 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5189 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_image.h4954 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4955 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4956 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4957 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4958 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4960 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dstb_image.h5100 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5101 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5102 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5103 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5104 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5106 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/
H A Dstb_image.h5100 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5101 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5102 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5103 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5104 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5106 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dstb_image.h5100 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5101 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5102 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5103 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5104 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5106 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()

1234567