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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp115 mSmallCacheWidth = property_get_int32(PROPERTY_TEXT_SMALL_CACHE_WIDTH,
127 mSmallCacheWidth = std::min(mSmallCacheWidth, maxTextureSize);
134 mSmallCacheWidth, mSmallCacheHeight,
408 mACacheTextures.push_back(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight,
416 mRGBACacheTextures.push_back(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight,
H A DFontRenderer.h178 uint32_t mSmallCacheWidth; member in class:android::uirenderer::FontRenderer

Completed in 84 milliseconds