Home
last modified time | relevance | path

Searched refs:invalid_chunk (Results 76 – 100 of 151) sorted by relevance

1234567

/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/stb/
H A Dstb_image.h4462 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4463 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4464 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4465 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4466 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4468 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/examples/viewer/
H A Dstb_image.h4574 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4575 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4576 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4577 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4578 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4580 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/devel/love10/love-0.10.2/src/libraries/stb/
H A Dstb_image.h4584 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4585 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4586 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4587 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4588 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4590 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/ext/nanovg/src/
H A Dstb_image.h4462 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4463 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4464 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4465 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4466 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4468 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/nanovg/src/
H A Dstb_image.h4462 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4463 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4464 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4465 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4466 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4468 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/nanovg/
H A Dstb_image.h4472 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4473 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4474 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4475 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4476 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4478 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/milton/milton-1.9.1/third_party/
H A Dstb_image.h4459 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4460 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4461 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4462 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4463 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4465 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/nanovg/
H A Dstb_image.h4466 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4467 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4468 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4469 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4470 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4472 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/ext/nanovg/src/
H A Dstb_image.h4462 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4463 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4464 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4465 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4466 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4468 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_image.h4574 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4575 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4576 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4577 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4578 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4580 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/stb/
H A Dstb_image.h4462 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4463 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4464 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4465 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4466 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4468 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/ebsynth/ebsynth-2f5c97c0c21a/src/
H A Dstb_image.h4574 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4575 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4576 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4577 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4578 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4580 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/multimedia/kodi-addon-screensaver.matrixtrails/screensaver.matrixtrails-2.6.0-Matrix/lib/SOIL2/
H A Dstb_image.h4515 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4516 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4517 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4518 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4519 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4521 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/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/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/player/
H A Dstb_image.h4886 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4887 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4888 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4889 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4890 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4892 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/paths/nanovg/
H A Dstb_image.h4842 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4843 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4844 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4845 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4846 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4848 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/stb/
H A Dstb_image.h4953 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4954 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4955 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4956 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4957 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4959 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/lang/v/v-0.1.29/thirdparty/stb_image/
H A Dstb_image.h4956 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4957 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4958 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4959 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4960 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4962 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/net-im/uTox/uTox/third-party/stb/
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/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/stb/
H A Dstb_image.h4894 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4895 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4896 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4897 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4898 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4900 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/devel/love/love-11.3/src/libraries/stb/
H A Dstb_image.h4953 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4954 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4955 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4956 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4957 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4959 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dstb_image.h4896 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4897 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4898 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4899 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4900 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4902 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/misc/mnn/MNN-1.2.0/3rd_party/imageHelper/
H A Dstb_image.h4953 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4954 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4955 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4956 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4957 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4959 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_image.h4953 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4954 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4955 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4956 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4957 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4959 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/minimp3/minimp3-ca7c706/player/
H A Dstb_image.h4886 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4887 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4888 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4889 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4890 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4892 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()

1234567