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

1 2

  /external/libpng/
pnglibconf.h 127 #define PNG_WRITE_BGR_SUPPORTED
pngwtran.c 565 #ifdef PNG_WRITE_BGR_SUPPORTED
pngtrans.c 18 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
602 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
pngwrite.c 733 #if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(PNG_READ_BGR_SUPPORTED)
735 png_warning(png_ptr, "PNG_WRITE_BGR_SUPPORTED is not defined");
    [all...]
pngpriv.h     [all...]
png.h     [all...]
  /external/pdfium/third_party/libpng16/
pnglibconf.h 126 #define PNG_WRITE_BGR_SUPPORTED
pngwtran.c 565 #ifdef PNG_WRITE_BGR_SUPPORTED
pngtrans.c 18 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
601 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
pngwrite.c 733 #if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(PNG_READ_BGR_SUPPORTED)
735 png_warning(png_ptr, "PNG_WRITE_BGR_SUPPORTED is not defined");
    [all...]
pngpriv.h     [all...]
png.h     [all...]
  /external/skia/third_party/libpng/
pnglibconf.h 127 #define PNG_WRITE_BGR_SUPPORTED
pngwtran.c 565 #ifdef PNG_WRITE_BGR_SUPPORTED
pngtrans.c 18 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
601 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
pngwrite.c 733 #if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(PNG_READ_BGR_SUPPORTED)
735 png_warning(png_ptr, "PNG_WRITE_BGR_SUPPORTED is not defined");
    [all...]
pngpriv.h     [all...]
png.h     [all...]
  /external/libpng/scripts/
pnglibconf.h.prebuilt 127 #define PNG_WRITE_BGR_SUPPORTED
  /external/syslinux/com32/lib/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 */
pngwrite.c 831 #if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(PNG_READ_BGR_SUPPORTED)
833 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...]
  /external/syslinux/com32/include/
pngconf.h 702 # define PNG_WRITE_BGR_SUPPORTED
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 188 #ifdef PNG_WRITE_BGR_SUPPORTED
    [all...]

Completed in 645 milliseconds

1 2