Lines Matching refs:sx

87 						u32 operation, efi_uintn_t sx,  in gop_blt_int()  argument
115 if (sx + width > linelen) in gop_blt_int()
120 if (sx + width > gopobj->info.width || in gop_blt_int()
184 pix = buffer[slineoff + j + sx]; in gop_blt_int()
190 slineoff + j + sx]; in gop_blt_int()
193 slineoff + j + sx]); in gop_blt_int()
256 u32 foo, efi_uintn_t sx, in gop_blt_video_fill() argument
262 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_FILL, sx, sy, dx, in gop_blt_video_fill()
268 u32 foo, efi_uintn_t sx, in gop_blt_buf_to_vid16() argument
273 return gop_blt_int(this, buffer, EFI_BLT_BUFFER_TO_VIDEO, sx, sy, dx, in gop_blt_buf_to_vid16()
279 u32 foo, efi_uintn_t sx, in gop_blt_buf_to_vid32() argument
284 return gop_blt_int(this, buffer, EFI_BLT_BUFFER_TO_VIDEO, sx, sy, dx, in gop_blt_buf_to_vid32()
290 u32 foo, efi_uintn_t sx, in gop_blt_vid_to_vid() argument
296 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_TO_VIDEO, sx, sy, dx, in gop_blt_vid_to_vid()
302 u32 foo, efi_uintn_t sx, in gop_blt_vid_to_buf() argument
308 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_TO_BLT_BUFFER, sx, sy, in gop_blt_vid_to_buf()
331 u32 operation, efi_uintn_t sx, in gop_blt() argument
340 buffer, operation, sx, sy, dx, dy, width, height, delta); in gop_blt()
347 ret = gop_blt_video_fill(this, buffer, operation, sx, sy, dx, in gop_blt()
353 ret = gop_blt_buf_to_vid32(this, buffer, operation, sx, in gop_blt()
357 ret = gop_blt_buf_to_vid16(this, buffer, operation, sx, in gop_blt()
362 ret = gop_blt_vid_to_vid(this, buffer, operation, sx, sy, dx, in gop_blt()
366 ret = gop_blt_vid_to_buf(this, buffer, operation, sx, sy, dx, in gop_blt()