/external/libpng/contrib/pngminus/ |
D | png2pnm.c | 265 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/ |
D | PngFile.c | 174 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/ |
D | pngshim.c | 317 png_get_IHDR( png, info, in Load_SBit_Png() 383 png_get_IHDR( png, info, in Load_SBit_Png()
|
/external/honggfuzz/examples/libpng/ |
D | persistent-png.c | 120 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, &interlace_method, in LLVMFuzzerTestOneInput()
|
/external/libpng/scripts/ |
D | symbols.def | 151 png_get_IHDR @143
|
/external/libpng/contrib/gregbook/ |
D | readpng.c | 139 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, in readpng_init()
|
D | readpng2.c | 261 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, in readpng2_info_callback()
|
/external/libpng/contrib/oss-fuzz/ |
D | libpng_read_fuzzer.cc | 153 if (!png_get_IHDR(png_handler.png_ptr, png_handler.info_ptr, &width, in LLVMFuzzerTestOneInput()
|
D | newcc | 159 if (!png_get_IHDR(png_handler.png_ptr, png_handler.info_ptr, &width,
|
/external/libpng/contrib/examples/ |
D | pngpixel.c | 217 if (png_get_IHDR(png_ptr, info_ptr, &width, &height, in main()
|
/external/pdfium/core/fxcodec/codec/ |
D | ccodec_pngmodule.cpp | 119 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bpc, &color_type, nullptr, in _png_get_header_func()
|
/external/tensorflow/tensorflow/core/lib/png/ |
D | png_io.cc | 228 png_get_IHDR(context->png_ptr, context->info_ptr, &context->width, in CommonInitDecode()
|
/external/libpng/ |
D | example.c | 364 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
|
D | pngget.c | 824 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_IHDR() function
|
D | pngtest.c | 1088 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth, in test_one_file()
|
D | png.h | 2046 PNG_EXPORT(143, png_uint_32, png_get_IHDR, (png_const_structrp png_ptr,
|
D | CHANGES | 1180 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).
|
D | libpng-manual.txt | 1256 png_get_IHDR(png_ptr, info_ptr, &width, &height, 1305 Note that png_get_IHDR() returns 32-bit data into
|
/external/libpng/contrib/libtests/ |
D | pngimage.c | 949 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/ |
D | image_diff_png.cpp | 187 png_get_IHDR(png_ptr, info_ptr, &w, &h, &bit_depth, &color_type, in DecodeInfoCallback()
|
/external/skia/src/codec/ |
D | SkPngCodec.cpp | 842 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth, in infoCallback()
|
/external/skqp/src/codec/ |
D | SkPngCodec.cpp | 842 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth, in infoCallback()
|
/external/pdfium/third_party/libpng16/ |
D | pngget.c | 795 png_get_IHDR(png_const_structrp png_ptr, png_const_inforp info_ptr, in png_get_IHDR() function
|
D | png.h | 2040 PNG_EXPORT(143, png_uint_32, png_get_IHDR, (png_const_structrp png_ptr,
|
/external/ImageMagick/coders/ |
D | png.c | 2587 png_get_IHDR(ping,ping_info,&ping_width,&ping_height, in ReadOnePNGImage()
|