/external/libpng/tests/ |
pngunknown-IDAT | 2 exec ./pngunknown --strict default=discard IDAT=save "${srcdir}/pngtest.png"
|
/prebuilts/go/darwin-x86/src/image/png/ |
reader.go | 89 // present), IDAT and IEND chunks must appear in that order. There may be 90 // multiple IDAT chunks, and IDAT chunks must be sequential (i.e. they may not 319 // Read presents one or more IDAT chunks as one continuous stream (minus the 321 // ... len0 IDAT xxx crc0 len1 IDAT yy crc1 len2 IEND crc2 324 // first IDAT and xxx, and the decoder state immediately after the last Read 331 // We have exhausted an IDAT chunk. Verify the checksum of that chunk. 336 // it is an IDAT chunk. 341 if string(d.tmp[4:8]) != "IDAT" { [all...] |
reader_test.go | 481 // but the zlib-compressed IDAT payload contains two bytes "\x02\x00", 485 idat = "\x00\x00\x00\x0eIDAT\x78\x9c\x62\x62\x00\x04\x00\x00\xff\xff\x00\x06\x00\x03\xfa\xd0\x59\xae" 488 _, err := Decode(strings.NewReader(pngHeader + ihdr + idat + iend)) 496 // a trailing zero-length IDAT chunk (see PNG specification section 12.9): 508 // Non-zero-length trailing IDAT chunks should be ignored (recoverable error). 514 t.Fatalf("trailing IDAT not ignored: %v", err) 517 t.Fatal("decoded image from trailing IDAT chunk") 538 idat = "\x00\x00\x00\x0eIDAT\x78\x9c\x62\x62\x00\x04\x00\x00\xff\xff\x00\x06\x00\x03\xfa\xd0\x59\xae" 549 b = append(b, idat...)
|
writer.go | 168 // An encoder is an io.Writer that satisfies writes by writing PNG IDAT chunks, 175 e.writeChunk(b, "IDAT") 442 // Write the actual image data to one or more IDAT chunks.
|
/prebuilts/go/linux-x86/src/image/png/ |
reader.go | 89 // present), IDAT and IEND chunks must appear in that order. There may be 90 // multiple IDAT chunks, and IDAT chunks must be sequential (i.e. they may not 319 // Read presents one or more IDAT chunks as one continuous stream (minus the 321 // ... len0 IDAT xxx crc0 len1 IDAT yy crc1 len2 IEND crc2 324 // first IDAT and xxx, and the decoder state immediately after the last Read 331 // We have exhausted an IDAT chunk. Verify the checksum of that chunk. 336 // it is an IDAT chunk. 341 if string(d.tmp[4:8]) != "IDAT" { [all...] |
reader_test.go | 481 // but the zlib-compressed IDAT payload contains two bytes "\x02\x00", 485 idat = "\x00\x00\x00\x0eIDAT\x78\x9c\x62\x62\x00\x04\x00\x00\xff\xff\x00\x06\x00\x03\xfa\xd0\x59\xae" 488 _, err := Decode(strings.NewReader(pngHeader + ihdr + idat + iend)) 496 // a trailing zero-length IDAT chunk (see PNG specification section 12.9): 508 // Non-zero-length trailing IDAT chunks should be ignored (recoverable error). 514 t.Fatalf("trailing IDAT not ignored: %v", err) 517 t.Fatal("decoded image from trailing IDAT chunk") 538 idat = "\x00\x00\x00\x0eIDAT\x78\x9c\x62\x62\x00\x04\x00\x00\xff\xff\x00\x06\x00\x03\xfa\xd0\x59\xae" 549 b = append(b, idat...)
|
writer.go | 168 // An encoder is an io.Writer that satisfies writes by writing PNG IDAT chunks, 175 e.writeChunk(b, "IDAT") 442 // Write the actual image data to one or more IDAT chunks.
|
/external/libpng/contrib/tools/ |
pngfix.c | 607 /* Information about a sequence of IDAT chunks, the chunks have been re-synced 666 /* Insert a new, malloc'ed, block of IDAT information buffers, this 718 /* PUBLIC GLOBAL VARIABLES: USED INTERNALLY BY IDAT READ CODE */ 719 struct IDAT_list idat_cache; /* Cache of file IDAT information buffers */ 721 * structure to avoid reallocation between IDAT streams. 748 global->idat_max = 0; /* no re-chunking of IDAT */ 832 struct IDAT; 887 # define STATE_CHUNKS 1 /* Non-IDAT chunks are being written */ 888 # define STATE_IDAT 2 /* An IDAT stream is being written */ 894 struct IDAT * idat member in struct:file 1774 struct IDAT *idat = *idat_var; local 1970 struct IDAT *idat; local 2014 struct IDAT * idat; \/* NOTE: May be NULL *\/ member in struct:zlib 3363 struct IDAT *idat = file->idat; local 3527 struct IDAT idat; member in struct:control [all...] |
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/ |
builder-0.10.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/ |
builder-0.11.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/ |
builder-0.12.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/ |
builder-0.12.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.0/ |
builder-0.13.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.3/ |
builder-0.13.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.13.4/ |
builder-0.13.4.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.1/ |
builder-0.9.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.9.3/ |
builder-0.9.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.14.0/ |
builder-0.14.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/builder/0.14.1/ |
builder-0.14.1.jar | |
/prebuilts/devtools/tools/lib/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/jfreechart/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/ |
itext-2.0.8.jar | |