Searched refs:fGamma (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/modules/skottie/src/effects/ |
D | LevelsEffect.cpp | 35 fGamma = 1; member 43 g = sk_ieee_float_divide(1, std::max(fGamma, 0.0f)); in build_lut() 135 .bind( kGamma_Index, fMapper.fGamma ) in EasyLevelsEffectAdapter() 230 .bind( kRGBGamma_Index, fRGBMapper.fGamma ) in ProLevelsEffectAdapter() 236 .bind( kRGamma_Index, fRMapper.fGamma ) in ProLevelsEffectAdapter() 242 .bind( kGGamma_Index, fGMapper.fGamma ) in ProLevelsEffectAdapter() 248 .bind( kBGamma_Index, fBMapper.fGamma ) in ProLevelsEffectAdapter() 254 .bind( kAGamma_Index, fAMapper.fGamma ) in ProLevelsEffectAdapter()
|
/third_party/flutter/skia/modules/skottie/src/effects/ |
D | LevelsEffect.cpp | 76 g = sk_ieee_float_divide(1, std::max(fGamma, 0.0f)); in apply()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_exif.h | 80 dng_urational fGamma; variable
|
D | dng_exif.cpp | 63 , fGamma () in dng_exif() 3234 fGamma = stream.TagValue_urational (tagType); in Parse_ifd0_exif() 3242 fGamma.As_real64 ()); in Parse_ifd0_exif()
|