Home
last modified time | relevance | path

Searched refs:PNG_IS_READ_STRUCT (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngerror.c367 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_benign_error()
378 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_benign_error()
541 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_chunk_report()
555 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_chunk_report()
A Dpngtrans.c130 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_filler()
811 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_set_user_transform_info()
A Dpngset.c1171 if (location == 0 && (png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in check_location()
1217 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_unknown_chunks()
1226 if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_set_unknown_chunks()
1575 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_compression_buffer_size()
1583 if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_set_compression_buffer_size()
A Dpngget.c1175 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_get_compression_buffer_size()
A Dpngpriv.h639 #define PNG_IS_READ_STRUCT 0x8000U /* Else is a write struct */ macro
A Dpng.c1135 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&
A Dpngread.c51 png_ptr->mode = PNG_IS_READ_STRUCT;

Completed in 24 milliseconds