HomeSort by relevance Sort by last modified time
    Searched full:readpng (Results 1 - 14 of 14) 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
Makefile.mingw32 67 ROBJSd = $(RPNG)$(O) readpng.pic$(O)
75 ROBJSs = $(RPNG)$(O) readpng$(O)
116 $(RPNG)$(O): $(RPNG).c readpng.h
120 readpng$(O) readpng.pic$(O): readpng.c readpng.h
Makefile.sgi 66 ROBJS = $(RPNG)$(O) readpng$(O)
92 $(RPNG)$(O): $(RPNG).c readpng.h
96 readpng$(O): readpng.c readpng.h
Makefile.w32 69 ROBJS = $(RPNG)$(O) readpng$(O)
95 $(RPNG)$(O): $(RPNG).c readpng.h
99 readpng$(O): readpng.c readpng.h
Makefile.unx 82 ROBJS = $(RPNG)$(O) readpng$(O)
120 $(RPNG)$(O): $(RPNG).c readpng.h
124 readpng$(O): readpng.c readpng.h
readpng.h 3 rpng - simple PNG display program readpng.h
77 /* prototypes for public functions in readpng.c */
readppm.c 7 This is a special-purpose replacement for readpng.c that allows binary
64 #include "readpng.h" /* typedefs, common macros, public prototypes */
README 34 readpng.c generic back end for the basic viewer
35 readpng.h header file for the basic viewer
readpng.c 3 rpng - simple PNG display program readpng.c
60 #include "readpng.h" /* typedefs, common macros, public prototypes */
rpng-win.c 92 #include "readpng.h" /* typedefs, common macros, readpng prototypes */
rpng-x.c 98 #include "readpng.h" /* typedefs, common macros, readpng prototypes */
  /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 102 milliseconds