Home
last modified time | relevance | path

Searched refs:png_pCAL (Results 1 – 10 of 10) sorted by relevance

/external/libpng/contrib/libtests/
Dpngunknown.c115 #define png_pCAL PNG_U32(112, 67, 65, 76) macro
237 { "pCAL", PNG_INFO_pCAL, png_pCAL,
/external/libpng/
Dpngpread.c457 else if (chunk_name == png_pCAL) in png_push_read_chunk()
Dpngpriv.h767 #define png_pCAL PNG_U32(112, 67, 65, 76) macro
Dpngread.c195 else if (chunk_name == png_pCAL) in png_read_info()
998 else if (chunk_name == png_pCAL) in png_read_end()
Dpngwutil.c1836 png_write_chunk_header(png_ptr, png_pCAL, (png_uint_32)total_len); in png_write_pCAL()
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngpread.c455 else if (chunk_name == png_pCAL) in png_push_read_chunk()
Dfx_pngread.c190 else if (chunk_name == png_pCAL) in png_read_info()
777 else if (chunk_name == png_pCAL) in png_read_end()
Dpngpriv.h720 #define png_pCAL PNG_U32(112, 67, 65, 76) macro
Dfx_pngwutil.c1835 png_write_chunk_header(png_ptr, png_pCAL, (png_uint_32)total_len); in png_write_pCAL()
/external/libpng/contrib/tools/
Dpngfix.c121 #define png_pCAL PNG_U32(112, 67, 65, 76) macro
800 case png_iTXt: case png_oFFs: case png_pCAL: case png_pHYs: case png_sCAL: in skip_chunk_type()