Home
last modified time | relevance | path

Searched refs:GetTextWidthInternal (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIFontTTF.h101 float GetTextWidthInternal(vecText::const_iterator start, vecText::const_iterator end);
H A DGUIFontTTF.cpp408 if ( maxPixelWidth <= 0.0f || GetTextWidthInternal(text.begin(), text.end()) <= maxPixelWidth) in DrawTextInternal()
424 float w = GetTextWidthInternal( text.begin(), text.end() ); in DrawTextInternal()
571 float CGUIFontTTF::GetTextWidthInternal(vecText::const_iterator start, vecText::const_iterator end) in GetTextWidthInternal() function in CGUIFontTTF
H A DGUIFont.cpp236 …return m_font->GetTextWidthInternal(text.begin(), text.end()) * CServiceBroker::GetWinSystem()->Ge… in GetTextWidth()