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

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp248 bool rtlFullTruncation = !flowIsLTR && ellipsisX >= (m_x + m_logicalWidth); local
249 if (ltrFullTruncation || rtlFullTruncation) {

Completed in 39 milliseconds