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

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dreadpng.c182 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) argument
229 *pChannels = (int)png_get_channels(png_ptr, info_ptr);
242 Trace((stderr, "readpng_get_image: channels = %d, rowbytes = %ld, height = %ld\n", *pChannels, rowbytes, height));

Completed in 47 milliseconds