Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching full:startindex

1890     RowInfo[RowIndex].StartIndex = Index;

1949 if (Index > RowInfo[RowIndex].StartIndex) {
1979 for (Index1 = RowInfo[RowIndex].EndIndex; Index1 >= RowInfo[RowIndex].StartIndex; Index1--) {
1987 if (Index1 > RowInfo[RowIndex].StartIndex) {
1997 // If don't find a line break opportunity from EndIndex to StartIndex,
2000 if (Index1 == RowInfo[RowIndex].StartIndex)
2008 if (Index1 == RowInfo[RowIndex].StartIndex) {
2024 if (Index1 > RowInfo[RowIndex].StartIndex) {
2074 for (Index1 = RowInfo[RowIndex].StartIndex; Index1 <= RowInfo[RowIndex].EndIndex; Index1++) {
2134 for (Index1 = RowInfo[RowIndex].StartIndex; Index1 <= RowInfo[RowIndex].EndIndex; Index1++) {