Searched refs:gammaExp (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkDeviceProfile.cpp | 26 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()
|
D | SkDeviceProfile.h | 48 static SkDeviceProfile* Create(float gammaExp, 87 SkDeviceProfile(float gammaExp, float contrastScale, LCDConfig,
|