Searched refs:loadpng (Results 1 – 3 of 3) sorted by relevance
12 void *loadpng(const char *fn, unsigned *_width, unsigned *_height) in loadpng() function267 data = loadpng(argv[1], &w, &h);
183 common_LOCAL_SRC_FILES += $(LIBPNG_SOURCES) loadpng.c
272 extern void *loadpng(const char *fn, unsigned *_width, unsigned *_height);301 data = loadpng(path, &w, &h); in skin_image_load()