HomeSort by relevance Sort by last modified time
    Searched defs:fContrast (Results 1 - 5 of 5) sorted by null

  /external/skia/include/effects/
SkHighContrastFilter.h 29 fContrast = 0.0f;
37 fContrast(contrast) {}
43 fContrast >= -1.0 &&
44 fContrast <= 1.0;
55 SkScalar fContrast;
  /external/skia/src/core/
SkScalerContext.h 53 uint8_t fContrast; //0.8+1, [0.0, 1.0] artificial contrast
73 return SkIntToScalar(fContrast) / ((1 << 8) - 1);
77 fContrast = SkScalarRoundToInt(c * ((1 << 8) - 1));
  /hardware/intel/img/psb_video/src/
psb_texture.c 720 double fContrast;
742 fContrast = (pPriv->contrast.Value + 100) / 100.0;
755 bright_off, fContrast, &yCoeff, &uCoeff, &vCoeff,
769 bright_off, fContrast, &yCoeff, &uCoeff, &vCoeff,
784 bright_off, fContrast, &yCoeff, &uCoeff, &vCoeff,
    [all...]
  /external/dng_sdk/source/
dng_exif.h 99 uint32 fContrast;
dng_image_writer.h 833 tag_uint16 fContrast;

Completed in 269 milliseconds