Home
last modified time | relevance | path

Searched refs:img_out_n (Results 1 – 25 of 138) sorted by relevance

123456

/dports/devel/stb/stb-f54acd4/deprecated/
H A Dstb_image.c409 int img_n, img_out_n; member
2664 if (s->img_out_n == 3) { // convert bgr to rgb in stbi_de_iphone()
2672 assert(s->img_out_n == 4); in stbi_de_iphone()
2811 s->img_out_n = s->img_n+1; in parse_png_file()
2813 s->img_out_n = s->img_n; in parse_png_file()
2817 if (iphone && s->img_out_n > 2) in parse_png_file()
2822 s->img_out_n = pal_img_n; in parse_png_file()
2823 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
2824 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
2860 if (req_comp && req_comp != p->s->img_out_n) { in do_png()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp64 int img_n, img_out_n; member
2609 if (s->img_out_n == 3) in stbi_de_iphone()
2621 assert(s->img_out_n == 4); in stbi_de_iphone()
2803 s->img_out_n = s->img_n + 1; in parse_png_file()
2805 s->img_out_n = s->img_n; in parse_png_file()
2809 if (iphone && s->img_out_n > 2) in parse_png_file()
2815 s->img_out_n = pal_img_n; in parse_png_file()
2816 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
2817 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
2856 if (req_comp && req_comp != p->s->img_out_n) in do_png()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ImageCodecModules/STB/
H A Dstb_image.cpp396 int img_n, img_out_n; member
2641 if (s->img_out_n == 3) { // convert bgr to rgb in stbi_de_iphone()
2649 assert(s->img_out_n == 4); in stbi_de_iphone()
2788 s->img_out_n = s->img_n+1; in parse_png_file()
2790 s->img_out_n = s->img_n; in parse_png_file()
2794 if (iphone && s->img_out_n > 2) in parse_png_file()
2799 s->img_out_n = pal_img_n; in parse_png_file()
2800 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
2801 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
2837 if (req_comp && req_comp != p->s->img_out_n) { in do_png()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dstb_image.h411 int img_n, img_out_n; member
2654 if (s->img_out_n == 3) { // convert bgr to rgb in stbi__de_iphone()
2662 assert(s->img_out_n == 4); in stbi__de_iphone()
2801 s->img_out_n = s->img_n+1; in stbi__parse_png_file()
2803 s->img_out_n = s->img_n; in stbi__parse_png_file()
2806 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
2807 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2) in stbi__parse_png_file()
2812 s->img_out_n = pal_img_n; in stbi__parse_png_file()
2813 if (req_comp >= 3) s->img_out_n = req_comp; in stbi__parse_png_file()
2850 if (req_comp && req_comp != p->s->img_out_n) { in stbi__do_png()
[all …]
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/stb_image/
H A Dstb_image.cpp65 int img_n, img_out_n; member
2310 if (s->img_out_n == 3) { // convert bgr to rgb in stbi_de_iphone()
2318 assert(s->img_out_n == 4); in stbi_de_iphone()
2457 s->img_out_n = s->img_n+1; in parse_png_file()
2459 s->img_out_n = s->img_n; in parse_png_file()
2463 if (iphone && s->img_out_n > 2) in parse_png_file()
2468 s->img_out_n = pal_img_n; in parse_png_file()
2469 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
2470 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
2506 if (req_comp && req_comp != p->s->img_out_n) { in do_png()
[all …]
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/nanovg/
H A Dstb_image.h411 int img_n, img_out_n; member
2654 if (s->img_out_n == 3) { // convert bgr to rgb in stbi__de_iphone()
2662 assert(s->img_out_n == 4); in stbi__de_iphone()
2801 s->img_out_n = s->img_n+1; in stbi__parse_png_file()
2803 s->img_out_n = s->img_n; in stbi__parse_png_file()
2806 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
2807 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2) in stbi__parse_png_file()
2812 s->img_out_n = pal_img_n; in stbi__parse_png_file()
2813 if (req_comp >= 3) s->img_out_n = req_comp; in stbi__parse_png_file()
2850 if (req_comp && req_comp != p->s->img_out_n) { in stbi__do_png()
[all …]
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/nanovg/
H A Dstb_image.h411 int img_n, img_out_n; member
2654 if (s->img_out_n == 3) { // convert bgr to rgb in stbi__de_iphone()
2662 assert(s->img_out_n == 4); in stbi__de_iphone()
2801 s->img_out_n = s->img_n+1; in stbi__parse_png_file()
2803 s->img_out_n = s->img_n; in stbi__parse_png_file()
2806 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
2807 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2) in stbi__parse_png_file()
2812 s->img_out_n = pal_img_n; in stbi__parse_png_file()
2813 if (req_comp >= 3) s->img_out_n = req_comp; in stbi__parse_png_file()
2850 if (req_comp && req_comp != p->s->img_out_n) { in stbi__do_png()
[all …]
/dports/net-im/uTox/uTox/third-party/stb/deprecated/
H A Dstb_image.c409 int img_n, img_out_n; member
2664 if (s->img_out_n == 3) { // convert bgr to rgb in stbi_de_iphone()
2672 assert(s->img_out_n == 4); in stbi_de_iphone()
2811 s->img_out_n = s->img_n+1; in parse_png_file()
2813 s->img_out_n = s->img_n; in parse_png_file()
2817 if (iphone && s->img_out_n > 2) in parse_png_file()
2822 s->img_out_n = pal_img_n; in parse_png_file()
2823 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
2824 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
2860 if (req_comp && req_comp != p->s->img_out_n) { in do_png()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/deprecated/
H A Dstb_image.c409 int img_n, img_out_n; member
2664 if (s->img_out_n == 3) { // convert bgr to rgb in stbi_de_iphone()
2672 assert(s->img_out_n == 4); in stbi_de_iphone()
2811 s->img_out_n = s->img_n+1; in parse_png_file()
2813 s->img_out_n = s->img_n; in parse_png_file()
2817 if (iphone && s->img_out_n > 2) in parse_png_file()
2822 s->img_out_n = pal_img_n; in parse_png_file()
2823 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
2824 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
2860 if (req_comp && req_comp != p->s->img_out_n) { in do_png()
[all …]
/dports/security/ridl/ridl-11b3240/stb/deprecated/
H A Dstb_image.c409 int img_n, img_out_n; member
2664 if (s->img_out_n == 3) { // convert bgr to rgb in stbi_de_iphone()
2672 assert(s->img_out_n == 4); in stbi_de_iphone()
2811 s->img_out_n = s->img_n+1; in parse_png_file()
2813 s->img_out_n = s->img_n; in parse_png_file()
2817 if (iphone && s->img_out_n > 2) in parse_png_file()
2822 s->img_out_n = pal_img_n; in parse_png_file()
2823 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
2824 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
2860 if (req_comp && req_comp != p->s->img_out_n) { in do_png()
[all …]
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/dgl/src/nanovg/
H A Dstb_image.h411 int img_n, img_out_n; member
2654 if (s->img_out_n == 3) { // convert bgr to rgb in stbi__de_iphone()
2662 assert(s->img_out_n == 4); in stbi__de_iphone()
2801 s->img_out_n = s->img_n+1; in stbi__parse_png_file()
2803 s->img_out_n = s->img_n; in stbi__parse_png_file()
2806 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
2807 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2) in stbi__parse_png_file()
2812 s->img_out_n = pal_img_n; in stbi__parse_png_file()
2813 if (req_comp >= 3) s->img_out_n = req_comp; in stbi__parse_png_file()
2850 if (req_comp && req_comp != p->s->img_out_n) { in stbi__do_png()
[all …]
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/dgl/src/nanovg/
H A Dstb_image.h411 int img_n, img_out_n; member
2654 if (s->img_out_n == 3) { // convert bgr to rgb in stbi__de_iphone()
2662 assert(s->img_out_n == 4); in stbi__de_iphone()
2801 s->img_out_n = s->img_n+1; in stbi__parse_png_file()
2803 s->img_out_n = s->img_n; in stbi__parse_png_file()
2806 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
2807 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2) in stbi__parse_png_file()
2812 s->img_out_n = pal_img_n; in stbi__parse_png_file()
2813 if (req_comp >= 3) s->img_out_n = req_comp; in stbi__parse_png_file()
2850 if (req_comp && req_comp != p->s->img_out_n) { in stbi__do_png()
[all …]
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/image/
H A Dstb_image.cpp75 int img_n, img_out_n; member
2369 if (s->img_out_n == 3) { // convert bgr to rgb in stbi_de_iphone()
2377 assert(s->img_out_n == 4); in stbi_de_iphone()
2516 s->img_out_n = s->img_n+1; in parse_png_file()
2518 s->img_out_n = s->img_n; in parse_png_file()
2522 if (iphone && s->img_out_n > 2) in parse_png_file()
2527 s->img_out_n = pal_img_n; in parse_png_file()
2528 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
2529 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
2565 if (req_comp && req_comp != p->s->img_out_n) { in do_png()
[all …]
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/dgl/src/nanovg/
H A Dstb_image.h411 int img_n, img_out_n;
2654 if (s->img_out_n == 3) { // convert bgr to rgb
2662 assert(s->img_out_n == 4);
2801 s->img_out_n = s->img_n+1;
2803 s->img_out_n = s->img_n;
2806 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0;
2807 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2)
2812 s->img_out_n = pal_img_n;
2813 if (req_comp >= 3) s->img_out_n = req_comp;
2850 if (req_comp && req_comp != p->s->img_out_n) {
[all …]
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/dgl/src/nanovg/
H A Dstb_image.h411 int img_n, img_out_n; member
2654 if (s->img_out_n == 3) { // convert bgr to rgb in stbi__de_iphone()
2662 assert(s->img_out_n == 4); in stbi__de_iphone()
2801 s->img_out_n = s->img_n+1; in stbi__parse_png_file()
2803 s->img_out_n = s->img_n; in stbi__parse_png_file()
2806 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
2807 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2) in stbi__parse_png_file()
2812 s->img_out_n = pal_img_n; in stbi__parse_png_file()
2813 if (req_comp >= 3) s->img_out_n = req_comp; in stbi__parse_png_file()
2850 if (req_comp && req_comp != p->s->img_out_n) { in stbi__do_png()
[all …]
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/dgl/src/nanovg/
H A Dstb_image.h411 int img_n, img_out_n; member
2654 if (s->img_out_n == 3) { // convert bgr to rgb in stbi__de_iphone()
2662 assert(s->img_out_n == 4); in stbi__de_iphone()
2801 s->img_out_n = s->img_n+1; in stbi__parse_png_file()
2803 s->img_out_n = s->img_n; in stbi__parse_png_file()
2806 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
2807 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2) in stbi__parse_png_file()
2812 s->img_out_n = pal_img_n; in stbi__parse_png_file()
2813 if (req_comp >= 3) s->img_out_n = req_comp; in stbi__parse_png_file()
2850 if (req_comp && req_comp != p->s->img_out_n) { in stbi__do_png()
[all …]
/dports/audio/ssr-lv2/ssr-e1999da/dpf/dgl/src/nanovg/
H A Dstb_image.h411 int img_n, img_out_n; member
2654 if (s->img_out_n == 3) { // convert bgr to rgb in stbi__de_iphone()
2662 assert(s->img_out_n == 4); in stbi__de_iphone()
2801 s->img_out_n = s->img_n+1; in stbi__parse_png_file()
2803 s->img_out_n = s->img_n; in stbi__parse_png_file()
2806 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
2807 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2) in stbi__parse_png_file()
2812 s->img_out_n = pal_img_n; in stbi__parse_png_file()
2813 if (req_comp >= 3) s->img_out_n = req_comp; in stbi__parse_png_file()
2850 if (req_comp && req_comp != p->s->img_out_n) { in stbi__do_png()
[all …]
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/dgl/src/nanovg/
H A Dstb_image.h411 int img_n, img_out_n;
2654 if (s->img_out_n == 3) { // convert bgr to rgb
2662 assert(s->img_out_n == 4);
2801 s->img_out_n = s->img_n+1;
2803 s->img_out_n = s->img_n;
2806 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0;
2807 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2)
2812 s->img_out_n = pal_img_n;
2813 if (req_comp >= 3) s->img_out_n = req_comp;
2850 if (req_comp && req_comp != p->s->img_out_n) {
[all …]
/dports/graphics/sdump/sdump-c5fb55b/
H A Dstb_image.h413 int img_n, img_out_n; member
2662 if (s->img_out_n == 3) { // convert bgr to rgb in stbi__de_iphone()
2670 assert(s->img_out_n == 4); in stbi__de_iphone()
2809 s->img_out_n = s->img_n+1; in stbi__parse_png_file()
2811 s->img_out_n = s->img_n; in stbi__parse_png_file()
2814 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
2815 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2) in stbi__parse_png_file()
2820 s->img_out_n = pal_img_n; in stbi__parse_png_file()
2821 if (req_comp >= 3) s->img_out_n = req_comp; in stbi__parse_png_file()
2858 if (req_comp && req_comp != p->s->img_out_n) { in stbi__do_png()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp64 int img_n, img_out_n; member
2609 if (s->img_out_n == 3) in stbi_de_iphone()
2621 assert(s->img_out_n == 4); in stbi_de_iphone()
2803 s->img_out_n = s->img_n + 1; in parse_png_file()
2805 s->img_out_n = s->img_n; in parse_png_file()
2809 if (iphone && s->img_out_n > 2) in parse_png_file()
2815 s->img_out_n = pal_img_n; in parse_png_file()
2816 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
2817 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
2856 if (req_comp && req_comp != p->s->img_out_n) in do_png()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/SOIL/
H A Dstb_image_aug.c357 int img_n, img_out_n; member
2318 s->img_out_n = s->img_n+1; in parse_png_file()
2320 s->img_out_n = s->img_n; in parse_png_file()
2321 if (!create_png_image(z, z->expanded, raw_len, s->img_out_n)) return 0; in parse_png_file()
2323 if (!compute_transparency(z, tc, s->img_out_n)) return 0; in parse_png_file()
2327 s->img_out_n = pal_img_n; in parse_png_file()
2328 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
2329 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
2367 if (req_comp && req_comp != p->s.img_out_n) { in do_png()
2368 result = convert_format(result, p->s.img_out_n, req_comp, p->s.img_x, p->s.img_y); in do_png()
[all …]
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dstb_image.c360 int img_n, img_out_n; member
2378 s->img_out_n = s->img_n+1; in parse_png_file()
2380 s->img_out_n = s->img_n; in parse_png_file()
2381 if (!create_png_image(z, z->expanded, raw_len, s->img_out_n, interlace)) return 0; in parse_png_file()
2383 if (!compute_transparency(z, tc, s->img_out_n)) return 0; in parse_png_file()
2387 s->img_out_n = pal_img_n; in parse_png_file()
2388 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
2389 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
2427 if (req_comp && req_comp != p->s.img_out_n) { in do_png()
2428 result = convert_format(result, p->s.img_out_n, req_comp, p->s.img_x, p->s.img_y); in do_png()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/stbi/
H A Dstb_image.c823 int img_n, img_out_n; member
2850 if (s->img_out_n == 3) { // convert bgr to rgb in stbi_de_iphone()
2858 assert(s->img_out_n == 4); in stbi_de_iphone()
2993 s->img_out_n = s->img_n+1; in parse_png_file()
2995 s->img_out_n = s->img_n; in parse_png_file()
2999 if (iphone && s->img_out_n > 2) in parse_png_file()
3004 s->img_out_n = pal_img_n; in parse_png_file()
3005 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
3006 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
3045 if (req_comp && req_comp != p->s.img_out_n) { in do_png()
[all …]
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dstb_image.c625 int img_n, img_out_n; member
2641 s->img_out_n = s->img_n+1; in parse_png_file()
2643 s->img_out_n = s->img_n; in parse_png_file()
2644 if (!create_png_image(z, z->expanded, raw_len, s->img_out_n, interlace)) return 0; in parse_png_file()
2646 if (!compute_transparency(z, tc, s->img_out_n)) return 0; in parse_png_file()
2650 s->img_out_n = pal_img_n; in parse_png_file()
2651 if (req_comp >= 3) s->img_out_n = req_comp; in parse_png_file()
2652 if (!expand_palette(z, palette, pal_len, s->img_out_n)) in parse_png_file()
2690 if (req_comp && req_comp != p->s.img_out_n) { in do_png()
2691 result = convert_format(result, p->s.img_out_n, req_comp, p->s.img_x, p->s.img_y); in do_png()
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/gwlua/
H A Dstb_image.h710 int img_n, img_out_n; member
4159 if (s->img_out_n == 3) { // convert bgr to rgb in stbi__de_iphone()
4167 STBI_ASSERT(s->img_out_n == 4); in stbi__de_iphone()
4311 s->img_out_n = s->img_n+1; in stbi__parse_png_file()
4313 s->img_out_n = s->img_n; in stbi__parse_png_file()
4317 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2) in stbi__parse_png_file()
4322 s->img_out_n = pal_img_n; in stbi__parse_png_file()
4323 if (req_comp >= 3) s->img_out_n = req_comp; in stbi__parse_png_file()
4360 if (req_comp && req_comp != p->s->img_out_n) { in stbi__do_png()
4362 p->s->img_out_n = req_comp; in stbi__do_png()
[all …]

123456