Searched refs:textGamma (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DGammaFontRenderer.cpp28 const float gamma = 1.0f / Properties::textGamma;
H A DProperties.h267 static float textGamma; member in class:android::uirenderer::Properties
H A DProperties.cpp39 float Properties::textGamma = DEFAULT_TEXT_GAMMA; member in class:android::uirenderer::Properties
147 textGamma = property_get_float(PROPERTY_TEXT_GAMMA, DEFAULT_TEXT_GAMMA);

Completed in 73 milliseconds