De-unicode in comment for all source files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5302 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-05-27 03:24:01 +00:00
parent b233cbe5cc
commit ac64461468
19 changed files with 8992 additions and 8992 deletions

View File

@@ -1370,7 +1370,7 @@ IsLineBreak (
EFI_HII_OUT_FLAG_CLIP is implied. If this points
to a NULL on entry, then a buffer
will be allocated to hold the generated image and
the pointer updated on exit. It is the caller<EFBFBD><EFBFBD>s
the pointer updated on exit. It is the caller's
responsibility to free this buffer.
@param BltX,BLTY Specifies the offset from the left and top edge
of the image of the first character cell in the
@@ -1381,7 +1381,7 @@ IsLineBreak (
updated to contain the number of elements.
This array describes the characters which were at
least partially drawn and the heights of the
rows. It is the caller<EFBFBD><EFBFBD>s responsibility to free
rows. It is the caller's responsibility to free
this buffer.
@param RowInfoArraySize If this is non-NULL on entry, then on exit it
contains the number of elements in RowInfoArray.
@@ -1923,7 +1923,7 @@ Exit:
@param Flags Describes how the string is to be drawn.
@param PackageList The package list in the HII database to search
for the specified string.
@param StringId The string<EFBFBD><EFBFBD>s id, which is unique within
@param StringId The string's id, which is unique within
PackageList.
@param Language Points to the language for the retrieved string.
If NULL, then the current system language is
@@ -1939,7 +1939,7 @@ Exit:
EFI_HII_OUT_FLAG_CLIP is implied. If this points
to a NULL on entry, then a buffer
will be allocated to hold the generated image and
the pointer updated on exit. It is the caller<EFBFBD><EFBFBD>s
the pointer updated on exit. It is the caller's
responsibility to free this buffer.
@param BltX,BLTY Specifies the offset from the left and top edge
of the image of the first character cell in the
@@ -1950,7 +1950,7 @@ Exit:
updated to contain the number of elements.
This array describes the characters which were at
least partially drawn and the heights of the
rows. It is the caller<EFBFBD><EFBFBD>s responsibility to free
rows. It is the caller's responsibility to free
this buffer.
@param RowInfoArraySize If this is non-NULL on entry, then on exit it
contains the number of elements in RowInfoArray.
@@ -2071,7 +2071,7 @@ HiiStringIdToImage (
system font and color.
@param Blt Thus must point to a NULL on entry. A buffer will
be allocated to hold the output and the pointer
updated on exit. It is the caller<EFBFBD><EFBFBD>s
updated on exit. It is the caller's
responsibility to free this buffer.
@param Baseline Number of pixels from the bottom of the bitmap to
the baseline.
@@ -2232,7 +2232,7 @@ Exit:
are no more matching fonts.
@param StringInfoIn Upon entry, points to the font to return
information about.
@param StringInfoOut Upon return, contains the matching font<EFBFBD><EFBFBD>s
@param StringInfoOut Upon return, contains the matching font's
information. If NULL, then no information is
returned. It's caller's responsibility to free
this buffer.

File diff suppressed because it is too large Load Diff

View File

@@ -790,7 +790,7 @@ HiiNewImage (
@param This A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
@param PackageList Handle of the package list where this image will
be searched.
@param ImageId The image<EFBFBD><EFBFBD>s id,, which is unique within
@param ImageId The image's id,, which is unique within
PackageList.
@param Image Points to the image.
@param ImageSize On entry, points to the size of the buffer pointed
@@ -993,7 +993,7 @@ HiiGetImage (
@param This A pointer to the EFI_HII_IMAGE_PROTOCOL instance.
@param PackageList The package list containing the images.
@param ImageId The image<EFBFBD><EFBFBD>s id,, which is unique within
@param ImageId The image's id,, which is unique within
PackageList.
@param Image Points to the image.
@@ -1196,7 +1196,7 @@ HiiSetImage (
this image and EFI_HII_DRAW_FLAG_CLIP is implied.
If this points to a NULL on entry, then a buffer
will be allocated to hold the generated image and
the pointer updated on exit. It is the caller<EFBFBD><EFBFBD>s
the pointer updated on exit. It is the caller's
responsibility to free this buffer.
@param BltY Specifies the offset from the left and top edge of
the output image of the first pixel in the image.
@@ -1441,7 +1441,7 @@ HiiDrawImage (
EFI_HII_DRAW_FLAG_CLIP is implied. If this points
to a NULL on entry, then a buffer will be
allocated to hold the generated image and the
pointer updated on exit. It is the caller<EFBFBD><EFBFBD>s
pointer updated on exit. It is the caller's
responsibility to free this buffer.
@param BltY Specifies the offset from the left and top edge of
the output image of the first pixel in the image.

View File

@@ -249,7 +249,7 @@ GetStringFontInfo (
@param Private Hii database private structure.
@param StringPackage Hii string package instance.
@param StringId The string<EFBFBD><EFBFBD>s id, which is unique within
@param StringId The string's id, which is unique within
PackageList.
@param BlockType Output the block type of found string block.
@param StringBlockAddr Output the block address of found string block.
@@ -567,7 +567,7 @@ FindStringBlock (
@param Private Hii database private structure.
@param StringPackage Hii string package instance.
@param StringId The string<EFBFBD><EFBFBD>s id, which is unique within
@param StringId The string's id, which is unique within
PackageList.
@param String Points to retrieved null-terminated string.
@param StringSize On entry, points to the size of the buffer pointed
@@ -672,7 +672,7 @@ GetStringWorker (
@param Private HII database driver private structure.
@param StringPackage HII string package instance.
@param StringId The string<EFBFBD><EFBFBD>s id, which is unique within
@param StringId The string's id, which is unique within
PackageList.
@param String Points to the new null-terminated string.
@param StringFontInfo Points to the input font info.
@@ -909,7 +909,7 @@ SetStringWorker (
not zero, the LanguageName being passed in will
be ignored.
@param String Points to the new null-terminated string.
@param StringFontInfo Points to the new string<EFBFBD><EFBFBD>s font information or
@param StringFontInfo Points to the new string's font information or
NULL if the string should have the default system
font, size and style.
@@ -1251,7 +1251,7 @@ HiiNewString (
@param StringSize On entry, points to the size of the buffer pointed
to by String, in bytes. On return, points to the
length of the string, in bytes.
@param StringFontInfo If not NULL, points to the string<EFBFBD><EFBFBD>s font
@param StringFontInfo If not NULL, points to the string's font
information. It's caller's responsibility to free
this buffer.
@@ -1334,11 +1334,11 @@ HiiGetString (
@param This A pointer to the EFI_HII_STRING_PROTOCOL instance.
@param PackageList The package list containing the strings.
@param StringId The string<EFBFBD><EFBFBD>s id, which is unique within
@param StringId The string's id, which is unique within
PackageList.
@param Language Points to the language for the updated string.
@param String Points to the new null-terminated string.
@param StringFontInfo Points to the string<EFBFBD><EFBFBD>s font information or NULL if
@param StringFontInfo Points to the string's font information or NULL if
the string font information is not changed.
@retval EFI_SUCCESS The string was updated successfully.