mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/BmpImageDecoderLib: Fix function header comments
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Shumin Qiu <shumin.qiu@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19082 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
47fea6afd7
commit
ecbff74945
|
@ -24,12 +24,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
Convert a *.BMP graphics image to a callee allocated GOP blt buffer.
|
||||
|
||||
@param ImageFormat Format of the image file.
|
||||
@param BmpImage Pointer to BMP file
|
||||
@param BmpImageSize Number of bytes in BmpImage
|
||||
@param BmpImage Pointer to BMP file.
|
||||
@param BmpImageSize Number of bytes in BmpImage.
|
||||
@param GopBlt Buffer containing GOP version of BmpImage.
|
||||
@param GopBltSize Size of GopBlt in bytes.
|
||||
@param PixelHeight Height of GopBlt/BmpImage in pixels
|
||||
@param PixelWidth Width of GopBlt/BmpImage in pixels
|
||||
@param PixelWidth Width of GopBlt/BmpImage in pixels.
|
||||
@param PixelHeight Height of GopBlt/BmpImage in pixels.
|
||||
|
||||
@retval EFI_SUCCESS GopBlt and GopBltSize are returned.
|
||||
@retval EFI_INVALID_PARAMETER GopBlt or GopBltSize is NULL.
|
||||
|
|
Loading…
Reference in New Issue