Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngunknown.c131 #define png_sPLT PNG_U32(115, 80, 76, 84) macro
284 { "sPLT", PNG_INFO_sPLT, png_sPLT,
/external/pdfium/third_party/libpng16/
Dpngpread.c314 else if (chunk_name == png_sPLT) in png_push_read_chunk()
Dpngread.c224 else if (chunk_name == png_sPLT) in png_read_info()
891 else if (chunk_name == png_sPLT) in png_read_end()
Dpngpriv.h785 #define png_sPLT PNG_U32(115, 80, 76, 84) macro
Dpngwutil.c1193 png_write_chunk_header(png_ptr, png_sPLT, in png_write_sPLT()
/external/libpng/
Dpngpread.c315 else if (chunk_name == png_sPLT) in png_push_read_chunk()
Dpngread.c229 else if (chunk_name == png_sPLT) in png_read_info()
902 else if (chunk_name == png_sPLT) in png_read_end()
Dpngpriv.h859 #define png_sPLT PNG_U32(115, 80, 76, 84) macro
Dpngwutil.c1200 png_write_chunk_header(png_ptr, png_sPLT, in png_write_sPLT()
/external/libpng/contrib/tools/
Dpngfix.c130 #define png_sPLT PNG_U32(115, 80, 76, 84) macro
806 case png_sPLT: case png_sTER: case png_tEXt: case png_tIME: case png_zTXt: in skip_chunk_type()