Searched refs:PosY (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | MemoryTest.c | 58 UINTN PosY; in PlatformBdsShowProgress() local 110 PosY = SizeOfY * 48 / 50; in PlatformBdsShowProgress() 126 PosY - EFI_GLYPH_HEIGHT - 1, in PlatformBdsShowProgress() 128 SizeOfY - (PosY - EFI_GLYPH_HEIGHT - 1), in PlatformBdsShowProgress() 139 PosY - EFI_GLYPH_HEIGHT - 1, in PlatformBdsShowProgress() 141 SizeOfY - (PosY - EFI_GLYPH_HEIGHT - 1), in PlatformBdsShowProgress() 161 PosY, in PlatformBdsShowProgress() 174 PosY, in PlatformBdsShowProgress() 186 PosY - EFI_GLYPH_HEIGHT - 1, in PlatformBdsShowProgress()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/ |
D | BootLogoLib.c | 399 UINTN PosY; in BootLogoUpdateProgress() local 446 PosY = SizeOfY * 48 / 50; in BootLogoUpdateProgress() 462 PosY - EFI_GLYPH_HEIGHT - 1, in BootLogoUpdateProgress() 464 SizeOfY - (PosY - EFI_GLYPH_HEIGHT - 1), in BootLogoUpdateProgress() 475 PosY - EFI_GLYPH_HEIGHT - 1, in BootLogoUpdateProgress() 477 SizeOfY - (PosY - EFI_GLYPH_HEIGHT - 1), in BootLogoUpdateProgress() 497 PosY, in BootLogoUpdateProgress() 510 PosY, in BootLogoUpdateProgress() 522 PosY - EFI_GLYPH_HEIGHT - 1, in BootLogoUpdateProgress()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
D | SetupBrowser.c | 82 UINTN PosY; in PlatformBdsShowProgress() local 132 PosY = SizeOfY * 48 / 50; in PlatformBdsShowProgress() 148 PosY - EFI_GLYPH_HEIGHT - 1, in PlatformBdsShowProgress() 150 SizeOfY - (PosY - EFI_GLYPH_HEIGHT - 1), in PlatformBdsShowProgress() 161 PosY - EFI_GLYPH_HEIGHT - 1, in PlatformBdsShowProgress() 163 SizeOfY - (PosY - EFI_GLYPH_HEIGHT - 1), in PlatformBdsShowProgress() 181 PosY, in PlatformBdsShowProgress() 194 PosY, in PlatformBdsShowProgress() 204 PosY - EFI_GLYPH_HEIGHT - 1, in PlatformBdsShowProgress()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/ |
D | GraphicsConsole.c | 1905 UINTN PosY; in FlushCursor() local 1958 for (PosY = 0; PosY < EFI_GLYPH_HEIGHT; PosY++) { 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()
|