Home
last modified time | relevance | path

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

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngerror.c366 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_benign_error()
377 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_benign_error()
519 if (png_ptr->mode & PNG_IS_READ_STRUCT) in png_chunk_report()
533 else if (!(png_ptr->mode & PNG_IS_READ_STRUCT)) in png_chunk_report()
Dfx_pngset.c1077 if (location == 0 && !(png_ptr->mode & PNG_IS_READ_STRUCT)) in check_location()
1123 if (png_ptr->mode & PNG_IS_READ_STRUCT) in png_set_unknown_chunks()
1131 if (!(png_ptr->mode & PNG_IS_READ_STRUCT)) in png_set_unknown_chunks()
1466 if (png_ptr->mode & PNG_IS_READ_STRUCT) in png_set_compression_buffer_size()
1474 if (!(png_ptr->mode & PNG_IS_READ_STRUCT)) in png_set_compression_buffer_size()
Dfx_pngtrans.c127 if (png_ptr->mode & PNG_IS_READ_STRUCT) in png_set_filler()
786 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 && in png_set_user_transform_info()
Dfx_pngget.c1102 if (png_ptr->mode & PNG_IS_READ_STRUCT) in png_get_compression_buffer_size()
Dpngpriv.h510 #define PNG_IS_READ_STRUCT 0x8000 /* Else is a write struct */ macro
Dfx_pngread.c50 png_ptr->mode = PNG_IS_READ_STRUCT;
Dfx_png.c1035 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&
/external/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.h539 #define PNG_IS_READ_STRUCT 0x8000 /* Else is a write struct */ macro
Dpng.c1099 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&
Dpngread.c51 png_ptr->mode = PNG_IS_READ_STRUCT;