diff options
Diffstat (limited to 'UefiMonitorTest/Graphics.h')
-rw-r--r-- | UefiMonitorTest/Graphics.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/UefiMonitorTest/Graphics.h b/UefiMonitorTest/Graphics.h index 503a222..6396098 100644 --- a/UefiMonitorTest/Graphics.h +++ b/UefiMonitorTest/Graphics.h @@ -138,6 +138,18 @@ PutRect ( ); VOID +DrawRectWithBorder ( + IN GRAPHICS_CONTEXT *Graphics, + IN UINTN X0, + IN UINTN Y0, + IN UINTN X1, + IN UINTN Y1, + IN UINTN BorderSize, + IN CONST GRAPHICS_PIXEL_COLOR *MainColor, + IN CONST GRAPHICS_PIXEL_COLOR *BorderColor + ); + +VOID DrawCircle ( IN GRAPHICS_CONTEXT *Graphics, IN UINTN X0, |