Home
last modified time | relevance | path

Searched refs:IHDR (Results 1 – 9 of 9) sorted by relevance

/external/libpng/contrib/libtests/
Dfakepng.c40 const unsigned char IHDR[] = variable
61 put_chunk(IHDR, sizeof IHDR); in main()
/external/harfbuzz_ng/src/
Dhb-ot-color-sbix-table.hh216 } IHDR; member
238 extents->y_bearing = png.IHDR.height + y_offset; in get_png_extents()
239 extents->width = png.IHDR.width; in get_png_extents()
240 extents->height = -png.IHDR.height; in get_png_extents()
/external/oss-fuzz/projects/libpng-proto/
Dpng_fuzz_proto.proto5 message IHDR { message
42 required IHDR ihdr = 1;
/external/libpng/contrib/oss-fuzz/
Dpng.dict15 section_IHDR="IHDR"
/external/tensorflow/tensorflow/core/kernels/fuzzing/dictionaries/
Ddecode_png.dict15 section_IHDR="IHDR"
/external/okhttp/okio/
DREADME.md105 if (type.equals("IHDR")) {
/external/llvm-project/llvm/test/tools/llvm-rc/
Dtag-icon-cursor.test300 ; CHECK-NEXT: 0000: 89504E47 0D0A1A0A 0000000D 49484452 |.PNG........IHDR|
/external/libpng/
Dlibpng-manual.txt606 all known chunks except for the IHDR,
615 take precedence. The IHDR and IEND chunks should not be named in
2239 If the file is interlaced (interlace_type != 0 in the IHDR chunk), things
3003 the IHDR settings. The remaining png_set_*() functions can be called
4723 Checking for and reporting of errors in the IHDR chunk is more thorough.
DCHANGES452 Fixed a bug in the check for valid IHDR bit_depth/color_types in pngrutil.c
1204 check for missing PLTE or IHDR in png_push_read_chunk() (Matthias Clasen).
2416 Moved redundant IHDR checking into new png_check_IHDR() in png.c
2417 and report all errors found in the IHDR data.
4155 unknown chunks and all known chunks except for IHDR, PLTE, tRNS, IDAT,