Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.cpp115 mSmallCacheHeight = DEFAULT_TEXT_SMALL_CACHE_HEIGHT; in FontRenderer()
125 mSmallCacheHeight = atoi(property); in FontRenderer()
138 mSmallCacheHeight = mSmallCacheHeight > maxTextureSize ? maxTextureSize : mSmallCacheHeight; in FontRenderer()
144 mSmallCacheWidth, mSmallCacheHeight, in FontRenderer()
416 mACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture()
424 mRGBACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture()
DFontRenderer.h184 uint32_t mSmallCacheHeight; variable