/src/sys/arch/hp300/stand/common/ |
ite_tc.c | 126 rp->dest_x = dx;
|
grf_rbreg.h | 127 vu_short dest_x; /* dest x 0x40fa */ member in struct:rboxfb
|
grf_tcreg.h | 113 vu_short dest_x; /* dest x pixel # 0x40fa */ member in struct:tcboxfb
|
ite_dv.c | 148 dp->dest_x = dx;
|
ite_rb.c | 141 rp->dest_x = dx;
|
grf_dvreg.h | 118 vu_short dest_x; /* Window dest X origin 0x40FA */ member in struct:dvboxfb
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_kms.h | 421 s32 dest_x, s32 dest_y, 518 s32 dest_x, 548 s32 dest_x,
|
vmwgfx_scrn.c | 1118 * @dest_x: X coordinate offset to align @srf with framebuffer coordinates. 1135 s32 dest_x, 1169 sdirty.dst_x = dest_x; 1173 dest_x, dest_y, num_clips, inc,
|
vmwgfx_ioctl.c | 318 arg->dest_x, arg->dest_y,
|
vmwgfx_kms.c | 2436 * @dest_x: X coordinate offset for the crtc / destination clip rects. 2447 s32 dest_x, s32 dest_y, 2504 dirty->unit_x2 = (s32) clips_ptr->x2 + dest_x - 2512 dest_x - crtc_x; 2517 dirty->unit_x1 = dirty->fb_x + dest_x - crtc_x;
|
vmwgfx_stdu.c | 841 * @dest_x: X coordinate offset to align @srf with framebuffer coordinates. 858 s32 dest_x, 899 dest_x, dest_y, num_clips, inc,
|
/src/sys/arch/hp300/dev/ |
rboxreg.h | 106 uint16_t dest_x; /* dest x 0x40fa */ member in struct:rboxfb
|
topcatreg.h | 89 uint16_t dest_x; /* dest x pixel # 0x40fa */ member in struct:tcboxfb
|
dvboxreg.h | 94 uint16_t dest_x; /* Window dest X origin 0x40FA */ member in struct:dvboxfb
|
rbox.c | 387 rb->dest_x = dx;
|
dvbox.c | 426 db->dest_x = dx;
|
topcat.c | 573 tc->dest_x = dx;
|
/src/sys/arch/evbppc/explora/dev/ |
fb_elb.c | 541 s3_copy(struct fb_dev *fb, int src_x, int src_y, int dest_x, int dest_y, 548 if (src_x > dest_x) 552 dest_x += width-1; 569 bus_space_write_2(iot, ioh, S3_DESTX_DIASTP, dest_x);
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
vmwgfx_drm.h | 750 * @dest_x: X placement coordinate for surface. 763 __s32 dest_x; member in struct:drm_vmw_present_arg
|