Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngunknown.c130 #define png_sPLT PNG_U32(115, 80, 76, 84) macro
276 { "sPLT", PNG_INFO_sPLT, png_sPLT,
/external/opencv3/3rdparty/libpng/
Dpngread.c304 else if (chunk_name == png_sPLT) in png_read_info()
906 else if (chunk_name == png_sPLT) in png_read_end()
Dpngpread.c398 else if (chunk_name == png_sPLT) in png_push_read_chunk()
Dpngpriv.h657 #define png_sPLT PNG_CHUNK(115, 80, 76, 84) macro
Dpngwutil.c1197 png_write_chunk_header(png_ptr, png_sPLT, in png_write_sPLT()
/external/libpng/
Dpngpread.c312 else if (chunk_name == png_sPLT) in png_push_read_chunk()
Dpngread.c221 else if (chunk_name == png_sPLT) in png_read_info()
881 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/pdfium/third_party/lpng_v163/
Dpngpread.c377 else if (chunk_name == png_sPLT) in png_push_read_chunk()
Dpngread.c220 else if (chunk_name == png_sPLT) in png_read_info()
807 else if (chunk_name == png_sPLT) in png_read_end()
Dpngpriv.h718 #define png_sPLT PNG_U32(115, 80, 76, 84) macro
Dpngwutil.c1268 png_write_chunk_header(png_ptr, png_sPLT, in png_write_sPLT()
/external/libpng/contrib/tools/
Dpngfix.c131 #define png_sPLT PNG_U32(115, 80, 76, 84) macro
807 case png_sPLT: case png_sTER: case png_tEXt: case png_tIME: case png_zTXt: in skip_chunk_type()