Lines Matching refs:BltX
528 IN UINTN BltX, in ImageToBlt() argument
550 if (Width + BltX > ImageOut->Width) { in ImageToBlt()
566 ImageOut->Image.Bitmap[OffsetY2 + BltX + Xpos] = SrcPixel; in ImageToBlt()
569 ImageOut->Image.Bitmap[OffsetY2 + BltX + Xpos] = SrcPixel; in ImageToBlt()
1200 IN UINTN BltX, in HiiDrawImage() argument
1278 if (Width > (*Blt)->Width - BltX) { in HiiDrawImage()
1279 Width = (*Blt)->Width - BltX; in HiiDrawImage()
1320 BltX, in HiiDrawImage()
1332 BltX, in HiiDrawImage()
1349 Width = Image->Width + BltX; in HiiDrawImage()
1389 BltX, in HiiDrawImage()
1441 IN UINTN BltX, in HiiDrawImageId() argument
1466 Status = HiiDrawImage (This, Flags, &Image, Blt, BltX, BltY); in HiiDrawImageId()