Searched refs:mSmallCacheWidth (Results 1 – 2 of 2) sorted by relevance
102 mSmallCacheWidth = property_get_int32(PROPERTY_TEXT_SMALL_CACHE_WIDTH, in FontRenderer()114 mSmallCacheWidth = std::min(mSmallCacheWidth, 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()
174 uint32_t mSmallCacheWidth; variable