Home
last modified time | relevance | path

Searched refs:tga_image_type (Results 1 – 25 of 120) sorted by relevance

12345

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/formats/tga/
H A Drtga.c204 int tga_image_type = rtga__get8(s); in rtga__tga_load() local
225 if (tga_image_type >= 8) in rtga__tga_load()
227 tga_image_type -= 8; in rtga__tga_load()
237 (tga_image_type < 1) || (tga_image_type > 3) || in rtga__tga_load()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/tga/
H A Drtga.c189 int tga_image_type = rtga_get8(s); in rtga_tga_load() local
210 if (tga_image_type >= 8) in rtga_tga_load()
212 tga_image_type -= 8; in rtga_tga_load()
222 (tga_image_type < 1) || (tga_image_type > 3) || in rtga_tga_load()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/formats/tga/
H A Drtga.c189 int tga_image_type = rtga_get8(s); in rtga_tga_load() local
210 if (tga_image_type >= 8) in rtga_tga_load()
212 tga_image_type -= 8; in rtga_tga_load()
222 (tga_image_type < 1) || (tga_image_type > 3) || in rtga_tga_load()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/formats/tga/
H A Drtga.c204 int tga_image_type = rtga__get8(s); in rtga__tga_load() local
225 if (tga_image_type >= 8) in rtga__tga_load()
227 tga_image_type -= 8; in rtga__tga_load()
237 (tga_image_type < 1) || (tga_image_type > 3) || in rtga__tga_load()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/formats/tga/
H A Drtga.c189 int tga_image_type = rtga_get8(s); in rtga_tga_load() local
210 if (tga_image_type >= 8) in rtga_tga_load()
212 tga_image_type -= 8; in rtga_tga_load()
222 (tga_image_type < 1) || (tga_image_type > 3) || in rtga_tga_load()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/formats/tga/
H A Drtga.c204 int tga_image_type = rtga__get8(s); in rtga__tga_load() local
225 if (tga_image_type >= 8) in rtga__tga_load()
227 tga_image_type -= 8; in rtga__tga_load()
237 (tga_image_type < 1) || (tga_image_type > 3) || in rtga__tga_load()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/formats/tga/
H A Drtga.c204 int tga_image_type = rtga__get8(s); in rtga__tga_load() local
225 if ( tga_image_type >= 8 ) in rtga__tga_load()
227 tga_image_type -= 8; in rtga__tga_load()
237 (tga_image_type < 1) || (tga_image_type > 3) || in rtga__tga_load()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/formats/tga/
H A Drtga.c189 int tga_image_type = rtga_get8(s); in rtga_tga_load() local
210 if (tga_image_type >= 8) in rtga_tga_load()
212 tga_image_type -= 8; in rtga_tga_load()
222 (tga_image_type < 1) || (tga_image_type > 3) || in rtga_tga_load()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/formats/tga/
H A Drtga.c189 int tga_image_type = rtga_get8(s); in rtga_tga_load() local
210 if (tga_image_type >= 8) in rtga_tga_load()
212 tga_image_type -= 8; in rtga_tga_load()
222 (tga_image_type < 1) || (tga_image_type > 3) || in rtga_tga_load()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/formats/tga/
H A Drtga.c238 int tga_image_type = rtga__get8(s); in rtga__tga_load() local
265 if ( tga_image_type >= 8 ) in rtga__tga_load()
267 tga_image_type -= 8; in rtga__tga_load()
277 (tga_image_type < 1) || (tga_image_type > 3) || in rtga__tga_load()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/raspicam/
H A Dtga.h45 } tga_image_type; typedef
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/targa.imageio/
H A Dtarga_pvt.h15 enum tga_image_type { enum
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/targa.imageio/
H A Dtarga_pvt.h15 enum tga_image_type { enum
/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.h4868 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
4876 tga_image_type = stbi__get8(s); // image type in stbi__tga_info()
4878 if (tga_image_type != 1 && tga_image_type != 9) { in stbi__tga_info()
4891 …if ( (tga_image_type != 2) && (tga_image_type != 3) && (tga_image_type != 10) && (tga_image_type !… in stbi__tga_info()
4919 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
4987 int tga_image_type = stbi__get8(s); in stbi__tga_load() local
5010 if ( tga_image_type >= 8 ) in stbi__tga_load()
5012 tga_image_type -= 8; in stbi__tga_load()
5019 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/examples/viewer/
H A Dstb_image.h4985 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
4993 tga_image_type = stbi__get8(s); // image type in stbi__tga_info()
4995 if (tga_image_type != 1 && tga_image_type != 9) { in stbi__tga_info()
5008 …if ( (tga_image_type != 2) && (tga_image_type != 3) && (tga_image_type != 10) && (tga_image_type !… in stbi__tga_info()
5036 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
5104 int tga_image_type = stbi__get8(s); in stbi__tga_load() local
5127 if ( tga_image_type >= 8 ) in stbi__tga_load()
5129 tga_image_type -= 8; in stbi__tga_load()
5136 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
/dports/devel/love10/love-0.10.2/src/libraries/stb/
H A Dstb_image.h4995 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
5003 tga_image_type = stbi__get8(s); // image type in stbi__tga_info()
5005 if (tga_image_type != 1 && tga_image_type != 9) { in stbi__tga_info()
5018 …if ( (tga_image_type != 2) && (tga_image_type != 3) && (tga_image_type != 10) && (tga_image_type !… in stbi__tga_info()
5046 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
5114 int tga_image_type = stbi__get8(s); in stbi__tga_load() local
5137 if ( tga_image_type >= 8 ) in stbi__tga_load()
5139 tga_image_type -= 8; in stbi__tga_load()
5146 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/ext/nanovg/src/
H A Dstb_image.h4868 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
4876 tga_image_type = stbi__get8(s); // image type in stbi__tga_info()
4878 if (tga_image_type != 1 && tga_image_type != 9) { in stbi__tga_info()
4891 …if ( (tga_image_type != 2) && (tga_image_type != 3) && (tga_image_type != 10) && (tga_image_type !… in stbi__tga_info()
4919 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
4987 int tga_image_type = stbi__get8(s); in stbi__tga_load() local
5010 if ( tga_image_type >= 8 ) in stbi__tga_load()
5012 tga_image_type -= 8; in stbi__tga_load()
5019 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/nanovg/src/
H A Dstb_image.h4868 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
4876 tga_image_type = stbi__get8(s); // image type in stbi__tga_info()
4878 if (tga_image_type != 1 && tga_image_type != 9) { in stbi__tga_info()
4891 …if ( (tga_image_type != 2) && (tga_image_type != 3) && (tga_image_type != 10) && (tga_image_type !… in stbi__tga_info()
4919 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
4987 int tga_image_type = stbi__get8(s); in stbi__tga_load() local
5010 if ( tga_image_type >= 8 ) in stbi__tga_load()
5012 tga_image_type -= 8; in stbi__tga_load()
5019 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/nanovg/
H A Dstb_image.h4878 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
4886 tga_image_type = stbi__get8(s); // image type in stbi__tga_info()
4888 if (tga_image_type != 1 && tga_image_type != 9) { in stbi__tga_info()
4901 …if ( (tga_image_type != 2) && (tga_image_type != 3) && (tga_image_type != 10) && (tga_image_type !… in stbi__tga_info()
4929 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
4997 int tga_image_type = stbi__get8(s); in stbi__tga_load() local
5020 if ( tga_image_type >= 8 ) in stbi__tga_load()
5022 tga_image_type -= 8; in stbi__tga_load()
5029 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
/dports/graphics/milton/milton-1.9.1/third_party/
H A Dstb_image.h4865 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
4873 tga_image_type = stbi__get8(s); // image type in stbi__tga_info()
4875 if (tga_image_type != 1 && tga_image_type != 9) { in stbi__tga_info()
4888 …if ( (tga_image_type != 2) && (tga_image_type != 3) && (tga_image_type != 10) && (tga_image_type !… in stbi__tga_info()
4916 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
4984 int tga_image_type = stbi__get8(s); in stbi__tga_load() local
5007 if ( tga_image_type >= 8 ) in stbi__tga_load()
5009 tga_image_type -= 8; in stbi__tga_load()
5016 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/nanovg/
H A Dstb_image.h4872 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
4880 tga_image_type = stbi__get8(s); // image type in stbi__tga_info()
4882 if (tga_image_type != 1 && tga_image_type != 9) { in stbi__tga_info()
4895 …if ( (tga_image_type != 2) && (tga_image_type != 3) && (tga_image_type != 10) && (tga_image_type !… in stbi__tga_info()
4923 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
4991 int tga_image_type = stbi__get8(s); in stbi__tga_load() local
5014 if ( tga_image_type >= 8 ) in stbi__tga_load()
5016 tga_image_type -= 8; in stbi__tga_load()
5023 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/ext/nanovg/src/
H A Dstb_image.h4869 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
4877 tga_image_type = stbi__get8(s); // image type in stbi__tga_info()
4879 if (tga_image_type != 1 && tga_image_type != 9) { in stbi__tga_info()
4892 …if ( (tga_image_type != 2) && (tga_image_type != 3) && (tga_image_type != 10) && (tga_image_type !… in stbi__tga_info()
4920 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
4988 int tga_image_type = stbi__get8(s); in stbi__tga_load() local
5011 if ( tga_image_type >= 8 ) in stbi__tga_load()
5013 tga_image_type -= 8; in stbi__tga_load()
5020 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_image.h4985 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
4993 tga_image_type = stbi__get8(s); // image type in stbi__tga_info()
4995 if (tga_image_type != 1 && tga_image_type != 9) { in stbi__tga_info()
5008 …if ( (tga_image_type != 2) && (tga_image_type != 3) && (tga_image_type != 10) && (tga_image_type !… in stbi__tga_info()
5036 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
5104 int tga_image_type = stbi__get8(s); in stbi__tga_load() local
5127 if ( tga_image_type >= 8 ) in stbi__tga_load()
5129 tga_image_type -= 8; in stbi__tga_load()
5136 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/stb/
H A Dstb_image.h4868 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
4876 tga_image_type = stbi__get8(s); // image type in stbi__tga_info()
4878 if (tga_image_type != 1 && tga_image_type != 9) { in stbi__tga_info()
4891 …if ( (tga_image_type != 2) && (tga_image_type != 3) && (tga_image_type != 10) && (tga_image_type !… in stbi__tga_info()
4919 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
4987 int tga_image_type = stbi__get8(s); in stbi__tga_load() local
5010 if ( tga_image_type >= 8 ) in stbi__tga_load()
5012 tga_image_type -= 8; in stbi__tga_load()
5019 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()
/dports/graphics/ebsynth/ebsynth-2f5c97c0c21a/src/
H A Dstb_image.h4985 int tga_w, tga_h, tga_comp, tga_image_type, tga_bits_per_pixel, tga_colormap_bpp; in stbi__tga_info() local
4993 tga_image_type = stbi__get8(s); // image type in stbi__tga_info()
4995 if (tga_image_type != 1 && tga_image_type != 9) { in stbi__tga_info()
5008 …if ( (tga_image_type != 2) && (tga_image_type != 3) && (tga_image_type != 10) && (tga_image_type !… in stbi__tga_info()
5036 …tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3) || (tga_image_type == 11),… in stbi__tga_info()
5104 int tga_image_type = stbi__get8(s); in stbi__tga_load() local
5127 if ( tga_image_type >= 8 ) in stbi__tga_load()
5129 tga_image_type -= 8; in stbi__tga_load()
5136 else tga_comp = stbi__tga_get_comp(tga_bits_per_pixel, (tga_image_type == 3), &tga_rgb16); in stbi__tga_load()

12345