Searched refs:mSmallCacheHeight (Results 1 – 2 of 2) sorted by relevance
58 mSmallCacheHeight = DEFAULT_TEXT_SMALL_CACHE_HEIGHT; in FontRenderer()68 mSmallCacheHeight = atoi(property); in FontRenderer()81 mSmallCacheHeight = mSmallCacheHeight > maxTextureSize ? maxTextureSize : mSmallCacheHeight; in FontRenderer()87 mSmallCacheWidth, mSmallCacheHeight, in FontRenderer()271 mCacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, true)); in initTextTexture()
148 uint32_t mSmallCacheHeight; variable