Searched refs:mGamma (Results 1 – 5 of 5) sorted by relevance
63 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()
51 float mGamma; variable
43 private Double mGamma; field in DeviceOrientationService170 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()
192 float mGamma; member
794 mConstants.mGamma = 1.0f; in setFontColor()797 mConstants.mGamma = mBlackGamma; in setFontColor()799 mConstants.mGamma = mWhiteGamma; in setFontColor()