Home | History | Annotate | Download | only in rendering

Lines Matching refs:lineDirection

5258     LineDirectionMode lineDirection = isHorizontalWritingMode() ? HorizontalLine : VerticalLine;
5264 + (lineHeight(true, lineDirection, PositionOfInteriorLineBoxes) - fontMetrics.height()) / 2
5265 + (lineDirection == HorizontalLine ? borderTop() + paddingTop() : borderRight() + paddingRight());
5283 + (lineHeight(true, lineDirection, PositionOfInteriorLineBoxes) - fontMetrics.height()) / 2
5284 + (lineDirection == HorizontalLine ? borderTop() + paddingTop() : borderRight() + paddingRight());