Home | History | Annotate | Download | only in tests

Lines Matching refs:tool

2442         TOOL = 1 << 2,
2554 if (axes & TOOL) {
3159 prepareAxes(POSITION | PRESSURE | TOOL | DISTANCE | TILT);
3175 float tool = float(rawToolMajor) * GEOMETRIC_SCALE;
3195 x, y, pressure, size, tool, tool, tool, tool, orientation, distance));
3370 // default tool type is finger
3485 // back to default tool type
3679 if (axes & TOOL) {
4412 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE);
4462 prepareAxes(POSITION | TOUCH | TOOL | MINOR);
4500 prepareAxes(POSITION | TOUCH | TOOL);
4508 // Note: We only provide a single common touch/tool value because the device is assumed
4523 float tool = float(rawToolMajor) / 2 * 10.0f + 160.0f;
4544 x, y, 1.0f, size, touch, touch, tool, tool, 0, 0));
4546 x2, y2, 1.0f, size, touch, touch, tool, tool, 0, 0));
4553 prepareAxes(POSITION | TOUCH | TOOL);
4569 float tool = sqrtf(rawToolMajor) * 43.0f + 3.0f;
4580 x, y, 1.0f, size, touch, touch, tool, tool, 0, 0));
4782 // default tool type is finger
4898 // MT tool type trumps BTN tool types: MT_TOOL_FINGER
4905 // MT tool type trumps BTN tool types: MT_TOOL_PEN
4912 // back to default tool type
4913 processToolType(mapper, -1); // use a deliberately undefined tool type, for testing