OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textGamma
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
GammaFontRenderer.cpp
28
const float gamma = 1.0f / Properties::
textGamma
;
Properties.h
267
static float
textGamma
;
Properties.cpp
39
float Properties::
textGamma
= DEFAULT_TEXT_GAMMA;
147
textGamma
= property_get_float(PROPERTY_TEXT_GAMMA, DEFAULT_TEXT_GAMMA);
Completed in 163 milliseconds