Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFontRenderer.cpp102 mSmallCacheWidth = property_get_int32(PROPERTY_TEXT_SMALL_CACHE_WIDTH, in FontRenderer()
114 mSmallCacheWidth = std::min(mSmallCacheWidth, 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.h174 uint32_t mSmallCacheWidth; variable