Home
last modified time | relevance | path

Searched refs:tga_inverted (Results 1 – 25 of 115) sorted by relevance

12345

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/formats/tga/
H A Drtga.c215 int tga_inverted = rtga__get8(s); in rtga__tga_load() local
232 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in rtga__tga_load()
267 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga__tga_load()
357 if (tga_inverted) in rtga__tga_load()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/tga/
H A Drtga.c200 int tga_inverted = rtga_get8(s); in rtga_tga_load() local
217 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in rtga_tga_load()
252 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga_tga_load()
358 if (tga_inverted) in rtga_tga_load()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/formats/tga/
H A Drtga.c200 int tga_inverted = rtga_get8(s); in rtga_tga_load() local
217 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in rtga_tga_load()
252 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga_tga_load()
358 if (tga_inverted) in rtga_tga_load()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/formats/tga/
H A Drtga.c215 int tga_inverted = rtga__get8(s); in rtga__tga_load() local
232 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in rtga__tga_load()
267 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga__tga_load()
357 if (tga_inverted) in rtga__tga_load()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/formats/tga/
H A Drtga.c200 int tga_inverted = rtga_get8(s); in rtga_tga_load() local
217 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in rtga_tga_load()
252 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga_tga_load()
356 if (tga_inverted) in rtga_tga_load()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/formats/tga/
H A Drtga.c215 int tga_inverted = rtga__get8(s); in rtga__tga_load() local
232 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in rtga__tga_load()
267 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga__tga_load()
357 if (tga_inverted) in rtga__tga_load()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/formats/tga/
H A Drtga.c215 int tga_inverted = rtga__get8(s); in rtga__tga_load() local
232 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in rtga__tga_load()
266 int y = tga_inverted ? tga_height -i - 1 : i; in rtga__tga_load()
356 if ( tga_inverted ) in rtga__tga_load()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/formats/tga/
H A Drtga.c200 int tga_inverted = rtga_get8(s); in rtga_tga_load() local
217 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in rtga_tga_load()
252 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga_tga_load()
356 if (tga_inverted) in rtga_tga_load()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/formats/tga/
H A Drtga.c200 int tga_inverted = rtga_get8(s); in rtga_tga_load() local
217 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in rtga_tga_load()
252 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga_tga_load()
356 if (tga_inverted) in rtga_tga_load()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/formats/tga/
H A Drtga.c249 int tga_inverted = rtga__get8(s); in rtga__tga_load() local
272 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in rtga__tga_load()
303 int y = tga_inverted ? tga_height -i - 1 : i; in rtga__tga_load()
384 if ( tga_inverted ) in rtga__tga_load()
/dports/devel/stb/stb-f54acd4/deprecated/
H A Dstb_image.c3264 int tga_inverted = get8u(s); in tga_load() local
3281 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in tga_load()
3313 int y = tga_inverted ? tga_height -i - 1 : i; in tga_load()
3394 if ( tga_inverted ) in tga_load()
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dstb_image.h3247 int tga_inverted = stbi__get8(s); in stbi__tga_load() local
3264 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3377 if ( tga_inverted ) in stbi__tga_load()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/nanovg/
H A Dstb_image.h3247 int tga_inverted = stbi__get8(s); in stbi__tga_load() local
3264 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3377 if ( tga_inverted ) in stbi__tga_load()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/nanovg/
H A Dstb_image.h3247 int tga_inverted = stbi__get8(s); in stbi__tga_load() local
3264 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3377 if ( tga_inverted ) in stbi__tga_load()
/dports/net-im/uTox/uTox/third-party/stb/deprecated/
H A Dstb_image.c3264 int tga_inverted = get8u(s); in tga_load() local
3281 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in tga_load()
3313 int y = tga_inverted ? tga_height -i - 1 : i; in tga_load()
3394 if ( tga_inverted ) in tga_load()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/deprecated/
H A Dstb_image.c3264 int tga_inverted = get8u(s); in tga_load() local
3281 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in tga_load()
3313 int y = tga_inverted ? tga_height -i - 1 : i; in tga_load()
3394 if ( tga_inverted ) in tga_load()
/dports/security/ridl/ridl-11b3240/stb/deprecated/
H A Dstb_image.c3264 int tga_inverted = get8u(s); in tga_load() local
3281 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in tga_load()
3313 int y = tga_inverted ? tga_height -i - 1 : i; in tga_load()
3394 if ( tga_inverted ) in tga_load()
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/dgl/src/nanovg/
H A Dstb_image.h3247 int tga_inverted = stbi__get8(s); in stbi__tga_load() local
3264 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3377 if ( tga_inverted ) in stbi__tga_load()
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/dgl/src/nanovg/
H A Dstb_image.h3247 int tga_inverted = stbi__get8(s); in stbi__tga_load() local
3264 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3377 if ( tga_inverted ) in stbi__tga_load()
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/dgl/src/nanovg/
H A Dstb_image.h3247 int tga_inverted = stbi__get8(s);
3264 tga_inverted = 1 - ((tga_inverted >> 5) & 1);
3296 int y = tga_inverted ? tga_height -i - 1 : i;
3377 if ( tga_inverted )
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/dgl/src/nanovg/
H A Dstb_image.h3247 int tga_inverted = stbi__get8(s); in stbi__tga_load() local
3264 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3377 if ( tga_inverted ) in stbi__tga_load()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/dgl/src/nanovg/
H A Dstb_image.h3247 int tga_inverted = stbi__get8(s); in stbi__tga_load() local
3264 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3377 if ( tga_inverted ) in stbi__tga_load()
/dports/audio/ssr-lv2/ssr-e1999da/dpf/dgl/src/nanovg/
H A Dstb_image.h3247 int tga_inverted = stbi__get8(s); in stbi__tga_load() local
3264 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3377 if ( tga_inverted ) in stbi__tga_load()
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/dgl/src/nanovg/
H A Dstb_image.h3247 int tga_inverted = stbi__get8(s);
3264 tga_inverted = 1 - ((tga_inverted >> 5) & 1);
3296 int y = tga_inverted ? tga_height -i - 1 : i;
3377 if ( tga_inverted )
/dports/graphics/sdump/sdump-c5fb55b/
H A Dstb_image.h3243 int tga_inverted = stbi__get8u(s); in stbi__tga_load() local
3260 tga_inverted = 1 - ((tga_inverted >> 5) & 1); in stbi__tga_load()
3292 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3373 if ( tga_inverted ) in stbi__tga_load()

12345