Home
last modified time | relevance | path

Searched refs:tga_height (Results 1 – 25 of 116) sorted by relevance

12345

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/formats/tga/
H A Drtga.c212 int tga_height = rtga__get16le(s); in rtga__tga_load() local
236 (tga_width < 1) || (tga_height < 1) || in rtga__tga_load()
251 *y = tga_height; in rtga__tga_load()
255 tga_data = (unsigned char*)malloc((size_t)tga_width * tga_height * tga_comp); in rtga__tga_load()
265 for (i=0; i < tga_height; ++i) in rtga__tga_load()
267 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga__tga_load()
304 for (i=0; i < tga_width * tga_height; ++i) in rtga__tga_load()
359 for (j = 0; j*2 < tga_height; ++j) in rtga__tga_load()
362 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in rtga__tga_load()
386 for (i = 0; i < tga_width * tga_height; ++i) in rtga__tga_load()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/tga/
H A Drtga.c197 int tga_height = rtga_get16le(s); in rtga_tga_load() local
221 (tga_width < 1) || (tga_height < 1) || in rtga_tga_load()
236 *y = tga_height; in rtga_tga_load()
240 tga_data = (unsigned char*)malloc((size_t)tga_width * tga_height * tga_comp); in rtga_tga_load()
250 for (i=0; i < tga_height; ++i) in rtga_tga_load()
252 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga_tga_load()
305 for (i=0; i < tga_width * tga_height; ++i) in rtga_tga_load()
362 for (j = 0; j*2 < tga_height; ++j) in rtga_tga_load()
365 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in rtga_tga_load()
390 for (i = 0; i < tga_width * tga_height; ++i) in rtga_tga_load()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/formats/tga/
H A Drtga.c197 int tga_height = rtga_get16le(s); in rtga_tga_load() local
221 (tga_width < 1) || (tga_height < 1) || in rtga_tga_load()
236 *y = tga_height; in rtga_tga_load()
240 tga_data = (unsigned char*)malloc((size_t)tga_width * tga_height * tga_comp); in rtga_tga_load()
250 for (i=0; i < tga_height; ++i) in rtga_tga_load()
252 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga_tga_load()
305 for (i=0; i < tga_width * tga_height; ++i) in rtga_tga_load()
362 for (j = 0; j*2 < tga_height; ++j) in rtga_tga_load()
365 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in rtga_tga_load()
390 for (i = 0; i < tga_width * tga_height; ++i) in rtga_tga_load()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/formats/tga/
H A Drtga.c212 int tga_height = rtga__get16le(s); in rtga__tga_load() local
236 (tga_width < 1) || (tga_height < 1) || in rtga__tga_load()
251 *y = tga_height; in rtga__tga_load()
255 tga_data = (unsigned char*)malloc((size_t)tga_width * tga_height * tga_comp); in rtga__tga_load()
265 for (i=0; i < tga_height; ++i) in rtga__tga_load()
267 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga__tga_load()
304 for (i=0; i < tga_width * tga_height; ++i) in rtga__tga_load()
359 for (j = 0; j*2 < tga_height; ++j) in rtga__tga_load()
362 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in rtga__tga_load()
386 for (i = 0; i < tga_width * tga_height; ++i) in rtga__tga_load()
[all …]
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/formats/tga/
H A Drtga.c197 int tga_height = rtga_get16le(s); in rtga_tga_load() local
221 (tga_width < 1) || (tga_height < 1) || in rtga_tga_load()
236 *y = tga_height; in rtga_tga_load()
240 tga_data = (unsigned char*)malloc((size_t)tga_width * tga_height * tga_comp); in rtga_tga_load()
250 for (i=0; i < tga_height; ++i) in rtga_tga_load()
252 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga_tga_load()
303 for (i=0; i < tga_width * tga_height; ++i) in rtga_tga_load()
360 for (j = 0; j*2 < tga_height; ++j) in rtga_tga_load()
363 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in rtga_tga_load()
388 for (i = 0; i < tga_width * tga_height; ++i) in rtga_tga_load()
[all …]
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/formats/tga/
H A Drtga.c212 int tga_height = rtga__get16le(s); in rtga__tga_load() local
236 (tga_width < 1) || (tga_height < 1) || in rtga__tga_load()
251 *y = tga_height; in rtga__tga_load()
255 tga_data = (unsigned char*)malloc((size_t)tga_width * tga_height * tga_comp); in rtga__tga_load()
265 for (i=0; i < tga_height; ++i) in rtga__tga_load()
267 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga__tga_load()
304 for (i=0; i < tga_width * tga_height; ++i) in rtga__tga_load()
359 for (j = 0; j*2 < tga_height; ++j) in rtga__tga_load()
362 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in rtga__tga_load()
386 for (i = 0; i < tga_width * tga_height; ++i) in rtga__tga_load()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/formats/tga/
H A Drtga.c212 int tga_height = rtga__get16le(s); in rtga__tga_load() local
236 (tga_width < 1) || (tga_height < 1) || in rtga__tga_load()
251 *y = tga_height; in rtga__tga_load()
254 tga_data = (unsigned char*)malloc( (size_t)tga_width * tga_height * tga_comp ); in rtga__tga_load()
264 for (i=0; i < tga_height; ++i) in rtga__tga_load()
266 int y = tga_inverted ? tga_height -i - 1 : i; in rtga__tga_load()
303 for (i=0; i < tga_width * tga_height; ++i) in rtga__tga_load()
358 for (j = 0; j*2 < tga_height; ++j) in rtga__tga_load()
361 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in rtga__tga_load()
385 for (i = 0; i < tga_width * tga_height; ++i) in rtga__tga_load()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/formats/tga/
H A Drtga.c197 int tga_height = rtga_get16le(s); in rtga_tga_load() local
221 (tga_width < 1) || (tga_height < 1) || in rtga_tga_load()
236 *y = tga_height; in rtga_tga_load()
240 tga_data = (unsigned char*)malloc((size_t)tga_width * tga_height * tga_comp); in rtga_tga_load()
250 for (i=0; i < tga_height; ++i) in rtga_tga_load()
252 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga_tga_load()
303 for (i=0; i < tga_width * tga_height; ++i) in rtga_tga_load()
360 for (j = 0; j*2 < tga_height; ++j) in rtga_tga_load()
363 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in rtga_tga_load()
388 for (i = 0; i < tga_width * tga_height; ++i) in rtga_tga_load()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/formats/tga/
H A Drtga.c197 int tga_height = rtga_get16le(s); in rtga_tga_load() local
221 (tga_width < 1) || (tga_height < 1) || in rtga_tga_load()
236 *y = tga_height; in rtga_tga_load()
240 tga_data = (unsigned char*)malloc((size_t)tga_width * tga_height * tga_comp); in rtga_tga_load()
250 for (i=0; i < tga_height; ++i) in rtga_tga_load()
252 int _y = tga_inverted ? (tga_height -i - 1) : i; in rtga_tga_load()
303 for (i=0; i < tga_width * tga_height; ++i) in rtga_tga_load()
360 for (j = 0; j*2 < tga_height; ++j) in rtga_tga_load()
363 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in rtga_tga_load()
388 for (i = 0; i < tga_width * tga_height; ++i) in rtga_tga_load()
[all …]
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/formats/tga/
H A Drtga.c246 int tga_height = rtga__get16le(s); in rtga__tga_load() local
276 (tga_width < 1) || (tga_height < 1) || in rtga__tga_load()
289 *y = tga_height; in rtga__tga_load()
292 tga_data = (unsigned char*)malloc( (size_t)tga_width * tga_height * tga_comp ); in rtga__tga_load()
301 for (i=0; i < tga_height; ++i) in rtga__tga_load()
303 int y = tga_inverted ? tga_height -i - 1 : i; in rtga__tga_load()
331 for (i=0; i < tga_width * tga_height; ++i) in rtga__tga_load()
386 for (j = 0; j*2 < tga_height; ++j) in rtga__tga_load()
389 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in rtga__tga_load()
411 for (i=0; i < tga_width * tga_height; ++i) in rtga__tga_load()
[all …]
/dports/devel/stb/stb-f54acd4/deprecated/
H A Dstb_image.c3261 int tga_height = get16le(s); in tga_load() local
3285 (tga_width < 1) || (tga_height < 1) || in tga_load()
3302 *y = tga_height; in tga_load()
3305 tga_data = (unsigned char*)malloc( tga_width * tga_height * req_comp ); in tga_load()
3312 for (i=0; i < tga_height; ++i) { in tga_load()
3313 int y = tga_inverted ? tga_height -i - 1 : i; in tga_load()
3336 for (i=0; i < tga_width * tga_height; ++i) in tga_load()
3396 for (j = 0; j*2 < tga_height; ++j) in tga_load()
3399 int index2 = (tga_height - 1 - j) * tga_width * req_comp; in tga_load()
3421 for (i=0; i < tga_width * tga_height; ++i) in tga_load()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dstb_image.h3244 int tga_height = stbi__get16le(s); in stbi__tga_load() local
3268 (tga_width < 1) || (tga_height < 1) || in stbi__tga_load()
3285 *y = tga_height; in stbi__tga_load()
3288 tga_data = (unsigned char*)malloc( tga_width * tga_height * tga_comp ); in stbi__tga_load()
3295 for (i=0; i < tga_height; ++i) { in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3319 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
3379 for (j = 0; j*2 < tga_height; ++j) in stbi__tga_load()
3382 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in stbi__tga_load()
3404 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
[all …]
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/nanovg/
H A Dstb_image.h3244 int tga_height = stbi__get16le(s); in stbi__tga_load() local
3268 (tga_width < 1) || (tga_height < 1) || in stbi__tga_load()
3285 *y = tga_height; in stbi__tga_load()
3288 tga_data = (unsigned char*)malloc( tga_width * tga_height * tga_comp ); in stbi__tga_load()
3295 for (i=0; i < tga_height; ++i) { in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3319 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
3379 for (j = 0; j*2 < tga_height; ++j) in stbi__tga_load()
3382 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in stbi__tga_load()
3404 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
[all …]
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/nanovg/
H A Dstb_image.h3244 int tga_height = stbi__get16le(s); in stbi__tga_load() local
3268 (tga_width < 1) || (tga_height < 1) || in stbi__tga_load()
3285 *y = tga_height; in stbi__tga_load()
3288 tga_data = (unsigned char*)malloc( tga_width * tga_height * tga_comp ); in stbi__tga_load()
3295 for (i=0; i < tga_height; ++i) { in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3319 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
3379 for (j = 0; j*2 < tga_height; ++j) in stbi__tga_load()
3382 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in stbi__tga_load()
3404 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
[all …]
/dports/net-im/uTox/uTox/third-party/stb/deprecated/
H A Dstb_image.c3261 int tga_height = get16le(s); in tga_load() local
3285 (tga_width < 1) || (tga_height < 1) || in tga_load()
3302 *y = tga_height; in tga_load()
3305 tga_data = (unsigned char*)malloc( tga_width * tga_height * req_comp ); in tga_load()
3312 for (i=0; i < tga_height; ++i) { in tga_load()
3313 int y = tga_inverted ? tga_height -i - 1 : i; in tga_load()
3336 for (i=0; i < tga_width * tga_height; ++i) in tga_load()
3396 for (j = 0; j*2 < tga_height; ++j) in tga_load()
3399 int index2 = (tga_height - 1 - j) * tga_width * req_comp; in tga_load()
3421 for (i=0; i < tga_width * tga_height; ++i) in tga_load()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/deprecated/
H A Dstb_image.c3261 int tga_height = get16le(s); in tga_load() local
3285 (tga_width < 1) || (tga_height < 1) || in tga_load()
3302 *y = tga_height; in tga_load()
3305 tga_data = (unsigned char*)malloc( tga_width * tga_height * req_comp ); in tga_load()
3312 for (i=0; i < tga_height; ++i) { in tga_load()
3313 int y = tga_inverted ? tga_height -i - 1 : i; in tga_load()
3336 for (i=0; i < tga_width * tga_height; ++i) in tga_load()
3396 for (j = 0; j*2 < tga_height; ++j) in tga_load()
3399 int index2 = (tga_height - 1 - j) * tga_width * req_comp; in tga_load()
3421 for (i=0; i < tga_width * tga_height; ++i) in tga_load()
[all …]
/dports/security/ridl/ridl-11b3240/stb/deprecated/
H A Dstb_image.c3261 int tga_height = get16le(s); in tga_load() local
3285 (tga_width < 1) || (tga_height < 1) || in tga_load()
3302 *y = tga_height; in tga_load()
3305 tga_data = (unsigned char*)malloc( tga_width * tga_height * req_comp ); in tga_load()
3312 for (i=0; i < tga_height; ++i) { in tga_load()
3313 int y = tga_inverted ? tga_height -i - 1 : i; in tga_load()
3336 for (i=0; i < tga_width * tga_height; ++i) in tga_load()
3396 for (j = 0; j*2 < tga_height; ++j) in tga_load()
3399 int index2 = (tga_height - 1 - j) * tga_width * req_comp; in tga_load()
3421 for (i=0; i < tga_width * tga_height; ++i) in tga_load()
[all …]
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/dgl/src/nanovg/
H A Dstb_image.h3244 int tga_height = stbi__get16le(s); in stbi__tga_load() local
3268 (tga_width < 1) || (tga_height < 1) || in stbi__tga_load()
3285 *y = tga_height; in stbi__tga_load()
3288 tga_data = (unsigned char*)malloc( tga_width * tga_height * tga_comp ); in stbi__tga_load()
3295 for (i=0; i < tga_height; ++i) { in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3319 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
3379 for (j = 0; j*2 < tga_height; ++j) in stbi__tga_load()
3382 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in stbi__tga_load()
3404 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
[all …]
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/dgl/src/nanovg/
H A Dstb_image.h3244 int tga_height = stbi__get16le(s); in stbi__tga_load() local
3268 (tga_width < 1) || (tga_height < 1) || in stbi__tga_load()
3285 *y = tga_height; in stbi__tga_load()
3288 tga_data = (unsigned char*)malloc( tga_width * tga_height * tga_comp ); in stbi__tga_load()
3295 for (i=0; i < tga_height; ++i) { in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3319 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
3379 for (j = 0; j*2 < tga_height; ++j) in stbi__tga_load()
3382 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in stbi__tga_load()
3404 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
[all …]
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/dgl/src/nanovg/
H A Dstb_image.h3244 int tga_height = stbi__get16le(s);
3268 (tga_width < 1) || (tga_height < 1) ||
3285 *y = tga_height;
3288 tga_data = (unsigned char*)malloc( tga_width * tga_height * tga_comp );
3295 for (i=0; i < tga_height; ++i) {
3296 int y = tga_inverted ? tga_height -i - 1 : i;
3319 for (i=0; i < tga_width * tga_height; ++i)
3379 for (j = 0; j*2 < tga_height; ++j)
3382 int index2 = (tga_height - 1 - j) * tga_width * tga_comp;
3404 for (i=0; i < tga_width * tga_height; ++i)
[all …]
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/dgl/src/nanovg/
H A Dstb_image.h3244 int tga_height = stbi__get16le(s); in stbi__tga_load() local
3268 (tga_width < 1) || (tga_height < 1) || in stbi__tga_load()
3285 *y = tga_height; in stbi__tga_load()
3288 tga_data = (unsigned char*)malloc( tga_width * tga_height * tga_comp ); in stbi__tga_load()
3295 for (i=0; i < tga_height; ++i) { in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3319 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
3379 for (j = 0; j*2 < tga_height; ++j) in stbi__tga_load()
3382 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in stbi__tga_load()
3404 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
[all …]
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/dgl/src/nanovg/
H A Dstb_image.h3244 int tga_height = stbi__get16le(s); in stbi__tga_load() local
3268 (tga_width < 1) || (tga_height < 1) || in stbi__tga_load()
3285 *y = tga_height; in stbi__tga_load()
3288 tga_data = (unsigned char*)malloc( tga_width * tga_height * tga_comp ); in stbi__tga_load()
3295 for (i=0; i < tga_height; ++i) { in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3319 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
3379 for (j = 0; j*2 < tga_height; ++j) in stbi__tga_load()
3382 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in stbi__tga_load()
3404 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
[all …]
/dports/audio/ssr-lv2/ssr-e1999da/dpf/dgl/src/nanovg/
H A Dstb_image.h3244 int tga_height = stbi__get16le(s); in stbi__tga_load() local
3268 (tga_width < 1) || (tga_height < 1) || in stbi__tga_load()
3285 *y = tga_height; in stbi__tga_load()
3288 tga_data = (unsigned char*)malloc( tga_width * tga_height * tga_comp ); in stbi__tga_load()
3295 for (i=0; i < tga_height; ++i) { in stbi__tga_load()
3296 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3319 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
3379 for (j = 0; j*2 < tga_height; ++j) in stbi__tga_load()
3382 int index2 = (tga_height - 1 - j) * tga_width * tga_comp; in stbi__tga_load()
3404 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
[all …]
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/dgl/src/nanovg/
H A Dstb_image.h3244 int tga_height = stbi__get16le(s);
3268 (tga_width < 1) || (tga_height < 1) ||
3285 *y = tga_height;
3288 tga_data = (unsigned char*)malloc( tga_width * tga_height * tga_comp );
3295 for (i=0; i < tga_height; ++i) {
3296 int y = tga_inverted ? tga_height -i - 1 : i;
3319 for (i=0; i < tga_width * tga_height; ++i)
3379 for (j = 0; j*2 < tga_height; ++j)
3382 int index2 = (tga_height - 1 - j) * tga_width * tga_comp;
3404 for (i=0; i < tga_width * tga_height; ++i)
[all …]
/dports/graphics/sdump/sdump-c5fb55b/
H A Dstb_image.h3240 int tga_height = stbi__get16le(s); in stbi__tga_load() local
3264 (tga_width < 1) || (tga_height < 1) || in stbi__tga_load()
3281 *y = tga_height; in stbi__tga_load()
3284 tga_data = (unsigned char*)malloc( tga_width * tga_height * req_comp ); in stbi__tga_load()
3291 for (i=0; i < tga_height; ++i) { in stbi__tga_load()
3292 int y = tga_inverted ? tga_height -i - 1 : i; in stbi__tga_load()
3315 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
3375 for (j = 0; j*2 < tga_height; ++j) in stbi__tga_load()
3378 int index2 = (tga_height - 1 - j) * tga_width * req_comp; in stbi__tga_load()
3400 for (i=0; i < tga_width * tga_height; ++i) in stbi__tga_load()
[all …]

12345