Home
last modified time | relevance | path

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

/external/libpng/contrib/pngminus/
Dpng2pnm.c265 png_get_IHDR (png_ptr, info_ptr, in png2pnm()
300 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.c317 png_get_IHDR( png, info, in Load_SBit_Png()
383 png_get_IHDR( png, info, in Load_SBit_Png()
/external/honggfuzz/examples/libpng/
Dpersistent-png.c120 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, &interlace_method, in LLVMFuzzerTestOneInput()
/external/libpng/scripts/
Dsymbols.def151 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.cc153 if (!png_get_IHDR(png_handler.png_ptr, png_handler.info_ptr, &width, in LLVMFuzzerTestOneInput()
Dnewcc159 if (!png_get_IHDR(png_handler.png_ptr, png_handler.info_ptr, &width,
/external/libpng/contrib/examples/
Dpngpixel.c217 if (png_get_IHDR(png_ptr, info_ptr, &width, &height, in main()
/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp119 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.cc228 png_get_IHDR(context->png_ptr, context->info_ptr, &context->width, in CommonInitDecode()
/external/libpng/
Dexample.c364 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
Dpngget.c824 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_IHDR() function
Dpngtest.c1088 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth, in test_one_file()
Dpng.h2046 PNG_EXPORT(143, png_uint_32, png_get_IHDR, (png_const_structrp png_ptr,
DCHANGES1180 Check for invalid image dimensions in png_get_IHDR.
1204 Check for invalid bit_depth or color_type in png_get_IHDR(), and
2502 Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c
3195 In the manual, describe the png_get_IHDR() arguments in the correct order.
5174 Allow user to call png_get_IHDR() with NULL arguments (Reuben Hawkins).
Dlibpng-manual.txt1256 png_get_IHDR(png_ptr, info_ptr, &width, &height,
1305 Note that png_get_IHDR() returns 32-bit data into
/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.cpp187 png_get_IHDR(png_ptr, info_ptr, &w, &h, &bit_depth, &color_type, in DecodeInfoCallback()
/external/skia/src/codec/
DSkPngCodec.cpp842 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth, in infoCallback()
/external/skqp/src/codec/
DSkPngCodec.cpp842 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth, in infoCallback()
/external/pdfium/third_party/libpng16/
Dpngget.c795 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_IHDR() function
Dpng.h2040 PNG_EXPORT(143, png_uint_32, png_get_IHDR, (png_const_structrp png_ptr,
/external/ImageMagick/coders/
Dpng.c2587 png_get_IHDR(ping,ping_info,&ping_width,&ping_height, in ReadOnePNGImage()