Searched defs:pChannels (Results 1 - 2 of 2) sorted by relevance

/external/libpng/contrib/gregbook/
H A Dreadppm.c143 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) argument
155 *pChannels = channels;
H A Dreadpng.c206 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) argument
253 *pChannels = (int)png_get_channels(png_ptr, info_ptr);
266 Trace((stderr, "readpng_get_image: channels = %d, rowbytes = %ld, height = %ld\n", *pChannels, rowbytes, height));

Completed in 68 milliseconds