Searched refs:GetTextWidthInternal (Results 1 – 3 of 3) sorted by relevance
101 float GetTextWidthInternal(vecText::const_iterator start, vecText::const_iterator end);
408 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
236 …return m_font->GetTextWidthInternal(text.begin(), text.end()) * CServiceBroker::GetWinSystem()->Ge… in GetTextWidth()