Home | History | Annotate | Download | only in rendering

Lines Matching refs:fromRight

2718     LayoutUnit fromRight;
2721 fromRight = last->logicalLeft() + last->logicalWidth() - last->borderLogicalRight();
2723 fromRight = first->logicalLeft() + first->logicalWidth() - first->borderLogicalRight();
2727 return std::max<LayoutUnit>(0, fromRight - fromLeft);