/external/libpng/contrib/tools/ |
pngfix.c | 606 /* Information about a sequence of IDAT chunks, the chunks have been re-synced 665 /* Insert a new, malloc'ed, block of IDAT information buffers, this 717 /* PUBLIC GLOBAL VARIABLES: USED INTERNALLY BY IDAT READ CODE */ 718 struct IDAT_list idat_cache; /* Cache of file IDAT information buffers */ 720 * structure to avoid reallocation between IDAT streams. 747 global->idat_max = 0; /* no re-chunking of IDAT */ 831 struct IDAT; 886 # define STATE_CHUNKS 1 /* Non-IDAT chunks are being written */ 887 # define STATE_IDAT 2 /* An IDAT stream is being written */ 893 struct IDAT * idat member in struct:file 1773 struct IDAT *idat = *idat_var; local 1969 struct IDAT *idat; local 2013 struct IDAT * idat; \/* NOTE: May be NULL *\/ member in struct:zlib 3362 struct IDAT *idat = file->idat; local 3527 struct IDAT idat; member in struct:control [all...] |
/external/zopfli/src/zopflipng/lodepng/ |
lodepng_util.cpp | 89 else if(name == "IDAT") 112 size_t l0 = 0; //location 0: IHDR-l0-PLTE (or IHDR-l0-l1-IDAT) 113 size_t l1 = 0; //location 1: PLTE-l1-IDAT (or IHDR-l0-l1-IDAT) 114 size_t l2 = 0; //location 2: IDAT-l2-IEND 129 else if(name == "IDAT") 166 //Read literal data from all IDAT chunks 179 if(std::string(type) == "IDAT") 193 //Decompress all IDAT data 578 std::vector<unsigned char> idat; //the data from idat chunk local [all...] |
lodepng.cpp | 4569 ucvector idat; \/*the data from idat chunks*\/ local [all...] |
/external/skia/src/codec/ |
SkPngCodec.cpp | 182 if (is_chunk(chunk, "IDAT")) { 236 png_byte idat[] = {0, 0, 0, 0, 'I', 'D', 'A', 'T'}; local 237 png_save_uint_32(idat, length); 238 png_process_data(fPng_ptr, fInfo_ptr, idat, 8); [all...] |
/external/skqp/src/codec/ |
SkPngCodec.cpp | 182 if (is_chunk(chunk, "IDAT")) { 236 png_byte idat[] = {0, 0, 0, 0, 'I', 'D', 'A', 'T'}; local 237 png_save_uint_32(idat, length); 238 png_process_data(fPng_ptr, fInfo_ptr, idat, 8); [all...] |