MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / stbi__png_load

Function stbi__png_load

lite/example/cpp_example/mge/cv/stb_image.h:5832–5838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5830}
5831
5832static void* stbi__png_load(
5833 stbi__context* s, int* x, int* y, int* comp, int req_comp,
5834 stbi__result_info* ri) {
5835 stbi__png p;
5836 p.s = s;
5837 return stbi__do_png(&p, x, y, comp, req_comp, ri);
5838}
5839
5840static int stbi__png_test(stbi__context* s) {
5841 int r;

Callers 1

stbi__load_mainFunction · 0.85

Calls 1

stbi__do_pngFunction · 0.85

Tested by

no test coverage detected