Home
last modified time | relevance | path

Searched refs:BitMapIn (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DImage.c190 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BitMapIn, in CopyGopToRgbPixel() argument
196 ASSERT (BitMapOut != NULL && BitMapIn != NULL); in CopyGopToRgbPixel()
199 CopyMem (BitMapOut + Index, BitMapIn + Index, sizeof (EFI_HII_RGB_PIXEL)); in CopyGopToRgbPixel()
219 IN EFI_HII_RGB_PIXEL *BitMapIn, in CopyRgbToGopPixel() argument
225 ASSERT (BitMapOut != NULL && BitMapIn != NULL); in CopyRgbToGopPixel()
228 CopyMem (BitMapOut + Index, BitMapIn + Index, sizeof (EFI_HII_RGB_PIXEL)); in CopyRgbToGopPixel()