Home
last modified time | relevance | path

Searched refs:stbi_load_from_file (Results 51 – 75 of 117) sorted by relevance

12345

/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/nanovg/src/
H A Dstb_image.h440 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req…
1045 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1050 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/nanovg/
H A Dstb_image.h440 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req…
1045 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1050 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/graphics/milton/milton-1.9.1/third_party/
H A Dstb_image.h439 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req…
1044 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1049 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/nanovg/
H A Dstb_image.h444 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req…
1049 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1054 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/ext/nanovg/src/
H A Dstb_image.h440 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req…
1045 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1050 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_image.h441 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req…
1046 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1051 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/stb/
H A Dstb_image.h440 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req…
1045 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1050 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/graphics/ebsynth/ebsynth-2f5c97c0c21a/src/
H A Dstb_image.h441 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req…
1046 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1051 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/multimedia/kodi-addon-screensaver.matrixtrails/screensaver.matrixtrails-2.6.0-Matrix/lib/SOIL2/
H A Dstb_image.h447 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *comp, int req…
1102 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1107 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp229 result = stbi_load_from_file(f, x, y, comp, req_comp); in stbi_load()
234 unsigned char *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/stb_image/
H A Dstb_image.cpp231 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
236 unsigned char *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/image/
H A Dstb_image.cpp257 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
262 unsigned char *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp229 result = stbi_load_from_file(f, x, y, comp, req_comp); in stbi_load()
234 unsigned char *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/stb_image/
H A Dstb_image.h359 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_…
1136 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1141 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/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.h364 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_…
1163 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1168 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/paths/nanovg/
H A Dstb_image.h359 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_…
1142 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1147 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/stb/
H A Dstb_image.h377 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_…
1226 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1231 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/lang/v/v-0.1.29/thirdparty/stb_image/
H A Dstb_image.h380 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_…
1229 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1234 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_image.h359 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_…
1136 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1141 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/stb/
H A Dstb_image.h365 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_…
1166 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1171 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/devel/love/love-11.3/src/libraries/stb/
H A Dstb_image.h377 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_…
1226 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1231 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/graphics/libsixel/sixel-1.8.6/src/
H A Dstb_image.h365 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_…
1172 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1177 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/misc/mnn/MNN-1.2.0/3rd_party/imageHelper/
H A Dstb_image.h377 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_…
1226 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1231 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_image.h377 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_…
1226 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1231 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function
/dports/audio/minimp3/minimp3-ca7c706/player/
H A Dstb_image.h364 STBIDEF stbi_uc *stbi_load_from_file (FILE *f, int *x, int *y, int *channels_in_file, int desired_…
1163 result = stbi_load_from_file(f,x,y,comp,req_comp); in stbi_load()
1168 STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file() function

12345