Searched refs:DestinationX (Results 1 – 3 of 3) sorted by relevance
| /src/stand/common/ |
| H A D | gfx_fb.c | 479 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_fill() argument 499 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_fill() 527 off = y * pitch + DestinationX * bpp; in gfxfb_blt_fill() 561 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_buffer() argument 615 DestinationX * sizeof (*p); in gfxfb_blt_video_to_buffer() 661 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_buffer_to_video() argument 683 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_buffer_to_video() 712 off = dy * pitch + DestinationX * bpp; in gfxfb_blt_buffer_to_video() 769 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_video() argument 788 if (DestinationX + Width > gfx_state.tg_fb.fb_width) in gfxfb_blt_video_to_video() [all …]
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | UgaDraw.h | 140 IN UINTN DestinationX,
|
| H A D | GraphicsOutput.h | 217 IN UINTN DestinationX,
|