Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DGammaFontRenderer.h43 table = &mGammaTable[0]; in getFontRenderer()
67 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.h132 const uint8_t* mGammaTable; variable
DFontRenderer.cpp86 : mGammaTable(gammaTable) in FontRenderer()
299 if (mGammaTable) { in cacheBitmap()
305 cacheBuffer[row + cacheX] = mGammaTable[tempCol]; in cacheBitmap()