Searched refs:mSmallCacheWidth (Results 1 – 2 of 2) sorted by relevance
114 mSmallCacheWidth = DEFAULT_TEXT_SMALL_CACHE_WIDTH; in FontRenderer()121 mSmallCacheWidth = atoi(property); in FontRenderer()137 mSmallCacheWidth = mSmallCacheWidth > maxTextureSize ? maxTextureSize : mSmallCacheWidth; in FontRenderer()144 mSmallCacheWidth, mSmallCacheHeight, in FontRenderer()416 mACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture()424 mRGBACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture()
183 uint32_t mSmallCacheWidth; variable