Searched defs:BltX (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c509 @param BltX Specifies the offset from the left and top edge of
527 IN UINTN BltX,
549 if (Width + BltX > ImageOut->Width) {
565 ImageOut->Image.Bitmap[OffsetY2 + BltX + Xpos] = SrcPixel;
568 ImageOut->Image.Bitmap[OffsetY2 + BltX + Xpos] = SrcPixel;
1199 @param BltX Specifies the offset from the left and top edge of
1217 IN UINTN BltX,
1296 if (Width > (*Blt)->Width - BltX) {
1297 Width = (*Blt)->Width - BltX;
1338 BltX,
525 ImageToBlt( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, IN UINTN BltX, IN UINTN BltY, IN UINTN Width, IN UINTN Height, IN BOOLEAN Transparent, IN OUT EFI_IMAGE_OUTPUT **Blt ) argument
1212 HiiDrawImage( IN CONST EFI_HII_IMAGE_PROTOCOL *This, IN EFI_HII_DRAW_FLAGS Flags, IN CONST EFI_IMAGE_INPUT *Image, IN OUT EFI_IMAGE_OUTPUT **Blt, IN UINTN BltX, IN UINTN BltY ) argument
1452 HiiDrawImageId( IN CONST EFI_HII_IMAGE_PROTOCOL *This, IN EFI_HII_DRAW_FLAGS Flags, IN EFI_HII_HANDLE PackageList, IN EFI_IMAGE_ID ImageId, IN OUT EFI_IMAGE_OUTPUT **Blt, IN UINTN BltX, IN UINTN BltY ) argument
[all...]
H A DFont.c1520 @param BltX Specifies the offset from the left and top edge
1562 IN UINTN BltX,
1821 BufferPtr = Image->Image.Bitmap + Image->Width * BltY + BltX;
1869 while (LineWidth + BltX < Image->Width && StringPtr[Index] != 0) {
1912 if (LineWidth + BltX <= Image->Width ||
1913 (LineWidth + BltX > Image->Width && (Flags & EFI_HII_OUT_FLAG_CLIP_CLEAN_X) == 0)) {
1952 (RowInfo[RowIndex].LineWidth + BltX > Image->Width || StringPtr[NextIndex] != 0) &&
2000 if (LineWidth + BltX > Image->Width) {
2024 if (RowInfo[RowIndex].LineWidth + BltX > Image->Width) {
2025 RowInfo[RowIndex].LineWidth = Image->Width - BltX;
1556 HiiStringToImage( IN CONST EFI_HII_FONT_PROTOCOL *This, IN EFI_HII_OUT_FLAGS Flags, IN CONST EFI_STRING String, IN CONST EFI_FONT_DISPLAY_INFO *StringInfo OPTIONAL, IN OUT EFI_IMAGE_OUTPUT **Blt, IN UINTN BltX, IN UINTN BltY, OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL, OUT UINTN *RowInfoArraySize OPTIONAL, OUT UINTN *ColumnInfoArray OPTIONAL ) argument
2286 HiiStringIdToImage( IN CONST EFI_HII_FONT_PROTOCOL *This, IN EFI_HII_OUT_FLAGS Flags, IN EFI_HII_HANDLE PackageList, IN EFI_STRING_ID StringId, IN CONST CHAR8* Language, IN CONST EFI_FONT_DISPLAY_INFO *StringInfo OPTIONAL, IN OUT EFI_IMAGE_OUTPUT **Blt, IN UINTN BltX, IN UINTN BltY, OUT EFI_HII_ROW_INFO **RowInfoArray OPTIONAL, OUT UINTN *RowInfoArraySize OPTIONAL, OUT UINTN *ColumnInfoArray OPTIONAL ) argument
[all...]

Completed in 37 milliseconds