Searched refs:mSmallCacheHeight (Results 1 – 2 of 2) sorted by relevance
115 mSmallCacheHeight = DEFAULT_TEXT_SMALL_CACHE_HEIGHT; in FontRenderer()125 mSmallCacheHeight = atoi(property); in FontRenderer()138 mSmallCacheHeight = mSmallCacheHeight > maxTextureSize ? maxTextureSize : mSmallCacheHeight; in FontRenderer()144 mSmallCacheWidth, mSmallCacheHeight, in FontRenderer()416 mACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture()424 mRGBACacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture()
184 uint32_t mSmallCacheHeight; variable