Home | History | Annotate | Download | only in tests

Lines Matching defs:tool

2487         TOOL = 1 << 2,
2618 if (axes & TOOL) {
3223 prepareAxes(POSITION | PRESSURE | TOOL | DISTANCE | TILT);
3239 float tool = float(rawToolMajor) * GEOMETRIC_SCALE;
3259 x, y, pressure, size, tool, tool, tool, tool, orientation, distance));
3458 // default tool type is finger
3573 // back to default tool type
3767 if (axes & TOOL) {
4500 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE);
4550 prepareAxes(POSITION | TOUCH | TOOL | MINOR);
4588 prepareAxes(POSITION | TOUCH | TOOL);
4596 // Note: We only provide a single common touch/tool value because the device is assumed
4611 float tool = float(rawToolMajor) / 2 * 10.0f + 160.0f;
4632 x, y, 1.0f, size, touch, touch, tool, tool, 0, 0));
4634 x2, y2, 1.0f, size, touch, touch, tool, tool, 0, 0));
4641 prepareAxes(POSITION | TOUCH | TOOL);
4657 float tool = sqrtf(rawToolMajor) * 43.0f + 3.0f;
4668 x, y, 1.0f, size, touch, touch, tool, tool, 0, 0));
4870 // default tool type is finger
4986 // MT tool type trumps BTN tool types: MT_TOOL_FINGER
4993 // MT tool type trumps BTN tool types: MT_TOOL_PEN
5000 // back to default tool type
5001 processToolType(mapper, -1); // use a deliberately undefined tool type, for testing