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

  /external/skia/src/core/
SkScalerContext.h 37 uint8_t fContrast; //0.8+1, [0.0, 1.0] artificial contrast
57 return SkIntToScalar(fContrast) / ((1 << 8) - 1);
61 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...]

Completed in 84 milliseconds