Home
last modified time | relevance | path

Searched refs:idat (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c893 struct IDAT * idat; member
901 void (*alloc)(struct file*,int idat);
902 /* idat: allocate IDAT not chunk */
995 if (file->idat != NULL) in file_end()
996 IDAT_end(&file->idat); in file_end()
1052 file->idat = NULL; in file_init()
1672 assert(chunk != NULL && file->idat == NULL); in process_zTXt_iCCP()
1701 assert(chunk != NULL && file->idat == NULL); in process_iTXt()
1773 struct IDAT *idat = *idat_var; in IDAT_end() local
1774 struct file *file = idat in IDAT_end()
1791 IDAT_init(struct IDAT * const idat, struct file * const file) IDAT_init() argument
1826 rechunk_length(struct IDAT *idat, int start) rechunk_length() argument
1969 struct IDAT *idat; process_IDAT() local
2013 struct IDAT * idat; /* NOTE: May be NULL */ global() member
2195 zlib_init(struct zlib *zlib, struct IDAT *idat, struct chunk *chunk, int window_bits, png_uint_32 offset) zlib_init() argument
3362 struct IDAT *idat = file->idat; read_callback() local
3527 struct IDAT idat; global() member
[all...]
/third_party/skia/src/codec/
H A DSkPngCodec.cpp239 png_byte idat[] = {0, 0, 0, 0, 'I', 'D', 'A', 'T'}; in processData() local
240 png_save_uint_32(idat, length); in processData()
241 png_process_data(fPng_ptr, fInfo_ptr, idat, 8); in processData()

Completed in 6 milliseconds