Searched refs:mSmallCacheHeight (Results 1 – 2 of 2) sorted by relevance
104 mSmallCacheHeight = property_get_int32(PROPERTY_TEXT_SMALL_CACHE_HEIGHT, in FontRenderer()115 mSmallCacheHeight = std::min(mSmallCacheHeight, maxTextureSize); in FontRenderer()121 mSmallCacheWidth, mSmallCacheHeight, in FontRenderer()408 mACacheTextures.push_back(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture()416 mRGBACacheTextures.push_back(createCacheTexture(mSmallCacheWidth, mSmallCacheHeight, in initTextTexture()
175 uint32_t mSmallCacheHeight; variable