Searched refs:valuator_mask_fetch_double (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | getevents.c | 738 if (!valuator_mask_fetch_double(mask, valuator, &v)) 769 if (!valuator_mask_fetch_double(mask, 1, &y)) 1184 valuator_mask_fetch_double(mask, 0, &x); 1185 valuator_mask_fetch_double(mask, 1, &y); 1972 if (valuator_mask_fetch_double(&mask, i, &val)) 1978 valuator_mask_fetch_double(ti->valuators, i, &val))
|
| H A D | inpututils.c | 559 valuator_mask_fetch_double(const ValuatorMask *mask, int valuator, function in typeref:typename:Bool
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | input.c | 1297 assert(!valuator_mask_fetch_double(mask, i, &val)); 1304 assert(valuator_mask_fetch_double(mask, i, &val)); 1327 assert(valuator_mask_fetch_double(mask, i, &a)); 1328 assert(valuator_mask_fetch_double(copy, i, &b));
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | input.h | 758 extern _X_EXPORT Bool valuator_mask_fetch_double(const ValuatorMask *mask,
|
Completed in 9 milliseconds