Home
last modified time | relevance | path

Searched refs:tga_h (Results 1 – 25 of 102) sorted by relevance

12345

/dports/devel/stb/stb-f54acd4/deprecated/
H A Dstb_image.c3181 int tga_w, tga_h, tga_comp; in tga_info() local
3198 tga_h = get16le(s); in tga_info()
3199 if( tga_h < 1 ) { in tga_info()
3211 if (y) *y = tga_h; in tga_info()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp3243 int tga_w, tga_h, tga_comp; in tga_info() local
3262 tga_h = get16le(s); in tga_info()
3263 if (tga_h < 1) in tga_info()
3277 if (y) *y = tga_h; in tga_info()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ImageCodecModules/STB/
H A Dstb_image.cpp3157 int tga_w, tga_h, tga_comp; in tga_info() local
3174 tga_h = get16le(s); in tga_info()
3175 if( tga_h < 1 ) { in tga_info()
3187 if (y) *y = tga_h; in tga_info()
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dstb_image.h3171 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
3188 tga_h = stbi__get16le(s); in stbi__tga_info()
3189 if( tga_h < 1 ) { in stbi__tga_info()
3201 if (y) *y = tga_h; in stbi__tga_info()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/stb_image/
H A Dstb_image.cpp2826 int tga_w, tga_h, tga_comp; in tga_info() local
2843 tga_h = get16le(s); in tga_info()
2844 if( tga_h < 1 ) { in tga_info()
2856 if (y) *y = tga_h; in tga_info()
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/nanovg/
H A Dstb_image.h3171 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
3188 tga_h = stbi__get16le(s); in stbi__tga_info()
3189 if( tga_h < 1 ) { in stbi__tga_info()
3201 if (y) *y = tga_h; in stbi__tga_info()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/nanovg/
H A Dstb_image.h3171 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
3188 tga_h = stbi__get16le(s); in stbi__tga_info()
3189 if( tga_h < 1 ) { in stbi__tga_info()
3201 if (y) *y = tga_h; in stbi__tga_info()
/dports/net-im/uTox/uTox/third-party/stb/deprecated/
H A Dstb_image.c3181 int tga_w, tga_h, tga_comp; in tga_info() local
3198 tga_h = get16le(s); in tga_info()
3199 if( tga_h < 1 ) { in tga_info()
3211 if (y) *y = tga_h; in tga_info()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/deprecated/
H A Dstb_image.c3181 int tga_w, tga_h, tga_comp; in tga_info() local
3198 tga_h = get16le(s); in tga_info()
3199 if( tga_h < 1 ) { in tga_info()
3211 if (y) *y = tga_h; in tga_info()
/dports/security/ridl/ridl-11b3240/stb/deprecated/
H A Dstb_image.c3181 int tga_w, tga_h, tga_comp; in tga_info() local
3198 tga_h = get16le(s); in tga_info()
3199 if( tga_h < 1 ) { in tga_info()
3211 if (y) *y = tga_h; in tga_info()
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/dgl/src/nanovg/
H A Dstb_image.h3171 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
3188 tga_h = stbi__get16le(s); in stbi__tga_info()
3189 if( tga_h < 1 ) { in stbi__tga_info()
3201 if (y) *y = tga_h; in stbi__tga_info()
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/dgl/src/nanovg/
H A Dstb_image.h3171 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
3188 tga_h = stbi__get16le(s); in stbi__tga_info()
3189 if( tga_h < 1 ) { in stbi__tga_info()
3201 if (y) *y = tga_h; in stbi__tga_info()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/image/
H A Dstb_image.cpp2886 int tga_w, tga_h, tga_comp; in tga_info() local
2903 tga_h = get16le(s); in tga_info()
2904 if( tga_h < 1 ) { in tga_info()
2916 if (y) *y = tga_h; in tga_info()
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/dgl/src/nanovg/
H A Dstb_image.h3171 int tga_w, tga_h, tga_comp;
3188 tga_h = stbi__get16le(s);
3189 if( tga_h < 1 ) {
3201 if (y) *y = tga_h;
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/dgl/src/nanovg/
H A Dstb_image.h3171 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
3188 tga_h = stbi__get16le(s); in stbi__tga_info()
3189 if( tga_h < 1 ) { in stbi__tga_info()
3201 if (y) *y = tga_h; in stbi__tga_info()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/dgl/src/nanovg/
H A Dstb_image.h3171 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
3188 tga_h = stbi__get16le(s); in stbi__tga_info()
3189 if( tga_h < 1 ) { in stbi__tga_info()
3201 if (y) *y = tga_h; in stbi__tga_info()
/dports/audio/ssr-lv2/ssr-e1999da/dpf/dgl/src/nanovg/
H A Dstb_image.h3171 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
3188 tga_h = stbi__get16le(s); in stbi__tga_info()
3189 if( tga_h < 1 ) { in stbi__tga_info()
3201 if (y) *y = tga_h; in stbi__tga_info()
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/dgl/src/nanovg/
H A Dstb_image.h3171 int tga_w, tga_h, tga_comp;
3188 tga_h = stbi__get16le(s);
3189 if( tga_h < 1 ) {
3201 if (y) *y = tga_h;
/dports/graphics/sdump/sdump-c5fb55b/
H A Dstb_image.h3167 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
3184 tga_h = stbi__get16le(s); in stbi__tga_info()
3185 if( tga_h < 1 ) { in stbi__tga_info()
3197 if (y) *y = tga_h; in stbi__tga_info()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp3243 int tga_w, tga_h, tga_comp; in tga_info() local
3262 tga_h = get16le(s); in tga_info()
3263 if (tga_h < 1) in tga_info()
3277 if (y) *y = tga_h; in tga_info()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/stbi/
H A Dstb_image.c3449 int tga_w, tga_h, tga_comp; in tga_info() local
3464 tga_h = get16le(s); in tga_info()
3465 if( tga_h < 1 ) return 0; // test height in tga_info()
3471 if (y) *y = tga_h; in tga_info()
/dports/games/libretro-gw/gw-libretro-2be30ba/gwlua/
H A Dstb_image.h4685 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
4702 tga_h = stbi__get16le(s); in stbi__tga_info()
4703 if( tga_h < 1 ) { in stbi__tga_info()
4715 if (y) *y = tga_h; in stbi__tga_info()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/etc/luai/
H A Dstb_image.h4685 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
4702 tga_h = stbi__get16le(s); in stbi__tga_info()
4703 if( tga_h < 1 ) { in stbi__tga_info()
4715 if (y) *y = tga_h; in stbi__tga_info()
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_image.h4818 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
4835 tga_h = stbi__get16le(s); in stbi__tga_info()
4836 if( tga_h < 1 ) { in stbi__tga_info()
4848 if (y) *y = tga_h; in stbi__tga_info()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A Dstb_image.h4865 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
4882 tga_h = stbi__get16le(s); in stbi__tga_info()
4883 if( tga_h < 1 ) { in stbi__tga_info()
4895 if (y) *y = tga_h; in stbi__tga_info()

12345