Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching defs:LineOffset

1601   UINTN                               LineOffset;

2055 LineOffset = 0;
2075 if (RowInfo[RowIndex].LineWidth > 0 && RowInfo[RowIndex].LineWidth > LineOffset) {
2085 RowInfo[RowIndex].LineWidth - LineOffset,
2098 *ColumnInfoArray = LineOffset + Cell[Index1].OffsetX + BltX;
2102 LineOffset += Cell[Index1].AdvanceX;
2135 if (RowInfo[RowIndex].LineWidth > 0 && RowInfo[RowIndex].LineWidth > LineOffset) {
2145 RowInfo[RowIndex].LineWidth - LineOffset,
2158 *ColumnInfoArray = LineOffset + Cell[Index1].OffsetX + BltX;
2162 LineOffset += Cell[Index1].AdvanceX;