Searched refs:mSmallCacheWidth (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
D | FontRenderer.cpp | 109 mSmallCacheWidth = in FontRenderer() 120 mSmallCacheWidth, mSmallCacheHeight, mLargeCacheWidth, mLargeCacheHeight >> 1, in FontRenderer() 407 createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, GL_ALPHA, true)); in initTextTexture() 415 createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, GL_RGBA, false)); in initTextTexture()
|
D | FontRenderer.h | 164 uint32_t mSmallCacheWidth; variable
|