Home
last modified time | relevance | path

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

/src/stand/common/
H A Dgfx_fb.c560 gfxfb_blt_video_to_buffer(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_buffer() argument
579 if (SourceY + Height > in gfxfb_blt_video_to_buffer()
610 for (sy = SourceY, dy = DestinationY; dy < Height + DestinationY; in gfxfb_blt_video_to_buffer()
660 gfxfb_blt_buffer_to_video(void *BltBuffer, uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_buffer_to_video() argument
710 for (sy = SourceY, dy = DestinationY; sy < Height + SourceY; in gfxfb_blt_buffer_to_video()
768 gfxfb_blt_video_to_video(uint32_t SourceX, uint32_t SourceY, in gfxfb_blt_video_to_video() argument
777 if (SourceY + Height > in gfxfb_blt_video_to_video()
799 off = SourceY * pitch + SourceX * bpp; in gfxfb_blt_video_to_video()
853 uint32_t SourceX, uint32_t SourceY, in gfxfb_blt() argument
880 SourceX, SourceY, DestinationX, DestinationY, in gfxfb_blt()
[all …]
/src/sys/contrib/edk2/Include/Protocol/
H A DUgaDraw.h139 IN UINTN SourceY,
H A DGraphicsOutput.h216 IN UINTN SourceY,