Searched refs:aNodeArgs (Results 1 – 1 of 1) sorted by relevance
616 SwMinMaxNodeArgs aNodeArgs; in GetMinMaxSize() local617 aNodeArgs.nMinWidth = 0; in GetMinMaxSize()618 aNodeArgs.nMaxWidth = 0; in GetMinMaxSize()621 aNodeArgs.nLeftDiff = 0; in GetMinMaxSize()622 aNodeArgs.nRightDiff = 0; in GetMinMaxSize()633 aNodeArgs.Minimum( nLROffset - aNodeArgs.nLeftRest ); in GetMinMaxSize()634 aNodeArgs.nLeftRest -= aNodeArgs.nLeftDiff; in GetMinMaxSize()636 aNodeArgs.nMaxWidth -= aNodeArgs.nLeftRest; in GetMinMaxSize()639 aNodeArgs.Minimum( rSpace.GetRight() - aNodeArgs.nRightRest ); in GetMinMaxSize()640 aNodeArgs.nRightRest -= aNodeArgs.nRightDiff; in GetMinMaxSize()[all …]
Completed in 12 milliseconds