Lines Matching defs:ColumnWidth
572 UINTN ColumnWidth;
582 ColumnWidth = (LocalScreen.RightColumn - LocalScreen.LeftColumn) / 3;
598 CurrentCol = LocalScreen.LeftColumn + 2 * ColumnWidth;
599 ColumnIndexWidth = ColumnWidth - 1;
601 CurrentCol = LocalScreen.LeftColumn + ColumnWidth;
602 ColumnIndexWidth = ColumnWidth;
605 ColumnIndexWidth = ColumnWidth - 2;
610 // Help string can't exceed ColumnWidth. One Row will show three Help information.
643 CurrentCol = LocalScreen.LeftColumn + 2 * ColumnWidth;
644 ColumnIndexWidth = ColumnWidth - 1;
649 CurrentCol = LocalScreen.LeftColumn + ColumnWidth;
650 ColumnIndexWidth = ColumnWidth;