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

  /external/libpng/
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 612 # define PNG_READ_BGR_SUPPORTED
    [all...]
pngread.c 648 #if defined(PNG_WRITE_BGR_SUPPORTED) && !defined(PNG_READ_BGR_SUPPORTED)
650 png_warning(png_ptr, "PNG_READ_BGR_SUPPORTED is not defined.");
    [all...]
pngwrite.c 832 #if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(PNG_READ_BGR_SUPPORTED)
    [all...]
png.h     [all...]
pngrtran.c     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngtrans.c 15 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
549 #if defined(PNG_READ_BGR_SUPPORTED) || defined(PNG_WRITE_BGR_SUPPORTED)
624 #endif /* PNG_READ_BGR_SUPPORTED or PNG_WRITE_BGR_SUPPORTED */
pngconf.h 559 # define PNG_READ_BGR_SUPPORTED
    [all...]
pngread.c 608 #if defined(PNG_WRITE_BGR_SUPPORTED) && !defined(PNG_READ_BGR_SUPPORTED)
610 png_warning(png_ptr, "PNG_READ_BGR_SUPPORTED is not defined.");
    [all...]
png.h     [all...]
pngwrite.c 794 #if !defined(PNG_WRITE_BGR_SUPPORTED) && defined(PNG_READ_BGR_SUPPORTED)
    [all...]
pngrtran.c     [all...]

Completed in 354 milliseconds