edk2/MdeModulePkg/Universal/HiiDatabaseDxe
eric_tian 4772ce75e8 refine the implementation of HiiStringToImage:
1. Remove the limitation of MAX_STRING_LENGTH and according to actual string length to store glyph info
2. fix a issue when print multi-lines, the next line will overlaps the above line. The original implementation doesn't recalculate the start point of X/Y axis.
3. refine the flow to avoid the meaningless recursive call.
4. modify the usage of "Index" to force them 1/1 mapping between glyphbuf and string. So the RowInfoArray and ColumnInfoArray can reflect the actual situation.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8371 6f19259b-4bc3-4df7-8a09-765794883524
2009-05-21 09:41:59 +00:00
..
ConfigRouting.c Update HiiDataBase to fix the SCT hang issues by the invalid device path. 2009-05-20 12:05:45 +00:00
Database.c Fix K8 and Sct failure. 2009-05-19 09:30:21 +00:00
Font.c refine the implementation of HiiStringToImage: 2009-05-21 09:41:59 +00:00
HiiDatabase.h Fix K8 and Sct failure. 2009-05-19 09:30:21 +00:00
HiiDatabaseDxe.inf Remove unused IfrSupportLib 2009-04-12 03:18:19 +00:00
HiiDatabaseEntry.c 1) Update file header. 2008-12-11 06:27:04 +00:00
Image.c remove console control protocol consuming in DrawImage(), caller should make sure current mode is graphics mode. 2009-02-23 03:02:07 +00:00
String.c Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 languages. 2009-05-08 05:39:24 +00:00