Home
last modified time | relevance | path

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

/src/stand/common/
H A Dgfx_fb.c479 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 DUgaDraw.h140 IN UINTN DestinationX,
H A DGraphicsOutput.h217 IN UINTN DestinationX,