Home | History | Annotate | Download | only in rendering

Lines Matching refs:minimumColumnHeight

4425                 columnHeight = max(colInfo->minimumColumnHeight(), distanceBetweenBreaks);
4429 columnHeight = max(colInfo->minimumColumnHeight(), (int)ceilf((float)contentLogicalHeight() / desiredColumnCount));