Searched refs:nFlowMinWidth (Results 1 – 1 of 1) sorted by relevance
92 int nFlowMinWidth = 0; // in case the box only has flow children in calculateSize() local110 if ( nFlowMinWidth == 0 || nFlowMinWidth > aChildSize.Width ) in calculateSize()111 nFlowMinWidth = aChildSize.Width; in calculateSize()137 nWidth = nSecSize ? nSecSize : nFlowMinWidth; in calculateSize()
Completed in 17 milliseconds