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

  /external/libpng/
pngstruct.h 276 png_fixed_point background_gamma; member in struct:png_struct_def
pngrtran.c 128 int need_expand, png_fixed_point background_gamma)
146 png_ptr->background_gamma = background_gamma;
158 int need_expand, double background_gamma)
161 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background"));
375 png_ptr->background_gamma = png_ptr->colorspace.gamma; /* just in case */
    [all...]
png.h     [all...]
  /external/pdfium/third_party/libpng16/
pngstruct.h 276 png_fixed_point background_gamma; member in struct:png_struct_def
pngrtran.c 127 int need_expand, png_fixed_point background_gamma)
145 png_ptr->background_gamma = background_gamma;
157 int need_expand, double background_gamma)
160 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background"));
374 png_ptr->background_gamma = png_ptr->colorspace.gamma; /* just in case */
    [all...]
png.h     [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 9216 double background_gamma; member in struct:gamma_display
    [all...]

Completed in 169 milliseconds