Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalRight

109     LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); }
292 LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); }
685 const Length& logicalLeft, const Length& logicalRight, const Length& marginLogicalLeft,