Home | History | Annotate | Download | only in HiiDatabaseDxe

Lines Matching refs:OffsetX

399   BltBuffer  = *Origin + Cell->OffsetX - (Cell->OffsetY + Cell->Height) * ImageWidth;

422 for (Index = 0; Index < 8 && ((UINTN) (Xpos * 8 + Index + Cell->OffsetX) < RowWidth); Index++) {
438 for (Index = 0; Index < Cell->Width % 8 && ((UINTN) (Xpos * 8 + Index + Cell->OffsetX) < RowWidth); Index++) {
1915 // draw its (AdvanceX - Width - OffsetX) for next character.
1917 LineWidth -= (UINTN) (Cell[Index].AdvanceX - Cell[Index].Width - Cell[Index].OffsetX);
1938 // Don't draw the last char on this row. And, don't draw the second last char (AdvanceX - Width - OffsetX).
1940 LineWidth -= (UINTN) (Cell[Index].Width + Cell[Index].OffsetX);
1941 LineWidth -= (UINTN) (Cell[Index - 1].AdvanceX - Cell[Index - 1].Width - Cell[Index - 1].OffsetX);
1968 LineWidth -= (Cell[Index1].Width + Cell[Index1].OffsetX);
1998 LineWidth -= (UINTN) (Cell[Index1 - 1].AdvanceX - Cell[Index1 - 1].Width - Cell[Index1 - 1].OffsetX);
2013 // Don't draw the last char on this row. And, don't draw the second last char (AdvanceX - Width - OffsetX).
2015 LineWidth -= (UINTN) (Cell[Index1].Width + Cell[Index1].OffsetX);
2016 LineWidth -= (UINTN) (Cell[Index1 - 1].AdvanceX - Cell[Index1 - 1].Width - Cell[Index1 - 1].OffsetX);
2080 *ColumnInfoArray = LineOffset + Cell[Index1].OffsetX + BltX;
2140 *ColumnInfoArray = LineOffset + Cell[Index1].OffsetX + BltX;
2628 BltBuffer = Image->Image.Bitmap + (Cell.Height + Cell.OffsetY) * Image->Width - Cell.OffsetX;
2635 Cell.Width + Cell.OffsetX,