Home
last modified time | relevance | path

Searched refs:stbi__malloc (Results 1 – 25 of 82) sorted by relevance

1234

/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/examples/viewer/
H A Dstb_image.h898 static void *stbi__malloc(size_t size) in stbi__malloc() function
1349 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1409 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3856 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3877 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3904 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4312 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4353 reduced = (stbi_uc *)stbi__malloc(img_len); in stbi__reduce_png()
5366 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5675 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/devel/love10/love-0.10.2/src/libraries/stb/
H A Dstb_image.h904 static void *stbi__malloc(size_t size) in stbi__malloc() function
1359 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1419 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3866 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3887 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3914 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4322 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4363 reduced = (stbi_uc *)stbi__malloc(img_len); in stbi__reduce_png()
5376 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5685 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_image.h898 static void *stbi__malloc(size_t size) in stbi__malloc() function
1349 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1409 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3856 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3877 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3904 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4312 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4353 reduced = (stbi_uc *)stbi__malloc(img_len); in stbi__reduce_png()
5366 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5675 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/graphics/ebsynth/ebsynth-2f5c97c0c21a/src/
H A Dstb_image.h898 static void *stbi__malloc(size_t size) in stbi__malloc() function
1349 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1409 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3856 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3877 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3904 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4312 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4353 reduced = (stbi_uc *)stbi__malloc(img_len); in stbi__reduce_png()
5366 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5675 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/gwlua/
H A Dstb_image.h855 static void *stbi__malloc(size_t size) in stbi__malloc() function
1233 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1293 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3710 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3731 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3758 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4108 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
5014 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5301 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
5555 g->out = (stbi_uc *) stbi__malloc(4 * g->w * g->h); in stbi__gif_load_next()
[all …]
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/etc/luai/
H A Dstb_image.h855 static void *stbi__malloc(size_t size) in stbi__malloc() function
1233 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1293 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3710 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3731 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3758 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4108 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
5014 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5301 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
5555 g->out = (stbi_uc *) stbi__malloc(4 * g->w * g->h); in stbi__gif_load_next()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_image.h881 static void *stbi__malloc(size_t size) in stbi__malloc() function
1327 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1387 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3839 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3860 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3887 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4237 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
5146 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5436 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
5698 g->out = (stbi_uc *) stbi__malloc(4 * g->w * g->h); in stbi__gif_load_next()
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A Dstb_image.h932 static void *stbi__malloc(size_t size) in stbi__malloc() function
1380 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1452 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3875 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3896 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3923 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4287 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
5194 out = (stbi_uc *) stbi__malloc(channelCount * w*h); in stbi__psd_load()
5480 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
5735 g->out = (stbi_uc *) stbi__malloc(4 * g->w * g->h); in stbi__gif_load_next()
[all …]
/dports/security/ridl/ridl-11b3240/nuklear/example/
H A Dstb_image.h900 static void *stbi__malloc(size_t size) in stbi__malloc() function
1350 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1410 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3833 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3854 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3881 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4231 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4695 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5147 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5441 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h900 static void *stbi__malloc(size_t size) in stbi__malloc() function
1350 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1410 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3833 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3854 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3881 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4231 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4695 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5147 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5441 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h900 static void *stbi__malloc(size_t size) in stbi__malloc() function
1350 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1410 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3833 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3854 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3881 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4231 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4695 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5147 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5441 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dstb_image.h900 static void *stbi__malloc(size_t size) in stbi__malloc() function
1350 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1410 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3833 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3854 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3881 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4231 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4695 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5147 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5441 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/gltf/
H A Dstb_image.h900 static void *stbi__malloc(size_t size) in stbi__malloc() function
1350 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1410 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3833 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3854 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3881 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4231 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4695 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5147 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5441 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/third_party/
H A Dstb_image.c900 static void *stbi__malloc(size_t size) in stbi__malloc() function
1350 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1410 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3833 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3854 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3881 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4231 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4695 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5147 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5441 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h900 static void *stbi__malloc(size_t size) in stbi__malloc() function
1350 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1410 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3833 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3854 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3881 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4231 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4695 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5147 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5441 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h900 static void *stbi__malloc(size_t size) in stbi__malloc() function
1350 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1410 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3833 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3854 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3881 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4231 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4695 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5147 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5441 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/example/
H A Dstb_image.h900 static void *stbi__malloc(size_t size)
1350 good = (unsigned char *) stbi__malloc(req_comp * x * y);
1410 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp);
3833 char *p = (char *) stbi__malloc(initial_size);
3854 char *p = (char *) stbi__malloc(initial_size);
3881 char *p = (char *) stbi__malloc(16384);
4231 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n);
4695 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y);
5147 out = (stbi_uc *) stbi__malloc(4 * w*h);
5441 result = (stbi_uc *) stbi__malloc(x*y*4);
[all …]
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/example/
H A Dstb_image.h900 static void *stbi__malloc(size_t size) in stbi__malloc() function
1350 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1410 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3833 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3854 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3881 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4231 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4695 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5147 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5441 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/graphics/flif/FLIF-0.3-96-g74ea92b/extern/
H A Dstb_image.h900 static void *stbi__malloc(size_t size) in stbi__malloc() function
1350 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1410 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3833 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3854 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3881 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4231 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4695 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5147 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5441 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/stb/
H A Dstb_image.h897 static void *stbi__malloc(size_t size) in stbi__malloc() function
1348 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1408 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3832 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3853 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3880 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4230 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4729 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5249 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5543 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/ext/nanovg/src/
H A Dstb_image.h897 static void *stbi__malloc(size_t size) in stbi__malloc() function
1348 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1408 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3832 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3853 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3880 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4230 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4729 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5249 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5543 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/nanovg/src/
H A Dstb_image.h897 static void *stbi__malloc(size_t size) in stbi__malloc() function
1348 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1408 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3832 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3853 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3880 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4230 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4729 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5249 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5543 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/nanovg/
H A Dstb_image.h897 static void *stbi__malloc(size_t size) in stbi__malloc() function
1348 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1413 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3837 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3858 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3885 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4240 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4739 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5259 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5553 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/
H A Dstb_image.h896 static void *stbi__malloc(size_t size) in stbi__malloc() function
1347 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1407 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3830 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3851 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3878 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4228 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4726 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5246 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5540 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/nanovg/
H A Dstb_image.h901 static void *stbi__malloc(size_t size) in stbi__malloc() function
1352 good = (unsigned char *) stbi__malloc(req_comp * x * y); in stbi__convert_format()
1412 stbi_uc *output = (stbi_uc *) stbi__malloc(x * y * comp); in stbi__hdr_to_ldr()
3836 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize()
3857 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize_headerflag()
3884 char *p = (char *) stbi__malloc(16384); in stbi_zlib_decode_noheader_malloc()
4234 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4733 out = (stbi_uc *) stbi__malloc(target * s->img_x * s->img_y); in stbi__bmp_load()
5253 out = (stbi_uc *) stbi__malloc(4 * w*h); in stbi__psd_load()
5547 result = (stbi_uc *) stbi__malloc(x*y*4); in stbi__pic_load()
[all …]

1234