Searched refs:current_x (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXrender/dist/src/ |
| H A D | Poly.c | 33 XFixed current_x; member in struct:_Edge 126 e->current_x = XRenderComputeX (&e->edge, y); 138 if (en->current_x < e->current_x || 139 (en->current_x == e->current_x && 172 printf (" %6.3g", e->current_x / 65536.0);
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XTestExt1.c | 91 static int current_x = 0; variable in typeref:typename:int 941 dx = x[i] - current_x; 946 current_x = x[i];
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xibarriers.c | 392 int current_x, int current_y, 412 .dx = dest_x - current_x, 439 dir = barrier_get_direction(current_x, current_y, x, y); 445 c = barrier_find_nearest(cs, master, dir, current_x, current_y, x, y); 468 current_x = x; 391 input_constrain_cursor(DeviceIntPtr dev,ScreenPtr screen,int current_x,int current_y,int dest_x,int dest_y,int * out_x,int * out_y,int * nevents,InternalEvent * events) argument
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | mipointer.c | 656 int current_x, current_y; /* current position in per-screen coord */ local in function:miPointerSetPosition 658 current_x = MIPOINTER(pDev)->x - pScreen->x; 662 current_x, current_y, x, y,
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | input.h | 798 int current_x, int current_y,
|
Completed in 8 milliseconds