Searched defs:RowIndex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1584 UINT16 RowIndex; local
1846 for (RowIndex = 0, Index = 0; RowIndex < MaxRowNum && StringPtr[Index] != 0; ) {
1854 if (RowIndex == MaxRowNum - 1) {
1867 RowInfo[RowIndex].StartIndex = Index;
1917 RowInfo[RowIndex].EndIndex = Index;
1918 RowInfo[RowIndex].LineWidth = LineWidth;
1919 RowInfo[RowIndex].LineHeight = LineHeight;
1920 RowInfo[RowIndex].BaselineOffset = BaseLineOffset;
1926 if (Index > RowInfo[RowIndex]
[all...]

Completed in 1019 milliseconds