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

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp486 mSmallCacheHeight = DEFAULT_TEXT_CACHE_HEIGHT;
504 mSmallCacheHeight = atoi(property);
507 INIT_LOGD(" Using default text cache height of %i pixels", mSmallCacheHeight);
724 mCacheTextureSmall = createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, true);
745 mCacheLines.push(new CacheTextureLine(mSmallCacheWidth, mSmallCacheHeight - nextLine,
H A DFontRenderer.h348 uint32_t mSmallCacheHeight; member in class:android::uirenderer::FontRenderer

Completed in 24 milliseconds