Home | History | Annotate | Download | only in rendering

Lines Matching defs:maxRight

5109                 int maxRight = marginLogicalRight > 0 ? max(floatRightWidth, marginLogicalRight) : floatRightWidth + marginLogicalRight;
5110 w = child->maxPreferredLogicalWidth() + maxLeft + maxRight;