Home | History | Annotate | Download | only in tests

Lines Matching refs:TOOL

2790         TOOL = 1 << 2,
2942 if (axes & TOOL) {
3646 prepareAxes(POSITION | PRESSURE | TOOL | DISTANCE | TILT);
3662 float tool = float(rawToolMajor) * GEOMETRIC_SCALE;
3682 x, y, pressure, size, tool, tool, tool, tool, orientation, distance));
3964 // default tool type is finger
4079 // back to default tool type
4273 if (axes & TOOL) {
5006 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE);
5056 prepareAxes(POSITION | TOUCH | TOOL | MINOR);
5094 prepareAxes(POSITION | TOUCH | TOOL);
5102 // Note: We only provide a single common touch/tool value because the device is assumed
5117 float tool = float(rawToolMajor) / 2 * 10.0f + 160.0f;
5138 x, y, 1.0f, size, touch, touch, tool, tool, 0, 0));
5140 x2, y2, 1.0f, size, touch, touch, tool, tool, 0, 0));
5147 prepareAxes(POSITION | TOUCH | TOOL);
5163 float tool = sqrtf(rawToolMajor) * 43.0f + 3.0f;
5174 x, y, 1.0f, size, touch, touch, tool, tool, 0, 0));
5459 // default tool type is finger
5575 // MT tool type trumps BTN tool types: MT_TOOL_FINGER
5582 // MT tool type trumps BTN tool types: MT_TOOL_PEN
5589 // back to default tool type
5590 processToolType(mapper, -1); // use a deliberately undefined tool type, for testing