Home
last modified time | relevance | path

Searched refs:stbi__malloc_mad3 (Results 1 – 25 of 54) sorted by relevance

123

/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/stb_image/
H A Dstb_image.h909 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1479 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1592 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3577 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4501 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5115 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5419 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5684 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6004 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
6267 g->out = (stbi_uc *) stbi__malloc_mad3(4, g->w, g->h, 0); in stbi__gif_load_next()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/paths/nanovg/
H A Dstb_image.h915 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1485 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1598 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3583 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4507 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5121 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5425 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5690 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6010 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
6273 g->out = (stbi_uc *) stbi__malloc_mad3(4, g->w, g->h, 0); in stbi__gif_load_next()
[all …]
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_image.h909 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1479 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1592 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3577 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4501 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5115 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5419 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5684 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6004 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
6267 g->out = (stbi_uc *) stbi__malloc_mad3(4, g->w, g->h, 0); in stbi__gif_load_next()
[all …]
/dports/math/curv/curv-0.5/extern/stb/stb/
H A Dstb_image.h984 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1555 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1668 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3636 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4493 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5103 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5407 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5672 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
5990 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
6253 g->out = (stbi_uc *) stbi__malloc_mad3(4, g->w, g->h, 0); in stbi__gif_load_next()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/stb/
H A Dstb_image.h920 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1491 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1604 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3589 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4514 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5124 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5428 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5693 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6013 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
6276 g->out = (stbi_uc *) stbi__malloc_mad3(4, g->w, g->h, 0); in stbi__gif_load_next()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/stb/
H A Dstb_image.h920 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1491 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1604 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3589 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4514 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5124 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5428 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5693 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6013 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
6276 g->out = (stbi_uc *) stbi__malloc_mad3(4, g->w, g->h, 0); in stbi__gif_load_next()
[all …]
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/samples/
H A Dstb_image.h908 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1479 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1592 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3577 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4502 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5112 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5416 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5681 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6001 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
6264 g->out = (stbi_uc *) stbi__malloc_mad3(4, g->w, g->h, 0); in stbi__gif_load_next()
[all …]
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/3rdparty/stb/include/
H A Dstb_image.h909 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1479 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1592 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3577 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4501 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5115 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5419 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5684 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6004 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
6267 g->out = (stbi_uc *) stbi__malloc_mad3(4, g->w, g->h, 0); in stbi__gif_load_next()
[all …]
/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/src/
H A Dstb_image.h909 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1479 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1592 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3577 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4501 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5115 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5419 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5684 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6004 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
6267 g->out = (stbi_uc *) stbi__malloc_mad3(4, g->w, g->h, 0); in stbi__gif_load_next()
[all …]
/dports/devel/sfml/SFML-2.5.1/extlibs/headers/stb_image/
H A Dstb_image.h909 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1479 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1592 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3577 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4501 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5115 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5419 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5684 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6004 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
6267 g->out = (stbi_uc *) stbi__malloc_mad3(4, g->w, g->h, 0); in stbi__gif_load_next()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/player/
H A Dstb_image.h922 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1526 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1639 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3625 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4343 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4551 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5183 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5505 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5770 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6090 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/stb/
H A Dstb_image.h955 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1589 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1706 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3692 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4410 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4618 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5250 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5574 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5839 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6159 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/lang/v/v-0.1.29/thirdparty/stb_image/
H A Dstb_image.h958 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1592 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1709 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3695 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4413 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4621 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5253 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5577 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5842 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6162 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/stb/
H A Dstb_image.h923 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1529 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1642 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3628 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4350 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4558 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5191 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5513 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5778 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6098 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/devel/love/love-11.3/src/libraries/stb/
H A Dstb_image.h955 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1589 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1706 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3692 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4410 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4618 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5250 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5574 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5839 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6159 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dstb_image.h929 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1535 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1648 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3635 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4353 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4561 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5193 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5519 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5786 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6120 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/misc/mnn/MNN-1.2.0/3rd_party/imageHelper/
H A Dstb_image.h955 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1589 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1706 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3692 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4410 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4618 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5250 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5574 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5839 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6159 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_image.h955 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1589 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1706 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3692 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4410 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4618 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5250 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5574 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5839 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6159 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/audio/minimp3/minimp3-ca7c706/player/
H A Dstb_image.h922 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1526 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1639 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3625 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4343 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4551 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5183 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5505 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5770 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6090 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/stb_image/
H A Dstb_image.h923 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1527 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1640 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3626 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4344 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4552 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5184 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5506 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5771 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6091 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/emulators/anese/ANESE-0.9.1/thirdparty/headeronly/
H A Dstb_image.h923 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1527 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1640 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3626 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4344 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4552 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5184 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5506 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5771 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6091 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/
H A Dstb_image.h923 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1527 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1640 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3626 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4344 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4552 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5184 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5506 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5771 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6091 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/STBICodec/src/stbi/
H A Dstb_image.h923 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1527 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1640 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3626 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4344 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4552 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5184 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5506 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5771 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6091 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/stb/
H A Dstb_image.h923 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1527 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1640 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3626 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4344 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4552 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5184 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5506 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5771 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6091 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/vector/stb/
H A Dstb_image.h929 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3() function
1565 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0); in stbi__convert_format()
1678 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0); in stbi__hdr_to_ldr()
3664 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image()
4386 …a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end… in stbi__create_png_image_raw()
4594 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0); in stbi__create_png_image()
5227 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0); in stbi__bmp_load()
5549 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0); in stbi__tga_load()
5814 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0); in stbi__psd_load()
6134 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0); in stbi__pic_load()
[all …]

123