Searched refs:png_get_image_width (Results 1 - 12 of 12) sorted by relevance

/external/deqp/framework/common/
H A DtcuImageIO.cpp105 const int width = png_get_image_width(png_ptr, info_ptr);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.cpp306 png_uint_32 width = png_get_image_width(png, info);
/external/chromium_org/third_party/libpng/
H A Dpngusr.h231 #define png_get_image_width wk_png_get_image_width macro
H A Dpngget.c55 png_get_image_width(png_structp png_ptr, png_infop info_ptr) function
H A Dpng.h2272 extern PNG_EXPORT(png_uint_32, png_get_image_width) PNGARG((png_structp
/external/libpng/contrib/libtests/
H A Dpngunknown.c799 png_uint_32 width = png_get_image_width(d->png_ptr, d->info_ptr);
H A Dpngvalid.c4496 dp->w = png_get_image_width(pp, pi);
4638 dp->bit_width = png_get_image_width(pp, pi) * dp->pixel_size;
/external/libpng/
H A Dpngget.c52 png_get_image_width(png_const_structrp png_ptr, png_const_inforp info_ptr) function
H A Dpngtest.c1527 iwidth = png_get_image_width(write_ptr, write_info_ptr);
H A Dpng.h2029 PNG_EXPORT(115, png_uint_32, png_get_image_width, (png_const_structrp png_ptr,
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c55 png_get_image_width(png_structp png_ptr, png_infop info_ptr) function
H A Dpng.h2344 extern PNG_EXPORT(png_uint_32, png_get_image_width) PNGARG((png_structp

Completed in 280 milliseconds