Searched refs:png_get_IHDR (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dpngshim.c236 png_get_IHDR( png, info,
282 png_get_IHDR( png, info,
/external/freetype/src/sfnt/
H A Dpngshim.c247 png_get_IHDR( png, info,
315 png_get_IHDR( png, info,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dpngshim.c236 png_get_IHDR( png, info,
282 png_get_IHDR( png, info,
/external/qemu/android/
H A Dloadpng.c67 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
199 png_get_IHDR(p, pi, &width, &height, &bitdepth, &colortype,
/external/libpng/contrib/gregbook/
H A Dreadpng.c138 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
H A Dreadpng2.c255 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
/external/libpng/contrib/pngminus/
H A Dpng2pnm.c247 png_get_IHDR (png_ptr, info_ptr,
282 png_get_IHDR (png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
/external/libpng/contrib/visupng/
H A DPngFile.c174 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth,
221 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth,
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libpng.cpp280 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
317 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
494 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
744 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
773 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp280 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
317 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
494 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
744 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
773 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
/external/libpng/contrib/examples/
H A Dpngpixel.c212 * png_get_IHDR, if this fails we can now use 'png_error' to
215 if (png_get_IHDR(png_ptr, info_ptr, &width, &height,
323 png_error(png_ptr, "pngpixel: png_get_IHDR failed");
/external/opencv/otherlibs/highgui/
H A Dgrfmt_png.cpp157 png_get_IHDR( png_ptr, info_ptr, &width, &height,
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.cpp329 png_get_IHDR(png, info, &width, &height, &bitDepth, &colorType, &interlaceType, &compressionType, &filterType);
/external/chromium_org/third_party/libpng/
H A Dpngusr.h209 #define png_get_IHDR wk_png_get_IHDR macro
H A Dpngget.c577 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, function
H A Dpng.h2398 extern PNG_EXPORT(png_uint_32,png_get_IHDR) PNGARG((png_structp png_ptr,
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc152 png_get_IHDR(png_ptr, info_ptr, &w, &h, &bit_depth, &color_type,
/external/libpng/
H A Dexample.c364 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
H A Dpngget.c762 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, function
H A Dpngtest.c1051 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth,
H A Dpng.h2170 PNG_EXPORT(143, png_uint_32, png_get_IHDR, (png_const_structrp png_ptr,
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc165 png_get_IHDR(png_ptr, info_ptr, &w, &h, &bit_depth, &color_type,
/external/libpng/contrib/libtests/
H A Dpngimage.c866 if (!png_get_IHDR(pp, ip,
869 display_log(dp, LIBPNG_BUG, "png_get_IHDR failed");
923 png_get_IHDR(dp->read_pp, dp->read_ip, &width, &height, &bit_depth,
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c577 png_get_IHDR(png_structp png_ptr, png_infop info_ptr, function
H A Dpng.h2470 extern PNG_EXPORT(png_uint_32,png_get_IHDR) PNGARG((png_structp png_ptr,

Completed in 193 milliseconds