OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readpng_init
(Results
1 - 5
of
5
) sorted by null
/external/libpng/contrib/gregbook/
readpng.h
81
int
readpng_init
(FILE *infile, ulg *pWidth, ulg *pHeight);
readppm.c
81
int
readpng_init
(FILE *infile, ulg *pWidth, ulg *pHeight)
function
readpng.c
87
int
readpng_init
(FILE *infile, ulg *pWidth, ulg *pHeight)
function
rpng-win.c
309
if ((rc =
readpng_init
(infile, &image_width, &image_height)) != 0) {
325
": unknown
readpng_init
() error\n");
rpng-x.c
299
if ((rc =
readpng_init
(infile, &image_width, &image_height)) != 0) {
315
": unknown
readpng_init
() error\n");
Completed in 80 milliseconds