Home
last modified time | relevance | path

Searched refs:truncationOffset (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp426 … LayoutSize truncationOffset(isLeftToRightDirection() ? widthOfHiddenText : -widthOfHiddenText, 0); in paint() local
427 … adjustedPaintOffset.move(isHorizontal() ? truncationOffset : truncationOffset.transposedSize()); in paint()