Home
last modified time | relevance | path

Searched refs:STBI_rgb_alpha (Results 1 – 25 of 119) sorted by relevance

12345

/dports/devel/sfml/SFML-2.5.1/src/SFML/Graphics/
H A DImageLoader.cpp104 unsigned char* ptr = stbi_load(filename.c_str(), &width, &height, &channels, STBI_rgb_alpha); in loadImageFromFile()
148 …i_load_from_memory(buffer, static_cast<int>(dataSize), &width, &height, &channels, STBI_rgb_alpha); in loadImageFromMemory()
203 …r* ptr = stbi_load_from_callbacks(&callbacks, &stream, &width, &height, &channels, STBI_rgb_alpha); in loadImageFromStream()
/dports/lang/v/v-0.1.29/vlib/stbi/
H A Dstbi.v38 flag := if ext == 'png' { C.STBI_rgb_alpha } else { 0 }
51 flag := C.STBI_rgb_alpha
/dports/math/curv/curv-0.5/libcurv/viewer/
H A Dtexture.cc20 unsigned char* pixels = stbi_load(_path.c_str(), &m_width, &m_height, &comp, STBI_rgb_alpha); in load()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/stb_image/
H A Dstb_image.h205 STBI_rgb_alpha = 4 enumerator
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.h204 STBI_rgb_alpha = 4 enumerator
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.h204 STBI_rgb_alpha = 4 enumerator
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/image/
H A Dstb_image.h214 STBI_rgb_alpha = 4 enumerator
H A DImage.cpp216 case stbi::STBI_rgb_alpha: mFormat = Image::Format_R8G8B8A8; break; in LoadFromMemory()
/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/src/
H A Dutil.cpp140 image.data = stbi_load(path.c_str(), &w, &h, &c, STBI_rgb_alpha); in read_image_file()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/Renderer/SOIL/
H A Dstb_image_aug.h170 STBI_rgb_alpha = 4, enumerator
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/
H A Dstb_image.h105 STBI_rgb_alpha = 4, enumerator
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-bitmap-pixbuf.c379 case STBI_rgb_alpha: in _cogl_bitmap_new_from_stb_pixels()
H A Dstb_image.c174 STBI_rgb_alpha = 4, enumerator
/dports/misc/visp/visp-3.4.0/modules/io/src/image/
H A DvpImageIo.cpp1479 unsigned char *image = stbi_load(filename.c_str(), &width, &height, &channels, STBI_rgb_alpha); in readJPEG()
1496 …(filename.c_str(), static_cast<int>(I.getWidth()), static_cast<int>(I.getHeight()), STBI_rgb_alpha, in writeJPEG()
2213 unsigned char *image = stbi_load(filename.c_str(), &width, &height, &channels, STBI_rgb_alpha); in readPNG()
2232 …(filename.c_str(), static_cast<int>(I.getWidth()), static_cast<int>(I.getHeight()), STBI_rgb_alpha, in writePNG()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/src/platform_glfw/
H A DRenderer.cpp734 data = stbi_loadf( szFilename, &width, &height, &comp, STBI_rgb_alpha ); in CreateRGBA8TextureFromFile()
738 data = stbi_load( szFilename, &width, &height, &comp, STBI_rgb_alpha ); in CreateRGBA8TextureFromFile()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/src/platform_w32_dx11/
H A DRenderer.cpp957 data = stbi_loadf( szFilename, &width, &height, &comp, STBI_rgb_alpha ); in CreateRGBA8TextureFromFile()
963 data = stbi_load( szFilename, &width, &height, &comp, STBI_rgb_alpha ); in CreateRGBA8TextureFromFile()
/dports/multimedia/assimp/assimp-5.1.3/samples/SimpleTexturedOpenGL/SimpleTexturedOpenGL/src/
H A Dmodel_loading.cpp262 unsigned char *data = stbi_load(fileloc.c_str(), &x, &y, &n, STBI_rgb_alpha); in LoadGLTextures()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/etc/luai/
H A Dimage.c787 uint32_t* abgr32 = (uint32_t*)stbi_load( filename, &width, &height, NULL, STBI_rgb_alpha ); in l_load()
/dports/www/lagrange/lagrange-1.7.3/src/ui/
H A Dwindow.c436 constData_Block(data), size_Block(data), &w, &h, &num, STBI_rgb_alpha); in loadImage_()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imguiFileDialog/
H A DImGuiFileDialog.cpp2461 uint8_t *datas = stbi_load(fpn.c_str(), &w, &h, &chans, STBI_rgb_alpha); in prThreadThumbnailFileDatasExtractionFunc()
/dports/devel/stb/stb-f54acd4/deprecated/
H A Dstb_image.c209 STBI_rgb_alpha = 4 enumerator
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ImageCodecModules/STB/
H A Dstb_image.cpp205 STBI_rgb_alpha = 4 enumerator
/dports/audio/carla/Carla-2.4.1/source/modules/dgl/src/nanovg/
H A Dstb_image.h207 STBI_rgb_alpha = 4 enumerator
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/dgl/src/nanovg/
H A Dstb_image.h207 STBI_rgb_alpha = 4 enumerator
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/dgl/src/nanovg/
H A Dstb_image.h207 STBI_rgb_alpha = 4 enumerator

12345