Performance and size optimised.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7280 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -41,7 +41,7 @@ extern EFI_COMPONENT_NAME2_PROTOCOL gGraphicsConsoleComponentName2;
|
||||
extern EFI_DRIVER_BINDING_PROTOCOL gGraphicsConsoleDriverBinding;
|
||||
extern EFI_NARROW_GLYPH gUsStdNarrowGlyphData[];
|
||||
|
||||
|
||||
extern UINT32 mNarrowFontSize;
|
||||
//
|
||||
// User can define valid graphic resolution here
|
||||
// e.g. 640x480, 800x600, 1024x768...
|
||||
@@ -216,19 +216,6 @@ GraphicsConsoleComponentNameGetControllerName (
|
||||
);
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
Returns available Unicode glyphs narrow fonts(8*19 pixels) size.
|
||||
|
||||
@return Narrow font size.
|
||||
|
||||
**/
|
||||
UINT32
|
||||
ReturnNarrowFontSize (
|
||||
VOID
|
||||
);
|
||||
|
||||
/**
|
||||
Reset the text output device hardware and optionally run diagnostics.
|
||||
|
||||
|
Reference in New Issue
Block a user