Searched defs:pRowbytes (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
154 *pRowbytes = rowbytes = channels*width;
H A Dreadpng.c206 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) argument
252 *pRowbytes = rowbytes = png_get_rowbytes(png_ptr, info_ptr);

Completed in 168 milliseconds