Searched refs:marginAfterValue (Results 1 – 1 of 1) sorted by relevance
2713 … int& logicalHeightValue, int& marginBeforeValue, int& marginAfterValue, int& logicalTopPos) in computePositionedLogicalHeightUsing() argument2755 … marginAfterValue = availableSpace - marginBeforeValue; // account for odd valued differences in computePositionedLogicalHeightUsing()2758 marginAfterValue = marginAfter.calcValue(containerLogicalHeight); in computePositionedLogicalHeightUsing()2759 marginBeforeValue = availableSpace - marginAfterValue; in computePositionedLogicalHeightUsing()2763 marginAfterValue = availableSpace - marginBeforeValue; in computePositionedLogicalHeightUsing()2767 marginAfterValue = marginAfter.calcValue(containerLogicalHeight); in computePositionedLogicalHeightUsing()2797 marginAfterValue = marginAfter.calcMinValue(containerLogicalHeight); in computePositionedLogicalHeightUsing()2799 …const int availableSpace = containerLogicalHeight - (marginBeforeValue + marginAfterValue + border… in computePositionedLogicalHeightUsing()