Home
last modified time | relevance | path

Searched refs:m_dynamicCache (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIFontTTFGL.cpp53 m_dynamicCache.Flush(); in ~CGUIFontTTFGL()
346 m_dynamicCache.Flush(); in ReallocTexture()
H A DGUIFontTTF.h183 CGUIFontCache<CGUIFontCacheDynamicPosition, CGUIFontCacheDynamicValue> m_dynamicCache; variable
H A DGUIFontTTF.cpp153 : m_staticCache(*this), m_dynamicCache(*this) in CGUIFontTTF()
383 m_dynamicCache.Lookup(dynamicPos, in DrawTextInternal()
534 CVertexBuffer &vertexBuffer = m_dynamicCache.Lookup(dynamicPos, in DrawTextInternal()
H A DGUIFontTTFDX.cpp235 m_dynamicCache.Flush(); in ReallocTexture()