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

/external/skia/src/core/
H A DSkDeviceProfile.h34 * gammaExp is typically between 1.0 and 2.2. For no gamma adjustment,
48 static SkDeviceProfile* Create(float gammaExp,
87 SkDeviceProfile(float gammaExp, float contrastScale, LCDConfig,
H A DSkDeviceProfile.cpp26 SkDeviceProfile::SkDeviceProfile(float gammaExp, float contrast, argument
28 fGammaExponent = pin(gammaExp, 0, 10);
40 SkDeviceProfile* SkDeviceProfile::Create(float gammaExp, argument
44 return SkNEW_ARGS(SkDeviceProfile, (gammaExp, contrast, config, level));

Completed in 80 milliseconds