Home | History | Annotate | Download | only in tests

Lines Matching refs:TOOL

2472         TOOL = 1 << 2,
2584 if (axes & TOOL) {
3189 prepareAxes(POSITION | PRESSURE | TOOL | DISTANCE | TILT);
3205 float tool = float(rawToolMajor) * GEOMETRIC_SCALE;
3225 x, y, pressure, size, tool, tool, tool, tool, orientation, distance));
3400 // default tool type is finger
3515 // back to default tool type
3709 if (axes & TOOL) {
4442 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE);
4492 prepareAxes(POSITION | TOUCH | TOOL | MINOR);
4530 prepareAxes(POSITION | TOUCH | TOOL);
4538 // Note: We only provide a single common touch/tool value because the device is assumed
4553 float tool = float(rawToolMajor) / 2 * 10.0f + 160.0f;
4574 x, y, 1.0f, size, touch, touch, tool, tool, 0, 0));
4576 x2, y2, 1.0f, size, touch, touch, tool, tool, 0, 0));
4583 prepareAxes(POSITION | TOUCH | TOOL);
4599 float tool = sqrtf(rawToolMajor) * 43.0f + 3.0f;
4610 x, y, 1.0f, size, touch, touch, tool, tool, 0, 0));
4812 // default tool type is finger
4928 // MT tool type trumps BTN tool types: MT_TOOL_FINGER
4935 // MT tool type trumps BTN tool types: MT_TOOL_PEN
4942 // back to default tool type
4943 processToolType(mapper, -1); // use a deliberately undefined tool type, for testing