Home
last modified time | relevance | path

Searched refs:png_get_IHDR (Results 1 – 24 of 24) sorted by relevance

/external/libpng/contrib/pngminus/
Dpng2pnm.c222 png_get_IHDR (png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, in png2pnm()
256 png_get_IHDR (png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, in png2pnm()
/external/libpng/contrib/visupng/
DPngFile.c174 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth,
221 png_get_IHDR(png_ptr, info_ptr, piWidth, piHeight, &iBitDepth,
/external/freetype/src/sfnt/
Dpngshim.c322 png_get_IHDR( png, info, in Load_SBit_Png()
388 png_get_IHDR( png, info, in Load_SBit_Png()
/external/libpng/scripts/
Dsymbols.def150 png_get_IHDR @143
/external/libpng/contrib/gregbook/
Dreadpng.c139 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, in readpng_init()
Dreadpng2.c261 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, in readpng2_info_callback()
/external/libpng/contrib/oss-fuzz/
Dlibpng_read_fuzzer.cc151 if (!png_get_IHDR(png_handler.png_ptr, png_handler.info_ptr, &width, in LLVMFuzzerTestOneInput()
/external/libpng/contrib/examples/
Dpngpixel.c217 if (png_get_IHDR(png_ptr, info_ptr, &width, &height, in main()
/external/pdfium/core/fxcodec/png/
Dpngmodule.cpp94 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bpc, &color_type, nullptr, in _png_get_header_func()
/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc229 png_get_IHDR(context->png_ptr, context->info_ptr, &context->width, in CommonInitDecode()
/external/libpng/
Dexample.c365 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
Dpngget.c825 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_IHDR() function
Dpngtest.c1090 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth, in test_one_file()
Dpng.h2015 PNG_EXPORT(143, png_uint_32, png_get_IHDR, (png_const_structrp png_ptr,
DCHANGES1179 Check for invalid image dimensions in png_get_IHDR.
1203 Check for invalid bit_depth or color_type in png_get_IHDR(), and
2501 Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c
3194 In the manual, describe the png_get_IHDR() arguments in the correct order.
5173 Allow user to call png_get_IHDR() with NULL arguments (Reuben Hawkins).
Dlibpng-manual.txt1257 png_get_IHDR(png_ptr, info_ptr, &width, &height,
1306 Note that png_get_IHDR() returns 32-bit data into
/external/pdfium/third_party/libpng16/
Dpngprefix.h114 #define png_get_IHDR PDFIUM_png_get_IHDR macro
Dpngget.c825 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_IHDR() function
Dpng.h2015 PNG_EXPORT(143, png_uint_32, png_get_IHDR, (png_const_structrp png_ptr,
/external/libpng/contrib/libtests/
Dpngimage.c949 if (!png_get_IHDR(pp, ip, in update_display()
1003 png_get_IHDR(dp->read_pp, dp->read_ip, &width, &height, &bit_depth, in compare_read()
/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp184 png_get_IHDR(png_ptr, info_ptr, &w, &h, &bit_depth, &color_type, in DecodeInfoCallback()
/external/skqp/src/codec/
DSkPngCodec.cpp842 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth, in infoCallback()
/external/skia/src/codec/
DSkPngCodec.cpp841 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth, in infoCallback()
/external/ImageMagick/coders/
Dpng.c2594 png_get_IHDR(ping,ping_info,&ping_width,&ping_height, in ReadOnePNGImage()