Home | Sort by relevance Sort by last modified time |
/external/skia/src/core/ | |
SkDeviceProfile.h | 77 float getFontGammaExponent() const { return fGammaExponent; } 90 float fGammaExponent; |
SkDeviceProfile.cpp | 28 fGammaExponent = pin(gammaExp, 0, 10); |