Home
last modified time | relevance | path

Searched refs:SourceY (Results 1 – 3 of 3) sorted by relevance

/freebsd/stand/common/
H A Dgfx_fb.c488 gfxfb_blt_video_to_buffer(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_buffer() argument
507 if (SourceY + Height > in gfxfb_blt_video_to_buffer()
538 for (sy = SourceY, dy = DestinationY; dy < Height + DestinationY; in gfxfb_blt_video_to_buffer()
588 gfxfb_blt_buffer_to_video(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_buffer_to_video() argument
638 for (sy = SourceY, dy = DestinationY; sy < Height + SourceY; in gfxfb_blt_buffer_to_video()
696 gfxfb_blt_video_to_video(uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_video() argument
705 if (SourceY + Height > in gfxfb_blt_video_to_video()
727 off = SourceY * pitch + SourceX * bpp; in gfxfb_blt_video_to_video()
781 uint32_t SourceX, uint32_t SourceY, in gfxfb_blt() argument
805 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt()
[all …]
/freebsd/stand/efi/include/
H A Defiuga.h151 IN UINTN SourceY,
H A Defigop.h105 IN UINTN SourceY,