Searched refs:DestinationY (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/boot/common/ |
| H A D | gfx_fb.c | 481 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_fill() argument 497 if (DestinationY + Height > in gfxfb_blt_fill() 527 for (y = DestinationY; y < Height + DestinationY; y++) { in gfxfb_blt_fill() 562 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_buffer() argument 613 for (sy = SourceY, dy = DestinationY; dy < Height + DestinationY; in gfxfb_blt_video_to_buffer() 664 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_buffer_to_video() argument 682 if (DestinationY + Height > in gfxfb_blt_buffer_to_video() 715 for (sy = SourceY, dy = DestinationY; sy < Height + SourceY; in gfxfb_blt_buffer_to_video() 774 uint32_t DestinationX, uint32_t DestinationY, in gfxfb_blt_video_to_video() argument 789 if (DestinationY + Height > in gfxfb_blt_video_to_video() [all …]
|
| /illumos-gate/usr/src/boot/efi/include/Protocol/ |
| H A D | UgaDraw.h | 141 IN UINTN DestinationY,
|
| H A D | GraphicsOutput.h | 218 IN UINTN DestinationY,
|