Searched refs:DestinationY (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 496 if (DestinationY + Height > gfx_state.tg_fb.fb_height) in gfxfb_blt_fill() 526 for (y = DestinationY; y < Height + DestinationY; y++) { in gfxfb_blt_fill() 561 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_buffer() argument 610 for (sy = SourceY, dy = DestinationY; dy < Height + DestinationY; in gfxfb_blt_video_to_buffer() 661 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_buffer_to_video() argument 679 if (DestinationY + Height > in gfxfb_blt_buffer_to_video() 710 for (sy = SourceY, dy = DestinationY; sy < Height + SourceY; in gfxfb_blt_buffer_to_video() 769 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_video() argument 784 if (DestinationY + Height > in gfxfb_blt_video_to_video() [all …]
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | UgaDraw.h | 141 IN UINTN DestinationY,
|
| H A D | GraphicsOutput.h | 218 IN UINTN DestinationY,
|