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

  /external/chromium_org/third_party/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));
  /external/skia/src/core/
SkScalerContext.h 42 uint8_t fContrast; //0.8+1, [0.0, 1.0] artificial contrast
62 return SkIntToScalar(fContrast) / ((1 << 8) - 1);
66 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 236 milliseconds