Home
last modified time | relevance | path

Searched refs:fGamma (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
H A DLevelsEffect.cpp35 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/skia/third_party/externals/dng_sdk/source/
H A Ddng_exif.h80 dng_urational fGamma; member in dng_exif
H A Ddng_exif.cpp63 , fGamma () in dng_exif()
3234 fGamma = stream.TagValue_urational (tagType); in Parse_ifd0_exif()
3242 fGamma.As_real64 ()); in Parse_ifd0_exif()
/third_party/backends/backend/
H A Dniash.c530 double fGamma; in _SetScalarGamma() local
531 fGamma = SANE_UNFIX (sfGamma); in _SetScalarGamma()
537 pow (((double) j / (double) SANE_GAMMA_SIZE), 1.0 / fGamma)); in _SetScalarGamma()

Completed in 6 milliseconds