HomeSort by relevance Sort by last modified time
    Searched refs:fContrast (Results 1 - 12 of 12) 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/effects/
SkHighContrastFilter.cpp 30 fConfig.fContrast = SkScalarPin(fConfig.fContrast,
106 if (fConfig.fContrast != 0.0) {
108 float c = fConfig.fContrast;
138 buffer.writeScalar(fConfig.fContrast);
145 config.fContrast = buffer.readScalar();
193 fConfig.fContrast == that.fConfig.fContrast;
230 pdm.set1f(fContrastUni, hcfe.config().fContrast);
  /external/skia/tests/
HighContrastFilterTest.cpp 80 config.fContrast = 0.5f;
86 config.fContrast = 1.1f;
  /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));
SkGlyphCache.cpp 396 rec.fLumBits & 0xFF, rec.fDeviceGamma, rec.fPaintGamma, rec.fContrast,
  /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_exif.cpp 82 , fContrast (0xFFFFFFFF)
    [all...]
dng_image_writer.h 833 tag_uint16 fContrast;
dng_xmp.cpp     [all...]
dng_image_writer.cpp 959 , fContrast (tcContrast , (uint16) exif.fContrast )
1209 if (exif.fContrast <= 0x0FFFF)
1211 fExifIFD.Add (&fContrast);
    [all...]
  /external/skia/gm/
highcontrastfilter.cpp 31 config.fContrast);

Completed in 314 milliseconds