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

  /external/libpng/
pngrtran.c 562 png_ptr->transformations |= PNG_GAMMA;
923 png_ptr->transformations &= ~PNG_GAMMA;
926 if ((png_ptr->transformations & (PNG_GAMMA | PNG_RGB_TO_GRAY)) &&
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 534 png_ptr->transformations |= PNG_GAMMA;
860 png_ptr->transformations &= (~PNG_GAMMA);
863 if ((png_ptr->transformations & (PNG_GAMMA | PNG_RGB_TO_GRAY)) &&
    [all...]
png.h     [all...]

Completed in 19 milliseconds