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

/external/skia/src/core/
H A DSkDeviceProfile.h77 float getFontGammaExponent() const { return fGammaExponent; }
90 float fGammaExponent; member in class:SkDeviceProfile
H A DSkDeviceProfile.cpp28 fGammaExponent = pin(gammaExp, 0, 10);

Completed in 150 milliseconds