Home
last modified time | relevance | path

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

/external/pdfium/third_party/libpng16/
Dpngwtran.c532 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_do_write_transformations()
Dpngtrans.c78 png_ptr->transformations |= PNG_PACKSWAP; in png_set_packswap()
Dpngrutil.c3098 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_combine_row()
3262 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_combine_row()
3569 if ((transformations & PNG_PACKSWAP) != 0) in png_do_read_interlace()
3629 if ((transformations & PNG_PACKSWAP) != 0) in png_do_read_interlace()
3692 if ((transformations & PNG_PACKSWAP) != 0) in png_do_read_interlace()
Dpngpriv.h594 #define PNG_PACKSWAP 0x10000 macro
Dpngwrite.c718 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_write_row()
Dpngread.c418 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_read_row()
Dpngrtran.c4948 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_do_read_transformations()
/external/libpng/
Dpngwtran.c532 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_do_write_transformations()
Dpngtrans.c78 png_ptr->transformations |= PNG_PACKSWAP; in png_set_packswap()
Dpngrutil.c3221 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_combine_row()
3385 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_combine_row()
3693 if ((transformations & PNG_PACKSWAP) != 0) in png_do_read_interlace()
3754 if ((transformations & PNG_PACKSWAP) != 0) in png_do_read_interlace()
3818 if ((transformations & PNG_PACKSWAP) != 0) in png_do_read_interlace()
Dpngpriv.h649 #define PNG_PACKSWAP 0x10000U macro
Dpngwrite.c729 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_write_row()
Dpngread.c423 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_read_row()
Dpngrtran.c4958 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_do_read_transformations()