Home | History | Annotate | Download | only in rendering

Lines Matching defs:truncation

363     unsigned short truncation = box->truncation();
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)