Searched refs:mSmallCacheWidth (Results 1 – 2 of 2) sorted by relevance
57 mSmallCacheWidth = DEFAULT_TEXT_SMALL_CACHE_WIDTH; in FontRenderer()64 mSmallCacheWidth = atoi(property); in FontRenderer()80 mSmallCacheWidth = mSmallCacheWidth > maxTextureSize ? maxTextureSize : mSmallCacheWidth; in FontRenderer()87 mSmallCacheWidth, mSmallCacheHeight, in FontRenderer()271 mCacheTextures.push(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, true)); in initTextTexture()
147 uint32_t mSmallCacheWidth; variable