Searched refs:PosX (Results 1 – 4 of 4) sorted by relevance
57 UINTN PosX; in PlatformBdsShowProgress() local109 PosX = 0; in PlatformBdsShowProgress()152 PosX = Index * BlockWidth; in PlatformBdsShowProgress()160 PosX, in PlatformBdsShowProgress()173 PosX, in PlatformBdsShowProgress()
398 UINTN PosX; in BootLogoUpdateProgress() local445 PosX = 0; in BootLogoUpdateProgress()488 PosX = Index * BlockWidth; in BootLogoUpdateProgress()496 PosX, in BootLogoUpdateProgress()509 PosX, in BootLogoUpdateProgress()
81 UINTN PosX; in PlatformBdsShowProgress() local131 PosX = 0; in PlatformBdsShowProgress()172 PosX = Index * BlockWidth; in PlatformBdsShowProgress()180 PosX, in PlatformBdsShowProgress()193 PosX, in PlatformBdsShowProgress()
1904 UINTN PosX; in FlushCursor() local1959 for (PosX = 0; PosX < EFI_GLYPH_WIDTH; PosX++) { in FlushCursor()1960 if ((mCursorGlyph.GlyphCol1[PosY] & (BIT0 << PosX)) != 0) { in FlushCursor()1961 BltChar[PosY][EFI_GLYPH_WIDTH - PosX - 1].Raw ^= Foreground.Raw; in FlushCursor()