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

  /external/libpng/
pnglibconf.h 130 #define PNG_WRITE_BGR_SUPPORTED
pngwtran.c 561 #ifdef PNG_WRITE_BGR_SUPPORTED
pngtrans.c 18 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
594 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
671 #endif /* PNG_READ_BGR_SUPPORTED or PNG_WRITE_BGR_SUPPORTED */
pngwrite.c 723 #if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(PNG_READ_BGR_SUPPORTED)
725 png_warning(png_ptr, "PNG_WRITE_BGR_SUPPORTED is not defined");
    [all...]
pngpriv.h     [all...]
png.h     [all...]
pngread.c 438 #if defined(PNG_WRITE_BGR_SUPPORTED) && !defined(PNG_READ_BGR_SUPPORTED)
    [all...]
  /external/libpng/scripts/
pnglibconf.h.prebuilt 129 #define PNG_WRITE_BGR_SUPPORTED
  /external/chromium_org/third_party/libpng/
pngwtran.c 76 #ifdef PNG_WRITE_BGR_SUPPORTED
pngtrans.c 19 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
582 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
658 #endif /* PNG_READ_BGR_SUPPORTED or PNG_WRITE_BGR_SUPPORTED */
pngconf.h 702 # define PNG_WRITE_BGR_SUPPORTED
    [all...]
pngwrite.c 832 #if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(PNG_READ_BGR_SUPPORTED)
834 png_warning(png_ptr, "PNG_WRITE_BGR_SUPPORTED is not defined.");
    [all...]
pngread.c 639 #if defined(PNG_WRITE_BGR_SUPPORTED) && !defined(PNG_READ_BGR_SUPPORTED)
    [all...]
png.h     [all...]
  /external/libpng/contrib/libtests/
pngimage.c 167 #ifdef PNG_WRITE_BGR_SUPPORTED
    [all...]

Completed in 3607 milliseconds