Searched refs:SourceX (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/stand/common/ |
| H A D | gfx_fb.c | 509 if (SourceX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_buffer() 538 off = sy * pitch + SourceX * bpp; in gfxfb_blt_video_to_buffer() 643 SourceX * sizeof (*p); in gfxfb_blt_buffer_to_video() 651 (SourceX + x) * sizeof (*p)); in gfxfb_blt_buffer_to_video() 707 if (SourceX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_video() 725 off = SourceY * pitch + SourceX * bpp; in gfxfb_blt_video_to_video() 779 uint32_t SourceX, uint32_t SourceY, in gfxfb_blt() argument 803 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt() 810 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt() 816 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt() [all …]
|
| /freebsd-14.2/stand/efi/include/ |
| H A D | efiuga.h | 150 IN UINTN SourceX,
|
| H A D | efigop.h | 104 IN UINTN SourceX,
|