Searched refs:readpng (Results 1 - 4 of 4) sorted by relevance

/external/libpng/contrib/gregbook/
H A Dmakevms.com67 $ CALL MAKE readpng.OBJ "cc ''CCOPT' readpng" -
68 readpng.c readpng.h
75 rpng-x.c readpng.h
77 "LINK rpng-x,readpng,lib.opt/opt,x11.opt/opt" -
78 rpng-x.obj readpng.obj
/external/qemu/
H A Dloadpng.c151 void *readpng(const unsigned char *base, size_t size, unsigned *_width, unsigned *_height) function
/external/qemu/android/skin/
H A Dimage.c273 extern void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
295 data = readpng(base, size, &w, &h);
/external/qemu/android/
H A Dmain-common.c213 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
248 icon_pixels = readpng( icon_data, icon_bytes, &icon_w, &icon_h );

Completed in 82 milliseconds