HomeSort by relevance Sort by last modified time
    Searched refs:mSmallCacheHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
FontRenderer.cpp 98 mSmallCacheHeight = DEFAULT_TEXT_SMALL_CACHE_HEIGHT;
108 mSmallCacheHeight = atoi(property);
122 mSmallCacheHeight = MathUtils::min(mSmallCacheHeight, maxTextureSize);
128 mSmallCacheWidth, mSmallCacheHeight,
402 mACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight,
410 mRGBACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight,
FontRenderer.h 163 uint32_t mSmallCacheHeight;

Completed in 563 milliseconds