Home
last modified time | relevance | path

Searched refs:dest_x (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/package/pixman/
H A D0005-pixman_image_composite32-Support-rockchip-RGA-2D-acc.patch189 + int src_x, int src_y, int dest_x, int dest_y)
270 + box.x1 = pbox[n].x1 + src_x - dest_x;
272 + box.x2 = pbox[n].x2 + src_x - dest_x;
321 + info->src_x = pbox[n].x1 + src_x - dest_x;
323 + info->dest_x = pbox[n].x1;
344 + src_x, src_y, dest_x, dest_y))
350 info.src_x = pbox->x1 + src_x - dest_x;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h419 s32 dest_x, s32 dest_y,
516 s32 dest_x,
546 s32 dest_x,
H A Dvmwgfx_scrn.c1132 s32 dest_x, in vmw_kms_sou_do_surface_dirty() argument
1166 sdirty.dst_x = dest_x; in vmw_kms_sou_do_surface_dirty()
1170 dest_x, dest_y, num_clips, inc, in vmw_kms_sou_do_surface_dirty()
H A Dvmwgfx_ioctl.c319 arg->dest_x, arg->dest_y, in vmw_present_ioctl()
H A Dvmwgfx_kms.c2351 s32 dest_x, s32 dest_y, in vmw_kms_helper_dirty() argument
2408 dirty->unit_x2 = (s32) clips_ptr->x2 + dest_x - in vmw_kms_helper_dirty()
2416 dest_x - crtc_x; in vmw_kms_helper_dirty()
2421 dirty->unit_x1 = dirty->fb_x + dest_x - crtc_x; in vmw_kms_helper_dirty()
H A Dvmwgfx_stdu.c853 s32 dest_x, in vmw_kms_stdu_surface_dirty() argument
894 dest_x, dest_y, num_clips, inc, in vmw_kms_stdu_surface_dirty()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsticore.h263 s16 dest_x; /* X location of character upper left */ member
296 s16 dest_x; /* dest upper left pixel x location */ member
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0016-backend-drm-Support-virtual-screen-size.patch114 scanout_state->dest_x = 0;
268 - assert(scanout_state->dest_x == 0);
326 + scanout_state->dest_x, scanout_state->dest_y,
H A D0017-backend-drm-Support-mirror-mode.patch490 - scanout_state->dest_x = 0;
494 + scanout_state->dest_x = dx;
/OK3568_Linux_fs/buildroot/package/weston/
H A D0016-backend-drm-Support-virtual-screen-size.patch114 scanout_state->dest_x = 0;
268 - assert(scanout_state->dest_x == 0);
326 + scanout_state->dest_x, scanout_state->dest_y,
H A D0017-backend-drm-Support-mirror-mode.patch492 - scanout_state->dest_x = 0;
496 + scanout_state->dest_x = dx;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0014-backend-drm-Support-virtual-screen-size.patch122 scanout_state->dest_x = 0;
282 - assert(scanout_state->dest_x == 0);
340 + scanout_state->dest_x, scanout_state->dest_y,
H A D0015-backend-drm-Support-mirror-mode.patch488 - scanout_state->dest_x = 0;
492 + scanout_state->dest_x = dx;
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dsticore.c148 .dest_x = x * font->width, in sti_putc()
180 .dest_x = src_x, in sti_set()
208 .dest_x = src_x * font->width, in sti_clear()
239 .dest_x = dst_x * font->width, in sti_bmove()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxibarriers.c389 int dest_x, int dest_y, in input_constrain_cursor() argument
395 int x = dest_x, in input_constrain_cursor()
408 .dx = dest_x - current_x, in input_constrain_cursor()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Dvmwgfx_drm.h760 __s32 dest_x; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Dvmwgfx_drm.h765 __s32 dest_x; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Dvmwgfx_drm.h760 __s32 dest_x; member
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h718 int dest_x, int dest_y,