Lines Matching refs:dx

91 						efi_uintn_t sy, efi_uintn_t dx,  in gop_blt_int()  argument
136 if (dx + width > gopobj->info.width || in gop_blt_int()
141 if (dx + width > linelen) in gop_blt_int()
203 buffer[dlineoff + j + dx] = pix; in gop_blt_int()
209 fb32[dlineoff + j + dx] = *(u32 *)&pix; in gop_blt_int()
211 fb16[dlineoff + j + dx] = in gop_blt_int()
260 efi_uintn_t sy, efi_uintn_t dx, in gop_blt_video_fill() argument
265 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_FILL, sx, sy, dx, in gop_blt_video_fill()
272 efi_uintn_t sy, efi_uintn_t dx, in gop_blt_buf_to_vid16() argument
276 return gop_blt_int(this, buffer, EFI_BLT_BUFFER_TO_VIDEO, sx, sy, dx, in gop_blt_buf_to_vid16()
283 efi_uintn_t sy, efi_uintn_t dx, in gop_blt_buf_to_vid32() argument
287 return gop_blt_int(this, buffer, EFI_BLT_BUFFER_TO_VIDEO, sx, sy, dx, in gop_blt_buf_to_vid32()
294 efi_uintn_t sy, efi_uintn_t dx, in gop_blt_vid_to_vid() argument
299 return gop_blt_int(this, buffer, EFI_BLT_VIDEO_TO_VIDEO, sx, sy, dx, in gop_blt_vid_to_vid()
306 efi_uintn_t sy, efi_uintn_t dx, in gop_blt_vid_to_buf() argument
312 dx, dy, width, height, delta, vid_bpp); in gop_blt_vid_to_buf()
373 efi_uintn_t sy, efi_uintn_t dx, in gop_blt() argument
381 buffer, operation, sx, sy, dx, dy, width, height, delta); in gop_blt()
388 ret = gop_blt_video_fill(this, buffer, operation, sx, sy, dx, in gop_blt()
395 sy, dx, dy, width, height, in gop_blt()
399 sy, dx, dy, width, height, in gop_blt()
403 ret = gop_blt_vid_to_vid(this, buffer, operation, sx, sy, dx, in gop_blt()
407 ret = gop_blt_vid_to_buf(this, buffer, operation, sx, sy, dx, in gop_blt()