HomeSort by relevance Sort by last modified time
    Searched refs:fGammaExponent (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkDeviceProfile.h 77 float getFontGammaExponent() const { return fGammaExponent; }
90 float fGammaExponent;
SkDeviceProfile.cpp 28 fGammaExponent = pin(gammaExp, 0, 10);

Completed in 359 milliseconds