Home
last modified time | relevance | path

Searched refs:PosX (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DMemoryTest.c57 UINTN PosX; in PlatformBdsShowProgress() local
109 PosX = 0; in PlatformBdsShowProgress()
152 PosX = Index * BlockWidth; in PlatformBdsShowProgress()
160 PosX, in PlatformBdsShowProgress()
173 PosX, in PlatformBdsShowProgress()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
DBootLogoLib.c452 UINTN PosX; in BootLogoUpdateProgress() local
499 PosX = 0; in BootLogoUpdateProgress()
542 PosX = Index * BlockWidth; in BootLogoUpdateProgress()
550 PosX, in BootLogoUpdateProgress()
563 PosX, in BootLogoUpdateProgress()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DSetupBrowser.c81 UINTN PosX; in PlatformBdsShowProgress() local
131 PosX = 0; in PlatformBdsShowProgress()
172 PosX = Index * BlockWidth; in PlatformBdsShowProgress()
180 PosX, in PlatformBdsShowProgress()
193 PosX, in PlatformBdsShowProgress()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
DGraphicsConsole.c1904 UINTN PosX; in FlushCursor() local
1959 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()