OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readpng_get_image
(Results
1 - 5
of
5
) sorted by null
/external/libpng/contrib/gregbook/
readpng.h
85
uch *
readpng_get_image
(double display_exponent, int *pChannels,
readppm.c
143
uch *
readpng_get_image
(double display_exponent, int *pChannels, ulg *pRowbytes)
function
161
Trace((stderr, "
readpng_get_image
: rowbytes = %ld, height = %ld\n", rowbytes, height));
readpng.c
208
uch *
readpng_get_image
(double display_exponent, int *pChannels, ulg *pRowbytes)
function
278
Trace((stderr, "
readpng_get_image
: channels = %d, rowbytes = %ld, height = %ld\n",
rpng-win.c
428
Trace((stderr, "calling
readpng_get_image
()\n"))
429
image_data =
readpng_get_image
(display_exponent, &image_channels,
431
Trace((stderr, "done with
readpng_get_image
()\n"))
rpng-x.c
381
Trace((stderr, "calling
readpng_get_image
()\n"))
382
image_data =
readpng_get_image
(display_exponent, &image_channels,
384
Trace((stderr, "done with
readpng_get_image
()\n"))
Completed in 282 milliseconds