xbmc
|
Public Member Functions | |
CGUIFontCacheEntry (const CGUIFontCache< Position, Value > &cache, const CGUIFontCacheKey< Position > &key, std::chrono::steady_clock::time_point now) | |
void | Assign (const CGUIFontCacheKey< Position > &key, std::chrono::steady_clock::time_point now) |
Public Attributes | |
const CGUIFontCache< Position, Value > & | m_cache |
CGUIFontCacheKey< Position > | m_key |
TransformMatrix | m_matrix |
std::chrono::steady_clock::time_point | m_lastUsed |
Value | m_value |