Searched refs:BitMapOut (Results 1 – 1 of 1) sorted by relevance
189 OUT EFI_HII_RGB_PIXEL *BitMapOut, in CopyGopToRgbPixel() argument196 ASSERT (BitMapOut != NULL && BitMapIn != NULL); in CopyGopToRgbPixel()199 CopyMem (BitMapOut + Index, BitMapIn + Index, sizeof (EFI_HII_RGB_PIXEL)); in CopyGopToRgbPixel()218 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BitMapOut, in CopyRgbToGopPixel() argument225 ASSERT (BitMapOut != NULL && BitMapIn != NULL); in CopyRgbToGopPixel()228 CopyMem (BitMapOut + Index, BitMapIn + Index, sizeof (EFI_HII_RGB_PIXEL)); in CopyRgbToGopPixel()