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

  /external/chromium_org/third_party/libpng/
pngset.c 118 double png_gamma; local
129 png_gamma=21474.83;
132 png_gamma = file_gamma;
133 info_ptr->gamma = (float)png_gamma;
135 info_ptr->int_gamma = (int)(png_gamma*100000.+.5);
138 if (png_gamma == 0.0)
146 png_fixed_point png_gamma; local
156 png_gamma=PNG_UINT_31_MAX;
163 png_gamma = 0;
166 png_gamma = int_gamma
    [all...]
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.46/
pngset.c 118 double png_gamma; local
129 png_gamma=21474.83;
132 png_gamma = file_gamma;
133 info_ptr->gamma = (float)png_gamma;
135 info_ptr->int_gamma = (int)(png_gamma*100000.+.5);
138 if (png_gamma == 0.0)
146 png_fixed_point png_gamma; local
156 png_gamma=PNG_UINT_31_MAX;
163 png_gamma = 0;
166 png_gamma = int_gamma
    [all...]
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/libpng/
pngrtran.c     [all...]
pngpriv.h 573 #define PNG_GAMMA 0x2000
    [all...]
pngread.c     [all...]
CHANGES     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c     [all...]
pngpriv.h 485 #define PNG_GAMMA 0x2000
    [all...]

Completed in 344 milliseconds