Home
last modified time | relevance | path

Searched refs:CurrentAttribute (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
DCustomizedDisplayLib.c432 UINTN CurrentAttribute; in CreateDialog() local
467 CurrentAttribute = gST->ConOut->Mode->Attribute; in CreateDialog()
549 gST->ConOut->SetAttribute (gST->ConOut, CurrentAttribute); in CreateDialog()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
DUefiIfrForm.c475 UINTN CurrentAttribute; in IfrLibCreatePopUp() local
493 CurrentAttribute = ConOut->Mode->Attribute; in IfrLibCreatePopUp()
623 ConOut->SetAttribute (ConOut, CurrentAttribute); in IfrLibCreatePopUp()