Home
last modified time | relevance | path

Searched refs:fContrastScale (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkDeviceProfile.h78 float getFontContrastScale() const { return fContrastScale; } in getFontContrastScale()
91 float fContrastScale; variable
DSkDeviceProfile.cpp29 fContrastScale = pin(contrast, 0, 1); in SkDeviceProfile()