Home
last modified time | relevance | path

Searched refs:mGammaTable (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DGammaFontRenderer.h41 table = &mGammaTable[0]; in getFontRenderer()
63 uint8_t mGammaTable[256]; variable
DGammaFontRenderer.cpp31 mGammaTable[i] = uint8_t((float)::floor(pow(i / 255.0f, gamma) * 255.0f + 0.5f)); in GammaFontRenderer()
DFontRenderer.h127 const uint8_t* mGammaTable; variable
DFontRenderer.cpp85 : mGammaTable(gammaTable) in FontRenderer()
297 if (mGammaTable) { in cacheBitmap()
303 cacheBuffer[row + cacheX] = mGammaTable[tempCol]; in cacheBitmap()