Searched refs:mGamma (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DGammaFontRenderer.cpp63 mGamma = DEFAULT_TEXT_GAMMA;
66 mGamma = atof(property);
113 description.gamma = mGamma;
116 description.gamma = 1.0f / mGamma;
120 description.gamma = 1.0f / mGamma;
146 const float gamma = 1.0f / mGamma;
169 const float blackGamma = mGamma;
170 const float whiteGamma = 1.0f / mGamma;
H A DGammaFontRenderer.h53 float mGamma; member in class:android::uirenderer::GammaFontRenderer
/frameworks/rs/
H A DrsFont.h191 float mGamma; member in struct:android::renderscript::FontState::__anon1525
H A DrsFont.cpp799 mConstants.mGamma = 1.0f;
802 mConstants.mGamma = mBlackGamma;
804 mConstants.mGamma = mWhiteGamma;

Completed in 2782 milliseconds