Searched refs:mGamma (Results 1 - 5 of 5) 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;
140 const float gamma = 1.0f / mGamma;
157 const float blackGamma = mGamma;
158 const float whiteGamma = 1.0f / mGamma;
H A DGammaFontRenderer.h51 float mGamma; member in class:android::uirenderer::GammaFontRenderer
/frameworks/base/core/java/android/webkit/
H A DDeviceOrientationService.java43 private Double mGamma; field in class:DeviceOrientationService
170 if (mAlpha == null || mBeta == null || mGamma == null
173 || Math.abs(gamma - mGamma) > DELTA_DEGRESS) {
176 mGamma = gamma;
177 mManager.onOrientationChange(mAlpha, mBeta, mGamma);
/frameworks/rs/
H A DrsFont.h192 float mGamma; member in struct:android::renderscript::FontState::__anon1551
H A DrsFont.cpp794 mConstants.mGamma = 1.0f;
797 mConstants.mGamma = mBlackGamma;
799 mConstants.mGamma = mWhiteGamma;

Completed in 4596 milliseconds