Searched refs:fContrast (Results 1 – 15 of 15) sorted by relevance
/external/skia/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/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/src/effects/ |
D | SkHighContrastFilter.cpp | 30 fConfig.fContrast = SkScalarPin(fConfig.fContrast, in SkHighContrast_Filter() 104 if (fConfig.fContrast != 0.0) { in onAppendStages() 106 float c = fConfig.fContrast; in onAppendStages() 135 buffer.writeScalar(fConfig.fContrast); in flatten() 142 config.fContrast = buffer.readScalar(); in CreateProc() 192 fConfig.fContrast == that.fConfig.fContrast && in onIsEqual() 228 pdm.set1f(fContrastUni, hcfe.config().fContrast); in onSetData()
|
/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() 137 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 | 80 config.fContrast = 0.5f; in DEF_TEST() 86 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/skqp/gm/ |
D | highcontrastfilter.cpp | 32 config.fContrast); in draw_label()
|
/external/skia/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()
|