Home
last modified time | relevance | path

Searched refs:stbi_load_from_memory (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/lang/v/v-0.1.29/vlib/stbi/
H A Dstbi.v23 fn C.stbi_load_from_memory() voidptr
52 res.data = C.stbi_load_from_memory(buf, bufsize, &res.width, &res.height, &res.nr_channels, flag)
/dports/devel/stb/stb-f54acd4/tests/
H A Dstb_png_read_fuzzer.cpp14 unsigned char *img = stbi_load_from_memory(data, size, &x, &y, &channels, 4); in LLVMFuzzerTestOneInput()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ImageCodecModules/STB/
H A DImageCodec.cpp57 unsigned char* image = stbi_load_from_memory(data.getDataPtr(), in load()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/stb/
H A Dstb_image.cpp49 return stbi_load_from_memory(data, len, x, y, comp, req_comp); in lottie_image_load_from_data()
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/vector/stb/
H A Dstb_image.cpp49 return stbi_load_from_memory(data, len, x, y, comp, req_comp); in lottie_image_load_from_data()
/dports/multimedia/lms/lms-3.25.2/src/libs/cover/impl/stb/
H A DRawImage.cpp40 …_data = UniquePtrFree {stbi_load_from_memory(reinterpret_cast<const stbi_uc*>(encodedData), encode… in RawImage()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/wrappers/wasm/
H A DBarcodeReader.cpp46stbi_load_from_memory(reinterpret_cast<const unsigned char*>(bufferPtr), bufferLength, &width, &he… in readBarcodeFromImage()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/MagnumPlugins/StbImageImporter/
H A DStbImageImporter.cpp98 data = stbi_load_from_memory(_in, _in.size(), &size.x(), &size.y(), &components, 0); in doImage2D()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/stb_image/
H A Dstb_image.h223 extern stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, in…
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.h223 …extern stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i…
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.h223 …extern stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, i…
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/image/
H A Dstb_image.h247 extern stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, in…
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/
H A Dmain.cpp243 pixeldata = stbi_load_from_memory(filedata, length, &w, &h, &c, 0); in load()
251 pixeldata = stbi_load_from_memory(filedata, length, &w, &h, &c, 3); in load()
258 pixeldata = stbi_load_from_memory(filedata, length, &w, &h, &c, 4); in load()
/dports/devel/love10/love-0.10.2/src/modules/image/magpie/
H A DSTBHandler.cpp72 img.data = stbi_load_from_memory((const stbi_uc *) data->getData(), in decode()
/dports/security/ridl/ridl-11b3240/source/x11/
H A Dimage.c94 data = stbi_load_from_memory(buf, size, &x, &y, &n, 0); in ui_load_image_from_memory()
/dports/devel/love/love-11.3/src/modules/image/magpie/
H A DSTBHandler.cpp88 img.data = stbi_load_from_memory(buffer, bufferlen, &img.width, &img.height, &comp, 4); in decode()
/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportMeshUtility/
H A Db3ImportMeshUtility.cpp150 …image = stbi_load_from_memory((const unsigned char*)&buffer[0], buffer.size(), &width, &height, &n… in loadAndRegisterMeshFromFileInternal()
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportMeshUtility/
H A Db3ImportMeshUtility.cpp150 …image = stbi_load_from_memory((const unsigned char*)&buffer[0], buffer.size(), &width, &height, &n… in loadAndRegisterMeshFromFileInternal()
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dresfile.c104 data = stbi_load_from_memory(buffer, size, &x, &y, &comp, 0); in res_load_stbi()
/dports/devel/sfml/SFML-2.5.1/src/SFML/Graphics/
H A DImageLoader.cpp148 …unsigned char* ptr = stbi_load_from_memory(buffer, static_cast<int>(dataSize), &width, &height, &c… in loadImageFromMemory()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/
H A Dmain.cpp245 pixeldata = stbi_load_from_memory(filedata, length, &w, &h, &c, 0); in load()
253 pixeldata = stbi_load_from_memory(filedata, length, &w, &h, &c, 3); in load()
260 pixeldata = stbi_load_from_memory(filedata, length, &w, &h, &c, 4); in load()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/player/
H A Dplayer.cpp50 unsigned char *pix = stbi_load_from_memory(data, len, &width, &height, &n, 4); in load_image()
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/
H A Darcan_img.c239 uint32_t* buf = (uint32_t*) stbi_load_from_memory( in arcan_img_decode()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/
H A Darcan_img.c239 uint32_t* buf = (uint32_t*) stbi_load_from_memory( in arcan_img_decode()
/dports/audio/minimp3/minimp3-ca7c706/player/
H A Dplayer.cpp50 unsigned char *pix = stbi_load_from_memory(data, len, &width, &height, &n, 4); in load_image()

12345678