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

/external/skia/src/core/
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 92 milliseconds