Home
last modified time | relevance | path

Searched refs:mSmallCacheWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DFontRenderer.cpp57 mSmallCacheWidth = DEFAULT_TEXT_SMALL_CACHE_WIDTH; in FontRenderer()
64 mSmallCacheWidth = atoi(property); in FontRenderer()
80 mSmallCacheWidth = mSmallCacheWidth > maxTextureSize ? maxTextureSize : mSmallCacheWidth; in FontRenderer()
87 mSmallCacheWidth, mSmallCacheHeight, in FontRenderer()
271 mCacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, true)); in initTextTexture()
DFontRenderer.h147 uint32_t mSmallCacheWidth; variable