Home | History | Annotate | Download | only in tests

Lines Matching refs:TOOL

2483         TOOL = 1 << 2,
2614 if (axes & TOOL) {
3219 prepareAxes(POSITION | PRESSURE | TOOL | DISTANCE | TILT);
3235 float tool = float(rawToolMajor) * GEOMETRIC_SCALE;
3255 x, y, pressure, size, tool, tool, tool, tool, orientation, distance));
3454 // default tool type is finger
3569 // back to default tool type
3763 if (axes & TOOL) {
4496 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE);
4546 prepareAxes(POSITION | TOUCH | TOOL | MINOR);
4584 prepareAxes(POSITION | TOUCH | TOOL);
4592 // Note: We only provide a single common touch/tool value because the device is assumed
4607 float tool = float(rawToolMajor) / 2 * 10.0f + 160.0f;
4628 x, y, 1.0f, size, touch, touch, tool, tool, 0, 0));
4630 x2, y2, 1.0f, size, touch, touch, tool, tool, 0, 0));
4637 prepareAxes(POSITION | TOUCH | TOOL);
4653 float tool = sqrtf(rawToolMajor) * 43.0f + 3.0f;
4664 x, y, 1.0f, size, touch, touch, tool, tool, 0, 0));
4866 // default tool type is finger
4982 // MT tool type trumps BTN tool types: MT_TOOL_FINGER
4989 // MT tool type trumps BTN tool types: MT_TOOL_PEN
4996 // back to default tool type
4997 processToolType(mapper, -1); // use a deliberately undefined tool type, for testing