Home | History | Annotate | Download | only in rendering

Lines Matching refs:intrinsicLogicalWidth

433     LayoutUnit intrinsicLogicalWidth() const { return style()->isHorizontalWritingMode() ? intrinsicSize().width() : intrinsicSize().height(); }