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

  /frameworks/base/libs/hwui/
FontRenderer.cpp 114 mSmallCacheWidth = DEFAULT_TEXT_SMALL_CACHE_WIDTH;
121 mSmallCacheWidth = atoi(property);
137 mSmallCacheWidth = mSmallCacheWidth > maxTextureSize ? maxTextureSize : mSmallCacheWidth;
144 mSmallCacheWidth, mSmallCacheHeight,
416 mACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight,
424 mRGBACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight,
FontRenderer.h 183 uint32_t mSmallCacheWidth;

Completed in 61 milliseconds