Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching defs:LineOffset

1589   UINTN                               LineOffset;

2042 LineOffset = 0;
2057 if (RowInfo[RowIndex].LineWidth > 0 && RowInfo[RowIndex].LineWidth > LineOffset) {
2067 RowInfo[RowIndex].LineWidth - LineOffset,
2080 *ColumnInfoArray = LineOffset + Cell[Index1].OffsetX + BltX;
2084 LineOffset += Cell[Index1].AdvanceX;
2117 if (RowInfo[RowIndex].LineWidth > 0 && RowInfo[RowIndex].LineWidth > LineOffset) {
2127 RowInfo[RowIndex].LineWidth - LineOffset,
2140 *ColumnInfoArray = LineOffset + Cell[Index1].OffsetX + BltX;
2144 LineOffset += Cell[Index1].AdvanceX;