HomeSort by relevance Sort by last modified time
    Searched full:readpng_get_image (Results 1 - 5 of 5) sorted by null

  /external/libpng/contrib/gregbook/
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",
readpng.h 85 uch *readpng_get_image(double display_exponent, int *pChannels,
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 153 milliseconds