Searched refs:BTN_TOOL_AIRBRUSH (Results 1 – 7 of 7) sorted by relevance
512 BTN_TOOL_AIRBRUSH = 0x144 variable1206 BTN_TOOL_AIRBRUSH : 'TOOL_AIRBRUSH',
353 #define BTN_TOOL_AIRBRUSH 0x144 macro
405 #define BTN_TOOL_AIRBRUSH 0x144 macro
188 [BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",
2061 #if defined(BTN_TOOL_AIRBRUSH) || (defined(HAVE_DECL_BTN_TOOL_AIRBRUSH) && HAVE_DECL_BTN_TOOL_AIRBR…2063 static_assert((BTN_TOOL_AIRBRUSH) == (0x144), "BTN_TOOL_AIRBRUSH != 0x144");2066 # define BTN_TOOL_AIRBRUSH 0x1444170 [BTN_TOOL_AIRBRUSH] = XLAT(BTN_TOOL_AIRBRUSH),
328 BTN_TOOL_AIRBRUSH 0x144
362 pub const BTN_TOOL_AIRBRUSH: u16 = 0x144; constant