Searched refs:BitMapIn (Results 1 – 1 of 1) sorted by relevance
190 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BitMapIn, in CopyGopToRgbPixel() argument196 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() argument225 ASSERT (BitMapOut != NULL && BitMapIn != NULL); in CopyRgbToGopPixel()228 CopyMem (BitMapOut + Index, BitMapIn + Index, sizeof (EFI_HII_RGB_PIXEL)); in CopyRgbToGopPixel()