Home | History | Annotate | Download | only in rendering

Lines Matching refs:leftToRight

965         bool leftToRight = destBlock.style()->isLeftToRightDirection();
966 if (!leftToRight)
970 if (!lastVisibleLine->lineCanAccommodateEllipsis(leftToRight, blockRightEdge, lastVisibleLine->x() + lastVisibleLine->logicalWidth(), totalWidth))
976 lastVisibleLine->placeEllipsis(anchorBox ? ellipsisAndSpaceStr : ellipsisStr, leftToRight, blockLeftEdge.toFloat(), blockRightEdge.toFloat(), totalWidth, anchorBox);