Home
last modified time | relevance | path

Searched refs:stbi_load (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/devel/stb/stb-f54acd4/tests/
H A Dimage_test.c94 data = stbi_load(argv[i], &w, &h, &n, 0); if (data) free(data); else printf("Failed &n\n"); in main()
95 data = stbi_load(argv[i], &w, &h, &n, 4); if (data) free(data); else printf("Failed &n\n"); in main()
96 data = stbi_load(argv[i], &w, &h, 0, 1); if (data) free(data); else printf("Failed 1\n"); in main()
97 data = stbi_load(argv[i], &w, &h, 0, 2); if (data) free(data); else printf("Failed 2\n"); in main()
98 data = stbi_load(argv[i], &w, &h, 0, 3); if (data) free(data); else printf("Failed 3\n"); in main()
99 data = stbi_load(argv[i], &w, &h, &n, 4); in main()
130 … data = stbi_load(files[i], &w, &h, 0, 1); if (data) free(data); else stb_arr_push(failed, "1"); in main()
131 … data = stbi_load(files[i], &w, &h, 0, 2); if (data) free(data); else stb_arr_push(failed, "2"); in main()
132 … data = stbi_load(files[i], &w, &h, 0, 3); if (data) free(data); else stb_arr_push(failed, "3"); in main()
133 … data = stbi_load(files[i], &w, &h, 0, 4); if (data) ; else stb_arr_push(failed, "4"); in main()
[all …]
H A Dresample_test.cpp141 input_pixels = stbi_load(argv[1], &w, &h, &n, 0); in resizer()
158 input_pixels = stbi_load(argv[1], &w, &h, &n, 0); in performance()
195 unsigned char* input_data = stbi_load(filename, &w, &h, &n, 0); in resize_image()
228 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_format()
274 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_float()
306 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_channels()
342 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_subpixel()
369 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_subpixel_region()
393 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_subpixel_command()
970 stbi_image_free(stbi_load(barbara, &barbara_width, &barbara_height, &barbara_channels, 0)); in test_suite()
H A Dherringbone_map.c30 pixels = stbi_load(filename, &w, &h, 0, 3); in main()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/tests/
H A Dimage_test.c94 data = stbi_load(argv[i], &w, &h, &n, 0); if (data) free(data); else printf("Failed &n\n"); in main()
95 data = stbi_load(argv[i], &w, &h, &n, 4); if (data) free(data); else printf("Failed &n\n"); in main()
96 data = stbi_load(argv[i], &w, &h, 0, 1); if (data) free(data); else printf("Failed 1\n"); in main()
97 data = stbi_load(argv[i], &w, &h, 0, 2); if (data) free(data); else printf("Failed 2\n"); in main()
98 data = stbi_load(argv[i], &w, &h, 0, 3); if (data) free(data); else printf("Failed 3\n"); in main()
99 data = stbi_load(argv[i], &w, &h, &n, 4); in main()
130 … data = stbi_load(files[i], &w, &h, 0, 1); if (data) free(data); else stb_arr_push(failed, "1"); in main()
131 … data = stbi_load(files[i], &w, &h, 0, 2); if (data) free(data); else stb_arr_push(failed, "2"); in main()
132 … data = stbi_load(files[i], &w, &h, 0, 3); if (data) free(data); else stb_arr_push(failed, "3"); in main()
133 … data = stbi_load(files[i], &w, &h, 0, 4); if (data) ; else stb_arr_push(failed, "4"); in main()
[all …]
H A Dresample_test.cpp141 input_pixels = stbi_load(argv[1], &w, &h, &n, 0); in resizer()
158 input_pixels = stbi_load(argv[1], &w, &h, &n, 0); in performance()
195 unsigned char* input_data = stbi_load(filename, &w, &h, &n, 0); in resize_image()
228 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_format()
274 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_float()
306 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_channels()
342 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_subpixel()
369 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_subpixel_region()
393 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_subpixel_command()
970 stbi_image_free(stbi_load(barbara, &barbara_width, &barbara_height, &barbara_channels, 0)); in test_suite()
/dports/net-im/uTox/uTox/third-party/stb/tests/
H A Dimage_test.c88 data = stbi_load(argv[i], &w, &h, &n, 4); if (data) free(data); else printf("Failed &n\n"); in main()
89 data = stbi_load(argv[i], &w, &h, 0, 1); if (data) free(data); else printf("Failed 1\n"); in main()
90 data = stbi_load(argv[i], &w, &h, 0, 2); if (data) free(data); else printf("Failed 2\n"); in main()
91 data = stbi_load(argv[i], &w, &h, 0, 3); if (data) free(data); else printf("Failed 3\n"); in main()
92 data = stbi_load(argv[i], &w, &h, &n, 4); in main()
122 … data = stbi_load(files[i], &w, &h, &n, 0); if (data) free(data); else stb_arr_push(failed, "&n"); in main()
123 … data = stbi_load(files[i], &w, &h, 0, 1); if (data) free(data); else stb_arr_push(failed, "1"); in main()
124 … data = stbi_load(files[i], &w, &h, 0, 2); if (data) free(data); else stb_arr_push(failed, "2"); in main()
125 … data = stbi_load(files[i], &w, &h, 0, 3); if (data) free(data); else stb_arr_push(failed, "3"); in main()
126 … data = stbi_load(files[i], &w, &h, 0, 4); if (data) ; else stb_arr_push(failed, "4"); in main()
[all …]
H A Dresample_test.cpp137 input_pixels = stbi_load(argv[1], &w, &h, &n, 0); in resizer()
154 input_pixels = stbi_load(argv[1], &w, &h, &n, 0); in performance()
191 unsigned char* input_data = stbi_load(filename, &w, &h, &n, 0); in resize_image()
224 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_format()
270 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_float()
302 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_channels()
338 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_subpixel()
365 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_subpixel_region()
389 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_subpixel_command()
966 stbi_image_free(stbi_load(barbara, &barbara_width, &barbara_height, &barbara_channels, 0)); in test_suite()
H A Dherringbone_map.c30 pixels = stbi_load(filename, &w, &h, 0, 3); in main()
/dports/security/ridl/ridl-11b3240/stb/tests/
H A Dimage_test.c94 data = stbi_load(argv[i], &w, &h, &n, 4); if (data) free(data); else printf("Failed &n\n"); in main()
95 data = stbi_load(argv[i], &w, &h, 0, 1); if (data) free(data); else printf("Failed 1\n"); in main()
96 data = stbi_load(argv[i], &w, &h, 0, 2); if (data) free(data); else printf("Failed 2\n"); in main()
97 data = stbi_load(argv[i], &w, &h, 0, 3); if (data) free(data); else printf("Failed 3\n"); in main()
98 data = stbi_load(argv[i], &w, &h, &n, 4); in main()
128 … data = stbi_load(files[i], &w, &h, &n, 0); if (data) free(data); else stb_arr_push(failed, "&n"); in main()
129 … data = stbi_load(files[i], &w, &h, 0, 1); if (data) free(data); else stb_arr_push(failed, "1"); in main()
130 … data = stbi_load(files[i], &w, &h, 0, 2); if (data) free(data); else stb_arr_push(failed, "2"); in main()
131 … data = stbi_load(files[i], &w, &h, 0, 3); if (data) free(data); else stb_arr_push(failed, "3"); in main()
132 … data = stbi_load(files[i], &w, &h, 0, 4); if (data) ; else stb_arr_push(failed, "4"); in main()
[all …]
H A Dresample_test.cpp141 input_pixels = stbi_load(argv[1], &w, &h, &n, 0); in resizer()
158 input_pixels = stbi_load(argv[1], &w, &h, &n, 0); in performance()
195 unsigned char* input_data = stbi_load(filename, &w, &h, &n, 0); in resize_image()
228 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_format()
274 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_float()
306 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_channels()
342 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_subpixel()
369 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_subpixel_region()
393 unsigned char* input_data = stbi_load(file, &w, &h, &n, 0); in test_subpixel_command()
970 stbi_image_free(stbi_load(barbara, &barbara_width, &barbara_height, &barbara_channels, 0)); in test_suite()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/data/
H A Dload_image.cpp61 image = stbi_load(filename.c_str(), &tempWidth, &tempHeight, &tempChannels, in LoadImage()
66 image = stbi_load(filename.c_str(), &tempWidth, &tempHeight, &tempChannels, in LoadImage()
/dports/lang/v/v-0.1.29/vlib/stbi/
H A Dstbi.v22 fn C.stbi_load() voidptr
39 res.data = C.stbi_load(path.str, &res.width, &res.height, &res.nr_channels, flag)
/dports/graphics/wings/libigl-2.1.0/include/igl/png/
H A Dtexture_from_png.cpp16 unsigned char *data = igl::stbi_load(png_file.c_str(), &width, &height, &n, 4); in texture_from_png()
58 unsigned char *data = igl::stbi_load(png_file.c_str(), &width, &height, &n, 4); in texture_from_png()
H A DreadPNG.cpp20 unsigned char *data = stbi_load(png_file.c_str(), &cols, &rows, &n, 4); in readPNG()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/png/
H A Dtexture_from_png.cpp16 unsigned char *data = igl::stbi_load(png_file.c_str(), &width, &height, &n, 4); in texture_from_png()
58 unsigned char *data = igl::stbi_load(png_file.c_str(), &width, &height, &n, 4); in texture_from_png()
H A DreadPNG.cpp20 unsigned char *data = stbi_load(png_file.c_str(), &cols, &rows, &n, 4); in readPNG()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/custom-textures/
H A Dimage_io.cpp17 ptr->data = stbi_load(path, &ptr->width, &ptr->height, &channels, 4); in load_image()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/custom-textures/
H A Dimage_io.cpp17 ptr->data = stbi_load(path, &ptr->width, &ptr->height, &channels, 4); in load_image()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/stb/
H A Dstb_image.cpp41 return stbi_load(filename, x, y, comp, req_comp); in lottie_image_load()
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/vector/stb/
H A Dstb_image.cpp41 return stbi_load(filename, x, y, comp, req_comp); in lottie_image_load()
/dports/deskutils/sowon/sowon-0d43de4af5a430052aee2c2691fafe21ad80a83d/
H A Dpng2c.c31 uint32_t *data = (uint32_t *)stbi_load(filepath, &x, &y, &n, 4); in main()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/test/blackbox/
H A DImageLoader.cpp45 _memory.reset(stbi_load(imgPath.string().c_str(), &width, &height, &colors, 1)); in load()
/dports/misc/mnn/MNN-1.2.0/demo/exec/
H A DpictureRotate.cpp35 auto inputImage = stbi_load(inputPatch, &width, &height, &channel, 4); in main()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/
H A DSimpleImage.cpp54 unsigned char *data = stbi_load(FilePath.c_str(), &x, &y, &n, 4); in LoadImage()
/dports/multimedia/lms/lms-3.25.2/src/libs/cover/impl/stb/
H A DRawImage.cpp48 _data = UniquePtrFree {stbi_load(p.string().c_str(), &_width, &_height, &n, 3), std::free}; in RawImage()

12345678910>>...12