Home
last modified time | relevance | path

Searched refs:png_sPLT (Results 1 – 18 of 18) 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/syslinux/com32/lib/libpng/
Dpngread.c533 else if (!png_memcmp(chunk_name, png_sPLT, 4)) in png_read_info()
1095 else if (!png_memcmp(chunk_name, png_sPLT, 4)) in png_read_end()
Dpngpread.c407 else if (!png_memcmp(png_ptr->chunk_name, png_sPLT, 4)) in png_push_read_chunk()
Dpngwutil.c871 png_write_chunk_start(png_ptr, (png_bytep)png_sPLT, in png_write_sPLT()
/external/libpng/
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.h814 #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/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/skia/third_party/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/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()
/external/syslinux/com32/include/
Dpng.h3057 #define PNG_sPLT png_byte png_sPLT[5] = {115, 80, 76, 84, '\0'}
3080 PNG_EXPORT_VAR (png_byte FARDATA) png_sPLT[5];