Home
last modified time | relevance | path

Searched refs:tool_type (Results 1 – 7 of 7) sorted by relevance

/third_party/mtdev/src/
Dstate.h47 int tool_type; member
Dcore.c363 dev->state->data[i].tool_type = MT_ID_NULL; in mtdev_init()
/third_party/libinput/tools/
Dlibinput-record.c900 const char *type, *tool_type; in buffer_tablet_tool_proximity_event() local
916 tool_type = "pen"; in buffer_tablet_tool_proximity_event()
919 tool_type = "eraser"; in buffer_tablet_tool_proximity_event()
922 tool_type = "brush"; in buffer_tablet_tool_proximity_event()
925 tool_type = "brush"; in buffer_tablet_tool_proximity_event()
928 tool_type = "airbrush"; in buffer_tablet_tool_proximity_event()
931 tool_type = "mouse"; in buffer_tablet_tool_proximity_event()
934 tool_type = "lens"; in buffer_tablet_tool_proximity_event()
937 tool_type = "unknown"; in buffer_tablet_tool_proximity_event()
968 tool_type, in buffer_tablet_tool_proximity_event()
/third_party/cef/libcef/browser/osr/
Dmotion_event_osr.cc247 pointer_properties.tool_type = in GetPointerPropertiesFromTouchEvent()
/third_party/gn/src/gn/
Dninja_c_binary_target_writer.cc96 const char* tool_type; in GetModuleDepsInformation() local
99 t->GetOutputFilesForSource(*modulemap, &tool_type, &modulemap_outputs)); in GetModuleDepsInformation()
/third_party/weston/clients/
Dweston-info.c843 uint32_t tool_type) in handle_tablet_v2_tablet_tool_type() argument
846 info->type = tool_type; in handle_tablet_v2_tablet_tool_type()
/third_party/libinput/test/
Dtest-tablet.c2782 START_TEST(tool_type) in START_TEST() argument
5936 litest_add("tablet:tool", tool_type, LITEST_TABLET, LITEST_ANY); in TEST_COLLECTION()