Home
last modified time | relevance | path

Searched refs:tga_w (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
3193 tga_w = get16le(s); in tga_info()
3194 if( tga_w < 1 ) { in tga_info()
3210 if (x) *x = tga_w; 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
3256 tga_w = get16le(s); in tga_info()
3257 if (tga_w < 1) in tga_info()
3276 if (x) *x = tga_w; 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
3169 tga_w = get16le(s); in tga_info()
3170 if( tga_w < 1 ) { in tga_info()
3186 if (x) *x = tga_w; 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
3183 tga_w = stbi__get16le(s); in stbi__tga_info()
3184 if( tga_w < 1 ) { in stbi__tga_info()
3200 if (x) *x = tga_w; 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
2838 tga_w = get16le(s); in tga_info()
2839 if( tga_w < 1 ) { in tga_info()
2855 if (x) *x = tga_w; 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
3183 tga_w = stbi__get16le(s); in stbi__tga_info()
3184 if( tga_w < 1 ) { in stbi__tga_info()
3200 if (x) *x = tga_w; 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
3183 tga_w = stbi__get16le(s); in stbi__tga_info()
3184 if( tga_w < 1 ) { in stbi__tga_info()
3200 if (x) *x = tga_w; 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
3193 tga_w = get16le(s); in tga_info()
3194 if( tga_w < 1 ) { in tga_info()
3210 if (x) *x = tga_w; 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
3193 tga_w = get16le(s); in tga_info()
3194 if( tga_w < 1 ) { in tga_info()
3210 if (x) *x = tga_w; 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
3193 tga_w = get16le(s); in tga_info()
3194 if( tga_w < 1 ) { in tga_info()
3210 if (x) *x = tga_w; 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
3183 tga_w = stbi__get16le(s); in stbi__tga_info()
3184 if( tga_w < 1 ) { in stbi__tga_info()
3200 if (x) *x = tga_w; 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
3183 tga_w = stbi__get16le(s); in stbi__tga_info()
3184 if( tga_w < 1 ) { in stbi__tga_info()
3200 if (x) *x = tga_w; 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
2898 tga_w = get16le(s); in tga_info()
2899 if( tga_w < 1 ) { in tga_info()
2915 if (x) *x = tga_w; 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;
3183 tga_w = stbi__get16le(s);
3184 if( tga_w < 1 ) {
3200 if (x) *x = tga_w;
/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
3183 tga_w = stbi__get16le(s); in stbi__tga_info()
3184 if( tga_w < 1 ) { in stbi__tga_info()
3200 if (x) *x = tga_w; 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
3183 tga_w = stbi__get16le(s); in stbi__tga_info()
3184 if( tga_w < 1 ) { in stbi__tga_info()
3200 if (x) *x = tga_w; 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
3183 tga_w = stbi__get16le(s); in stbi__tga_info()
3184 if( tga_w < 1 ) { in stbi__tga_info()
3200 if (x) *x = tga_w; 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;
3183 tga_w = stbi__get16le(s);
3184 if( tga_w < 1 ) {
3200 if (x) *x = tga_w;
/dports/graphics/sdump/sdump-c5fb55b/
H A Dstb_image.h3167 int tga_w, tga_h, tga_comp; in stbi__tga_info() local
3179 tga_w = stbi__get16le(s); in stbi__tga_info()
3180 if( tga_w < 1 ) { in stbi__tga_info()
3196 if (x) *x = tga_w; 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
3256 tga_w = get16le(s); in tga_info()
3257 if (tga_w < 1) in tga_info()
3276 if (x) *x = tga_w; 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
3462 tga_w = get16le(s); in tga_info()
3463 if( tga_w < 1 ) return 0; // test width in tga_info()
3470 if (x) *x = tga_w; 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
4697 tga_w = stbi__get16le(s); in stbi__tga_info()
4698 if( tga_w < 1 ) { in stbi__tga_info()
4714 if (x) *x = tga_w; 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
4697 tga_w = stbi__get16le(s); in stbi__tga_info()
4698 if( tga_w < 1 ) { in stbi__tga_info()
4714 if (x) *x = tga_w; 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
4830 tga_w = stbi__get16le(s); in stbi__tga_info()
4831 if( tga_w < 1 ) { in stbi__tga_info()
4847 if (x) *x = tga_w; 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
4877 tga_w = stbi__get16le(s); in stbi__tga_info()
4878 if( tga_w < 1 ) { in stbi__tga_info()
4894 if (x) *x = tga_w; in stbi__tga_info()

12345