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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c1580 UINTN LineOffset; local
2032 LineOffset = 0;
2047 if (RowInfo[RowIndex].LineWidth > 0 && RowInfo[RowIndex].LineWidth > LineOffset) {
2057 RowInfo[RowIndex].LineWidth - LineOffset,
2070 *ColumnInfoArray = LineOffset + Cell[Index1].OffsetX + BltX;
2074 LineOffset += Cell[Index1].AdvanceX;
2107 if (RowInfo[RowIndex].LineWidth > 0 && RowInfo[RowIndex].LineWidth > LineOffset) {
2117 RowInfo[RowIndex].LineWidth - LineOffset,
2130 *ColumnInfoArray = LineOffset + Cell[Index1].OffsetX + BltX;
2134 LineOffset
[all...]

Completed in 38 milliseconds