Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.cpp114 mSmallCacheWidth = DEFAULT_TEXT_SMALL_CACHE_WIDTH; in FontRenderer()
121 mSmallCacheWidth = atoi(property); in FontRenderer()
137 mSmallCacheWidth = mSmallCacheWidth > maxTextureSize ? maxTextureSize : mSmallCacheWidth; in FontRenderer()
144 mSmallCacheWidth, mSmallCacheHeight, in FontRenderer()
416 mACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture()
424 mRGBACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture()
DFontRenderer.h183 uint32_t mSmallCacheWidth; variable