HomeSort by relevance Sort by last modified time
    Searched full:readpng (Results 1 - 18 of 18) 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 68 ROBJSd = $(RPNG)$(O) readpng.pic$(O)
76 ROBJSs = $(RPNG)$(O) readpng$(O)
117 $(RPNG)$(O): $(RPNG).c readpng.h
121 readpng$(O) readpng.pic$(O): readpng.c readpng.h
Makefile.sgi 67 ROBJS = $(RPNG)$(O) readpng$(O)
93 $(RPNG)$(O): $(RPNG).c readpng.h
97 readpng$(O): readpng.c readpng.h
Makefile.w32 70 ROBJS = $(RPNG)$(O) readpng$(O)
96 $(RPNG)$(O): $(RPNG).c readpng.h
100 readpng$(O): readpng.c readpng.h
Makefile.unx 83 ROBJS = $(RPNG)$(O) readpng$(O)
121 $(RPNG)$(O): $(RPNG).c readpng.h
125 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
61 #include "readpng.h" /* typedefs, common macros, public prototypes */
rpng-win.c 118 #include "readpng.h" /* typedefs, common macros, readpng prototypes */
rpng-x.c 98 #include "readpng.h" /* typedefs, common macros, readpng prototypes */
  /external/libpng/contrib/libtests/
readpng.c 0 /* readpng.c
  /external/qemu/android/
loadpng.c 151 void *readpng(const unsigned char *base, size_t size, unsigned *_width, unsigned *_height) function
main-common-ui.c 178 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
213 icon_pixels = readpng( icon_data, icon_bytes, &icon_w, &icon_h );
  /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/libpng/
Makefile.am 221 contrib/libtests/readpng.o: pnglibconf.h
Makefile.in     [all...]
CHANGES     [all...]

Completed in 102 milliseconds