Searched refs:effectiveMax (Results 1 – 1 of 1) sorted by relevance
995 long effectiveMin = currentWidth, effectiveMax = currentWidth; in impl_ni_calculateColumnWidths() local1008 effectiveMax = maxWidth; in impl_ni_calculateColumnWidths()1010 effectiveMax = gridWidthPixel; // TODO: any better guess here? in impl_ni_calculateColumnWidths()1012 if ( effectiveMin == effectiveMax ) in impl_ni_calculateColumnWidths()1022 … effectiveColumnLimits.push_back( ::std::pair< long, long >( effectiveMin, effectiveMax ) ); in impl_ni_calculateColumnWidths()1024 accumulatedMaxWidth += effectiveMax; in impl_ni_calculateColumnWidths()
Completed in 42 milliseconds