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
88
int
readpng_init
(FILE *infile, ulg *pWidth, ulg *pHeight)
function
rpng-win.c
342
if ((rc =
readpng_init
(infile, &image_width, &image_height)) != 0) {
358
": unknown
readpng_init
() error\n");
rpng-x.c
303
if ((rc =
readpng_init
(infile, &image_width, &image_height)) != 0) {
319
": unknown
readpng_init
() error\n");
Completed in 196 milliseconds