/external/skia/include/effects/ |
D | SkHighContrastFilter.h | 30 fContrast = 0.0f; in SkHighContrastConfig() 38 fContrast(contrast) {} in SkHighContrastConfig() 44 fContrast >= -1.0 && in isValid() 45 fContrast <= 1.0; in isValid() 56 SkScalar fContrast; member
|
/external/skqp/include/effects/ |
D | SkHighContrastFilter.h | 31 fContrast = 0.0f; in SkHighContrastConfig() 39 fContrast(contrast) {} in SkHighContrastConfig() 45 fContrast >= -1.0 && in isValid() 46 fContrast <= 1.0; in isValid() 57 SkScalar fContrast; member
|
/external/skia/modules/skottie/src/effects/ |
D | BrightnessContrastEffect.cpp | 150 .bind( kContrast_Index, fContrast ) in BrightnessContrastAdapter() 183 contrast = SkTPin(fContrast , -100.0f, 100.0f) / 100; // [ -1 .. 1] in makeLegacyCF() 215 contrast = SkTPin(fContrast , -50.0f, 100.0f) / 100; // [-0.5 .. 1] in makeCF() 220 c_eff = SkScalarNearlyZero(fContrast) in makeCF() 231 fContrast = 0, member in skottie::internal::__anon17bfeef40111::BrightnessContrastAdapter
|
D | FractalNoiseEffect.cpp | 348 .bind( 3, fContrast ) in FractalNoiseAdapter() 464 fContrast = 100, // TODO member in skottie::internal::__anon2fa7d3a80111::FractalNoiseAdapter
|
/external/skqp/src/effects/ |
D | SkHighContrastFilter.cpp | 30 fConfig.fContrast = SkScalarPin(fConfig.fContrast, in SkHighContrast_Filter() 103 if (fConfig.fContrast != 0.0) { in onAppendStages() 105 float c = fConfig.fContrast; in onAppendStages() 133 buffer.writeScalar(fConfig.fContrast); in flatten() 140 config.fContrast = buffer.readScalar(); in CreateProc() 190 fConfig.fContrast == that.fConfig.fContrast && in onIsEqual() 226 pdm.set1f(fContrastUni, hcfe.config().fContrast); in onSetData()
|
/external/skia/src/core/ |
D | SkScalerContext.h | 66 uint8_t fContrast; //0.8+1, [0.0, 1.0] artificial contrast member 89 return SkIntToScalar(fContrast) / ((1 << 8) - 1); in getContrast() 93 fContrast = SkScalarRoundToInt(c * ((1 << 8) - 1)); in setContrast() 138 fDeviceGamma, fPaintGamma, fContrast); in dump()
|
/external/skqp/src/core/ |
D | SkScalerContext.h | 77 uint8_t fContrast; //0.8+1, [0.0, 1.0] artificial contrast member 99 return SkIntToScalar(fContrast) / ((1 << 8) - 1); in getContrast() 103 fContrast = SkScalarRoundToInt(c * ((1 << 8) - 1)); in setContrast() 147 fDeviceGamma, fPaintGamma, fContrast); in dump()
|
/external/skia/tests/ |
D | HighContrastFilterTest.cpp | 82 config.fContrast = contrast; in DEF_TEST() 89 config.fContrast = 1.1f; in DEF_TEST()
|
/external/skqp/tests/ |
D | HighContrastFilterTest.cpp | 80 config.fContrast = 0.5f; in DEF_TEST() 86 config.fContrast = 1.1f; in DEF_TEST()
|
/external/skia/src/effects/ |
D | SkHighContrastFilter.cpp | 50 float c = SkTPin(config.fContrast, in Make()
|
/external/skia/gm/ |
D | highcontrastfilter.cpp | 49 config.fContrast); in draw_label()
|
/external/skqp/gm/ |
D | highcontrastfilter.cpp | 32 config.fContrast); in draw_label()
|
/external/dng_sdk/source/ |
D | dng_exif.h | 99 uint32 fContrast; variable
|
D | dng_exif.cpp | 82 , fContrast (0xFFFFFFFF) in dng_exif() 3085 fContrast = stream.TagValue_uint32 (tagType); in Parse_ifd0_exif() 3093 LookupContrast (fContrast)); in Parse_ifd0_exif()
|
D | dng_image_writer.h | 833 tag_uint16 fContrast; variable
|
D | dng_xmp.cpp | 2915 exif.fContrast, in SyncExif() 2916 exif.fContrast > 0x0FFFF, in SyncExif()
|
D | dng_image_writer.cpp | 959 , fContrast (tcContrast , (uint16) exif.fContrast ) in exif_tag_set() 1209 if (exif.fContrast <= 0x0FFFF) in exif_tag_set() 1211 fExifIFD.Add (&fContrast); in exif_tag_set()
|