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

  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 29 const float gamma = 1.0f / Properties::textGamma;
Properties.h 282 static float textGamma;
Properties.cpp 39 float Properties::textGamma = DEFAULT_TEXT_GAMMA;
150 textGamma = property_get_float(PROPERTY_TEXT_GAMMA, DEFAULT_TEXT_GAMMA);
ProgramCache.cpp 699 shader.appendFormat(gFS_Gamma_Preamble, Properties::textGamma, 1.0f / Properties::textGamma);
    [all...]

Completed in 1413 milliseconds