Searched defs:widthOfVisibleText (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp284 float widthOfVisibleText = toRenderText(renderer())->width(m_start, offset, textPos(), m_firstLine); local
292 return m_x + widthOfVisibleText;
294 return (m_x + m_logicalWidth) - widthOfVisibleText - ellipsisWidth;
505 int widthOfVisibleText = toRenderText(renderer())->width(m_start, m_truncation, textPos(), m_firstLine); local
506 int widthOfHiddenText = m_logicalWidth - widthOfVisibleText;

Completed in 63 milliseconds