Home | History | Annotate | Download | only in HexEdit

Lines Matching refs:Orig

244   @param[in] Orig     The original color.

254 IN HEFI_EDITOR_COLOR_UNION Orig,
323 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
340 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
360 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
373 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
382 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
550 HEFI_EDITOR_COLOR_UNION Orig;
582 Orig = HMainEditor.ColorAttributes;
584 New.Colors.Foreground = Orig.Colors.Background & 0xF;
585 New.Colors.Background = Orig.Colors.Foreground & 0x7;
595 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
651 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
701 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
750 HEFI_EDITOR_COLOR_UNION Orig;
758 Orig = HMainEditor.ColorAttributes;
760 New.Colors.Foreground = Orig.Colors.Background;
761 New.Colors.Background = Orig.Colors.Foreground;
792 Orig,
867 Orig,