HomeSort by relevance Sort by last modified time
    Searched defs:truncation (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.h 70 unsigned short truncation() { return m_truncation; } function in class:WebCore::InlineTextBox
157 // denote no truncation (the whole run paints) and full truncation (nothing paints at all).
RenderText.cpp 363 unsigned short truncation = box->truncation(); local
364 if (truncation == cNoTruncation)
373 // the selection is past the beginning of the truncation and the
374 // beginning of the selection is before or at the beginning of the truncation.
375 if (ellipsisEndPosition >= truncation && ellipsisStartPosition <= truncation)
    [all...]

Completed in 126 milliseconds