Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxLeft

5089                 int maxLeft = marginLogicalLeft > 0 ? max(floatLeftWidth, marginLogicalLeft) : floatLeftWidth + marginLogicalLeft;
5091 w = child->maxPreferredLogicalWidth() + maxLeft + maxRight;