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

/external/libpng/contrib/libtests/
H A Dpngunknown.c119 #define png_sPLT PNG_U32(115, 80, 76, 84) macro
265 { "sPLT", PNG_INFO_sPLT, png_sPLT,
/external/chromium_org/third_party/libpng/
H A Dpngread.c533 else if (!png_memcmp(chunk_name, png_sPLT, 4))
1095 else if (!png_memcmp(chunk_name, png_sPLT, 4))
H A Dpngpread.c407 else if (!png_memcmp(png_ptr->chunk_name, png_sPLT, 4))
H A Dpng.h3062 #define PNG_sPLT png_byte png_sPLT[5] = {115, 80, 76, 84, '\0'}
3085 PNG_EXPORT_VAR (png_byte FARDATA) png_sPLT[5];
H A Dpngwutil.c871 png_write_chunk_start(png_ptr, (png_bytep)png_sPLT,
/external/qemu/distrib/libpng-1.2.46/
H A Dpngread.c537 else if (!png_memcmp(chunk_name, png_sPLT, 4))
1257 else if (!png_memcmp(chunk_name, png_sPLT, 4))
H A Dpngpread.c407 else if (!png_memcmp(png_ptr->chunk_name, png_sPLT, 4))
H A Dpng.h3134 #define PNG_sPLT png_byte png_sPLT[5] = {115, 80, 76, 84, '\0'}
3157 PNG_EXPORT_VAR (png_byte FARDATA) png_sPLT[5];
H A Dpngwutil.c871 png_write_chunk_start(png_ptr, (png_bytep)png_sPLT,
/external/libpng/
H A Dpngpread.c379 else if (chunk_name == png_sPLT)
H A Dpngread.c225 else if (chunk_name == png_sPLT)
1027 else if (chunk_name == png_sPLT)
H A Dpngpriv.h771 #define png_sPLT PNG_U32(115, 80, 76, 84) macro
H A Dpngwutil.c1269 png_write_chunk_header(png_ptr, png_sPLT,
/external/libpng/contrib/tools/
H A Dpngfix.c125 #define png_sPLT PNG_U32(115, 80, 76, 84) macro
801 case png_sPLT: case png_sTER: case png_tEXt: case png_tIME: case png_zTXt:

Completed in 735 milliseconds