Home
last modified time | relevance | path

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

/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.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.c415 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/opencv3/3rdparty/libpng/
Dpngtrans.c76 png_ptr->transformations |= PNG_PACKSWAP; in png_set_packswap()
Dpngwtran.c53 if (png_ptr->transformations & PNG_PACKSWAP) in png_do_write_transformations()
Dpngrutil.c2826 if (png_ptr->transformations & PNG_PACKSWAP) /* little-endian byte */ in png_combine_row()
2988 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
3293 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
3352 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
3414 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
Dpngread.c416 if (png_ptr->transformations & PNG_PACKSWAP) in png_read_row()
Dpngwrite.c646 if (png_ptr->transformations & PNG_PACKSWAP) in png_write_row()
Dpngpriv.h488 #define PNG_PACKSWAP 0x10000 macro
Dpngrtran.c2315 if (png_ptr->transformations & PNG_PACKSWAP) in png_do_read_transformations()
/external/pdfium/third_party/lpng_v163/
Dpngtrans.c75 png_ptr->transformations |= PNG_PACKSWAP; in png_set_packswap()
Dpngwtran.c52 if (png_ptr->transformations & PNG_PACKSWAP) in png_do_write_transformations()
Dpngrutil.c3038 if (png_ptr->transformations & PNG_PACKSWAP) /* little-endian byte */ in png_combine_row()
3200 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
3507 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
3567 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
3630 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
Dpngpriv.h523 #define PNG_PACKSWAP 0x10000 macro
Dpngwrite.c642 if (png_ptr->transformations & PNG_PACKSWAP) in png_write_row()
Dpngread.c347 if (png_ptr->transformations & PNG_PACKSWAP) in png_read_row()
Dpngrtran.c2356 if (png_ptr->transformations & PNG_PACKSWAP) in png_do_read_transformations()