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()619 aNodeArgs.nLeftRest = nLROffset; in GetMinMaxSize()620 aNodeArgs.nRightRest = rSpace.GetRight(); in GetMinMaxSize()621 aNodeArgs.nLeftDiff = 0; in GetMinMaxSize()622 aNodeArgs.nRightDiff = 0; in GetMinMaxSize()628 aNodeArgs.nIndx = nIndex; in GetMinMaxSize()629 pTmp->ForEach( &lcl_MinMaxNode, &aNodeArgs ); in GetMinMaxSize()632 if( aNodeArgs.nLeftRest < 0 ) in GetMinMaxSize()[all …]