Home
last modified time | relevance | path

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

/external/skia/third_party/libpng/
Dpngerror.c367 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&
378 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&
541 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0)
555 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0)
Dpngset.c1107 if (location == 0 && (png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in check_location()
1153 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_unknown_chunks()
1162 if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_set_unknown_chunks()
1510 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_compression_buffer_size()
1518 if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_set_compression_buffer_size()
Dpngtrans.c130 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_filler()
796 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_set_user_transform_info()
Dpngget.c1145 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_get_compression_buffer_size()
Dpngpriv.h575 #define PNG_IS_READ_STRUCT 0x8000 /* Else is a write struct */ macro
Dpng.c1100 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&
Dpngread.c51 png_ptr->mode = PNG_IS_READ_STRUCT;
/external/libpng/
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()
Dpngset.c1109 if (location == 0 && (png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in check_location()
1155 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_unknown_chunks()
1164 if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_set_unknown_chunks()
1512 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_compression_buffer_size()
1520 if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_set_compression_buffer_size()
Dpngtrans.c130 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_filler()
797 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_set_user_transform_info()
Dpngget.c1145 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_get_compression_buffer_size()
Dpngpriv.h604 #define PNG_IS_READ_STRUCT 0x8000 /* Else is a write struct */ macro
Dpng.c1100 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&
Dpngread.c51 png_ptr->mode = PNG_IS_READ_STRUCT;
/external/pdfium/third_party/libpng16/
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()
Dpngset.c1122 if (location == 0 && (png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in check_location()
1168 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_unknown_chunks()
1177 if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_set_unknown_chunks()
1525 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_compression_buffer_size()
1533 if ((png_ptr->mode & PNG_IS_READ_STRUCT) == 0) in png_set_compression_buffer_size()
Dpngtrans.c130 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_set_filler()
796 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_set_user_transform_info()
Dpngget.c1145 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0) in png_get_compression_buffer_size()
Dpngpriv.h575 #define PNG_IS_READ_STRUCT 0x8000 /* Else is a write struct */ macro
Dpngread.c51 png_ptr->mode = PNG_IS_READ_STRUCT;
Dpng.c1100 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&