Home
last modified time | relevance | path

Searched refs:gammaExp (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkDeviceProfile.cpp26 SkDeviceProfile::SkDeviceProfile(float gammaExp, float contrast, in SkDeviceProfile() argument
28 fGammaExponent = pin(gammaExp, 0, 10); in SkDeviceProfile()
40 SkDeviceProfile* SkDeviceProfile::Create(float gammaExp, in Create() argument
44 return SkNEW_ARGS(SkDeviceProfile, (gammaExp, contrast, config, level)); in Create()
DSkDeviceProfile.h48 static SkDeviceProfile* Create(float gammaExp,
87 SkDeviceProfile(float gammaExp, float contrastScale, LCDConfig,