Home | History | Annotate | Download | only in rendering

Lines Matching refs:totalLogicalWidth

3528             int totalLogicalWidth = computedValues.m_extent + logicalLeftValue + logicalRightValue +  marginLogicalLeftAlias + marginLogicalRightAlias;
3529 logicalLeftValue = containerLogicalWidth - (totalLogicalWidth - logicalLeftValue);