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

/external/libpng/
H A 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)
555 else if (!(png_ptr->mode & PNG_IS_READ_STRUCT))
H A Dpngset.c1078 if (location == 0 && !(png_ptr->mode & PNG_IS_READ_STRUCT))
1124 if (png_ptr->mode & PNG_IS_READ_STRUCT)
1132 if (!(png_ptr->mode & PNG_IS_READ_STRUCT))
1467 if (png_ptr->mode & PNG_IS_READ_STRUCT)
1475 if (!(png_ptr->mode & PNG_IS_READ_STRUCT))
H A Dpngtrans.c130 if (png_ptr->mode & PNG_IS_READ_STRUCT)
789 if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&
H A Dpngget.c1103 if (png_ptr->mode & PNG_IS_READ_STRUCT)
H A Dpngpriv.h557 #define PNG_IS_READ_STRUCT 0x8000 /* Else is a write struct */ macro
H A Dpng.c1099 else if ((png_ptr->mode & PNG_IS_READ_STRUCT) != 0 &&
H A Dpngread.c51 png_ptr->mode = PNG_IS_READ_STRUCT;

Completed in 157 milliseconds