Home
last modified time | relevance | path

Searched refs:pRowbytes (Results 1 – 3 of 3) sorted by relevance

/external/libpng/contrib/gregbook/
Dreadppm.c143 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) in readpng_get_image() argument
154 *pRowbytes = rowbytes = channels*width; in readpng_get_image()
Dreadpng.c208 uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes) in readpng_get_image() argument
264 *pRowbytes = rowbytes = png_get_rowbytes(png_ptr, info_ptr); in readpng_get_image()
Dreadpng.h86 ulg *pRowbytes);