HomeSort by relevance Sort by last modified time
    Searched refs:PNG_FREE_TRNS (Results 1 - 14 of 14) sorted by null

  /external/opencv3/3rdparty/libpng/
pngread.c 1059 if (png_ptr->free_me & PNG_FREE_TRNS)
1061 png_ptr->free_me &= ~PNG_FREE_TRNS;
    [all...]
pngset.c 907 png_free_data(png_ptr, info_ptr, PNG_FREE_TRNS, 0);
942 info_ptr->free_me |= PNG_FREE_TRNS;
    [all...]
png.c 365 if ((mask & PNG_FREE_TRNS) & info_ptr->free_me)
    [all...]
png.h     [all...]
  /external/libpng/
pngset.c 953 png_free_data(png_ptr, info_ptr, PNG_FREE_TRNS, 0);
992 info_ptr->free_me |= PNG_FREE_TRNS;
    [all...]
pngread.c 950 if ((png_ptr->free_me & PNG_FREE_TRNS) != 0)
955 png_ptr->free_me &= ~PNG_FREE_TRNS;
    [all...]
png.h     [all...]
png.c 486 if (((mask & PNG_FREE_TRNS) & info_ptr->free_me) != 0)
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngset.c 930 png_free_data(png_ptr, info_ptr, PNG_FREE_TRNS, 0);
964 info_ptr->free_me |= PNG_FREE_TRNS;
    [all...]
pngread.c 868 if (png_ptr->free_me & PNG_FREE_TRNS)
870 png_ptr->free_me &= ~PNG_FREE_TRNS;
    [all...]
png.h     [all...]
png.c 473 if ((mask & PNG_FREE_TRNS) & info_ptr->free_me)
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
  /external/ImageMagick/coders/
png.c     [all...]

Completed in 55 milliseconds