HomeSort by: relevance | last modified time | path
    Searched defs:dst_x (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mit/xorg/lib/libxcb/files/
shm.h 143 int16_t dst_x; member in struct:xcb_shm_put_image_request_t
430 * @param dst_x The X coordinate on the destination drawable to copy to.
461 int16_t dst_x,
485 * @param dst_x The X coordinate on the destination drawable to copy to.
513 int16_t dst_x,
render.h 708 int16_t dst_x; member in struct:xcb_render_composite_request_t
2037 int16_t dst_x,
2060 int16_t dst_x,
xinput.h 2350 xcb_input_fp1616_t dst_x; member in struct:xcb_input_xi_warp_pointer_request_t
7767 xcb_input_fp1616_t dst_x,
7787 xcb_input_fp1616_t dst_x,
xproto.h 2584 int16_t dst_x; member in struct:xcb_translate_coordinates_reply_t
2604 int16_t dst_x; member in struct:xcb_warp_pointer_request_t
3415 int16_t dst_x; member in struct:xcb_copy_area_request_t
3436 int16_t dst_x; member in struct:xcb_copy_plane_request_t
3612 int16_t dst_x; member in struct:xcb_put_image_request_t
8273 * offsets (\a dst_x, \a dst_y) relative to \a dst_window. If \a dst_window is
8274 * `XCB_NONE` (TODO), the pointer will be moved by the offsets (\a dst_x, \a dst_y)
8286 * offsets (\a dst_x, \a dst_y) relative to \a dst_window. If \a dst_window is
8287 * `XCB_NONE` (TODO), the pointer will be moved by the offsets (\a dst_x, \a dst_y)
8302 int16_t dst_x,
    [all...]
  /src/sys/arch/atari/dev/
grfioctl.h 212 u_short dst_x, dst_y; /* upper left corner of dest-region */ member in struct:grf_bitblt
  /src/sys/arch/amiga/dev/
grfioctl.h 216 u_short dst_x, dst_y; /* upper left corner of dest-region */ member in struct:grf_bitblt
  /src/sys/external/bsd/drm/dist/shared-core/
r600_blit.c 1733 int dst_x = dst_gpu_addr & 255; local
1738 if (!src_x && !dst_x) {
1749 if (cur_size > (max_bytes - dst_x))
1750 cur_size = (max_bytes - dst_x);
1766 vb[0] = i2f(dst_x);
1771 vb[4] = i2f(dst_x);
1776 vb[8] = i2f(dst_x + cur_size);
1791 dst_x + cur_size, h,
1795 set_scissors(dev_priv, dst_x, 0, dst_x + cur_size, h)
1823 int dst_x = (dst_gpu_addr & 255); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_scrn.c 57 * @dst_x: Difference between source clip rects and framebuffer coordinates.
64 s32 dst_x, dst_y; member in struct:vmw_kms_sou_surface_dirty
1032 s32 trans_x = dirty->unit->crtc.x - sdirty->dst_x;
1169 sdirty.dst_x = dest_x;
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i915_drm.h 1455 __u16 dst_x; member in struct:drm_intel_overlay_put_image

Completed in 49 milliseconds