Searched refs:x_copy (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-selection.h89 - (void) x_copy:(Time)timestamp;
H A Dx-input.m80 [xpbproxy_selection_object() x_copy:e->time];
H A Dx-selection.m427 - (void) x_copy:(Time)timestamp
1148 [self x_copy:e->timestamp];
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-selection.h88 - (void)x_copy:(Time)timestamp;
H A Dx-input.m83 [xpbproxy_selection_object () x_copy:e->time];
H A Dx-selection.m403 - (void) x_copy:(Time)timestamp
1118 [self x_copy:e->timestamp];
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_df.c463 unsigned long x_copy, y_copy; local in function:df_set_video_position
503 x_copy = video_window->x;
518 x_copy = x_copy * (((0x4000 * src) / scale) + 1);
519 x_copy /= src;
645 xstart = x_copy + htotal - hsyncend - 14;
651 if ((x_copy + width) > hactive)
652 width = hactive - x_copy;
712 ckey_x = ((x_copy * (gfxscale & 0xFFFF)) / 0x4000) |
713 ((((x_copy
1083 unsigned long x_copy, width_copy; local in function:df_configure_alpha_window
[all...]

Completed in 9 milliseconds