Searched refs:png_iCCP (Results 1 - 12 of 12) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngunknown.c112 #define png_iCCP PNG_U32(105, 67, 67, 80) macro
216 { "iCCP", PNG_INFO_iCCP, png_iCCP,
/external/libpng/contrib/tools/
H A Dpngfix.c118 #define png_iCCP PNG_U32(105, 67, 67, 80) macro
781 case png_cHRM: case png_iCCP:
2903 case png_zTXt: case png_iCCP:
/external/libpng/
H A Dpngpread.c366 else if (png_ptr->chunk_name == png_iCCP)
H A Dpngread.c220 else if (chunk_name == png_iCCP)
1023 else if (chunk_name == png_iCCP)
H A Dpngwutil.c1233 if (png_text_compress(png_ptr, png_iCCP, &comp, name_len) != Z_OK)
1236 png_write_chunk_header(png_ptr, png_iCCP, name_len + comp.output_len);
H A Dpngpriv.h764 #define png_iCCP PNG_U32(105, 67, 67, 80) macro
H A Dpngrutil.c1408 if (png_inflate_claim(png_ptr, png_iCCP) == Z_OK)
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngpread.c364 else if (png_ptr->chunk_name == png_iCCP)
H A Dfx_pngread.c215 else if (chunk_name == png_iCCP)
802 else if (chunk_name == png_iCCP)
H A Dfx_pngwutil.c1232 if (png_text_compress(png_ptr, png_iCCP, &comp, name_len) != Z_OK)
1235 png_write_chunk_header(png_ptr, png_iCCP, name_len + comp.output_len);
H A Dpngpriv.h717 #define png_iCCP PNG_U32(105, 67, 67, 80) macro
H A Dfx_pngrutil.c1370 if (png_inflate_claim(png_ptr, png_iCCP) == Z_OK)

Completed in 3777 milliseconds