Home
last modified time | relevance | path

Searched refs:OffsetY (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Logo/
DLogo.c27 INTN OffsetY; member
62 OUT INTN *OffsetY in GetImage() argument
67 Attribute == NULL || OffsetX == NULL || OffsetY == NULL) { in GetImage()
79 *OffsetY = mLogos[Current].OffsetY; in GetImage()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DImage.c256 UINTN OffsetY; in Output1bitPixel() local
290 OffsetY = BITMAP_LEN_1_BIT (Image->Width, Ypos); in Output1bitPixel()
295 Byte = *(Data + OffsetY + Xpos); in Output1bitPixel()
309 Byte = *(Data + OffsetY + Xpos); in Output1bitPixel()
345 UINTN OffsetY; in Output4bitPixel() local
379 OffsetY = BITMAP_LEN_4_BIT (Image->Width, Ypos); in Output4bitPixel()
384 Byte = *(Data + OffsetY + Xpos); in Output4bitPixel()
393 Byte = *(Data + OffsetY + Xpos); in Output4bitPixel()
423 UINTN OffsetY; in Output8bitPixel() local
456 OffsetY = BITMAP_LEN_8_BIT (Image->Width, Ypos); in Output8bitPixel()
[all …]
DFont.c384 UINTN OffsetY; in GlyphToBlt() local
399 BltBuffer = *Origin + Cell->OffsetX - (Cell->OffsetY + Cell->Height) * ImageWidth; in GlyphToBlt()
400 YposOffset = (UINT16) (BaseLine - (Cell->OffsetY + Cell->Height)); in GlyphToBlt()
415 OffsetY = BITMAP_LEN_1_BIT (Cell->Width, Ypos); in GlyphToBlt()
421 Data = *(GlyphBuffer + OffsetY + Xpos); in GlyphToBlt()
437 Data = *(GlyphBuffer + OffsetY + Xpos); in GlyphToBlt()
734 if (BaseLine < LocalCell.Height + LocalCell.OffsetY) { in FindGlyphBlock()
735 BaseLine = (UINT16) (LocalCell.Height + LocalCell.OffsetY); in FindGlyphBlock()
737 if (MinOffsetY > LocalCell.OffsetY) { in FindGlyphBlock()
738 MinOffsetY = LocalCell.OffsetY; in FindGlyphBlock()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DWindowsUxCapsule.h29 UINT32 OffsetY; member
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
DPlatformLogo.h67 OUT INTN *OffsetY
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
DBootLogoLib.c46 INTN OffsetY; in BootLogoEnableLogo() local
139 &OffsetY in BootLogoEnableLogo()
200 DestY += OffsetY; in BootLogoEnableLogo()
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiInternalFormRepresentation.h186 INT16 OffsetY; member
1944 UINT16 OffsetY; member
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
DCapsuleApp.c249 DisplayCapsule->ImagePayload.OffsetY = 0; in CreateBmpFmp()
DCapsuleDump.c88 Print(L" OffsetY - 0x%x\n", DisplayCapsule->ImagePayload.OffsetY); in DumpUxCapsule()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiHii.h124 INT16 OffsetY; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DUefiInternalFormRepresentation.h153 INT16 OffsetY; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DDxeCapsuleLib.c641 (UINTN) ImagePayload->OffsetY, in DisplayCapsuleImage()