Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dfakepng.c40 const unsigned char IHDR[] = variable
61 put_chunk(IHDR, sizeof IHDR); in main()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DPixmapIO.java181 static private final int IHDR = 0x49484452, IDAT = 0x49444154, IEND = 0x49454E44; field in PixmapIO.PNG
228 buffer.writeInt(IHDR); in write()
/external/okhttp/okio/
DREADME.md105 if (type.equals("IHDR")) {
/external/libpng/
Dlibpng-manual.txt601 all known chunks except for the IHDR,
610 take precedence. The IHDR and IEND chunks should not be named in
2191 If the file is interlaced (interlace_type != 0 in the IHDR chunk), things
2949 the IHDR settings. The remaining png_set_*() functions can be called
4653 Checking for and reporting of errors in the IHDR chunk is more thorough.
DCHANGES453 Fixed a bug in the check for valid IHDR bit_depth/color_types in pngrutil.c
1205 check for missing PLTE or IHDR in png_push_read_chunk() (Matthias Clasen).
2417 Moved redundant IHDR checking into new png_check_IHDR() in png.c
2418 and report all errors found in the IHDR data.
4156 unknown chunks and all known chunks except for IHDR, PLTE, tRNS, IDAT,