Home
last modified time | relevance | path

Searched refs:mGamma (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DGammaFontRenderer.cpp63 mGamma = DEFAULT_TEXT_GAMMA; in GammaFontRenderer()
66 mGamma = atof(property); in GammaFontRenderer()
113 description.gamma = mGamma; in describe()
116 description.gamma = 1.0f / mGamma; in describe()
120 description.gamma = 1.0f / mGamma; in describe()
140 const float gamma = 1.0f / mGamma; in LookupGammaFontRenderer()
157 const float blackGamma = mGamma; in Lookup3GammaFontRenderer()
158 const float whiteGamma = 1.0f / mGamma; in Lookup3GammaFontRenderer()
DGammaFontRenderer.h51 float mGamma; variable
/frameworks/base/core/java/android/webkit/
DDeviceOrientationService.java43 private Double mGamma; field in DeviceOrientationService
170 if (mAlpha == null || mBeta == null || mGamma == null in maybeSendChange()
173 || Math.abs(gamma - mGamma) > DELTA_DEGRESS) { in maybeSendChange()
176 mGamma = gamma; in maybeSendChange()
177 mManager.onOrientationChange(mAlpha, mBeta, mGamma); in maybeSendChange()
/frameworks/rs/
DrsFont.h192 float mGamma; member
DrsFont.cpp794 mConstants.mGamma = 1.0f; in setFontColor()
797 mConstants.mGamma = mBlackGamma; in setFontColor()
799 mConstants.mGamma = mWhiteGamma; in setFontColor()