HomeSort by relevance Sort by last modified time
    Searched refs:readpng (Results 1 - 4 of 4) sorted by null

  /external/libpng/contrib/gregbook/
makevms.com 67 $ 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/
loadpng.c 151 void *readpng(const unsigned char *base, size_t size, unsigned *_width, unsigned *_height) function
  /external/qemu/android/skin/
image.c 273 extern void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
295 data = readpng(base, size, &w, &h);
  /external/qemu/android/
main-common.c 214 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
249 icon_pixels = readpng( icon_data, icon_bytes, &icon_w, &icon_h );
    [all...]

Completed in 6074 milliseconds