Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.cpp104 mSmallCacheHeight = property_get_int32(PROPERTY_TEXT_SMALL_CACHE_HEIGHT, in FontRenderer()
115 mSmallCacheHeight = std::min(mSmallCacheHeight, maxTextureSize); in FontRenderer()
121 mSmallCacheWidth, mSmallCacheHeight, in FontRenderer()
408 mACacheTextures.push_back(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture()
416 mRGBACacheTextures.push_back(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture()
DFontRenderer.h175 uint32_t mSmallCacheHeight; variable