Searched refs:BltPixel (Results 1 – 1 of 1) sorted by relevance
284 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltPixel; in InstallBootGraphicsResourceTable() local377 BltPixel = &mLogoBltBuffer[(mLogoHeight - Row - 1) * mLogoWidth]; in InstallBootGraphicsResourceTable()380 *Image++ = BltPixel->Blue; in InstallBootGraphicsResourceTable()381 *Image++ = BltPixel->Green; in InstallBootGraphicsResourceTable()382 *Image++ = BltPixel->Red; in InstallBootGraphicsResourceTable()383 BltPixel++; in InstallBootGraphicsResourceTable()