Searched refs:BTN_TOOL_PENCIL (Results 1 – 7 of 7) sorted by relevance
518 BTN_TOOL_PENCIL = 0x143 variable1212 BTN_TOOL_PENCIL : 'TOOL_PENCIL',
352 #define BTN_TOOL_PENCIL 0x143 macro
405 #define BTN_TOOL_PENCIL 0x143 macro
187 [BTN_TOOL_BRUSH] = "ToolBrush", [BTN_TOOL_PENCIL] = "ToolPencil",
2054 #if defined(BTN_TOOL_PENCIL) || (defined(HAVE_DECL_BTN_TOOL_PENCIL) && HAVE_DECL_BTN_TOOL_PENCIL)2056 static_assert((BTN_TOOL_PENCIL) == (0x143), "BTN_TOOL_PENCIL != 0x143");2059 # define BTN_TOOL_PENCIL 0x1434169 [BTN_TOOL_PENCIL] = XLAT(BTN_TOOL_PENCIL),
327 BTN_TOOL_PENCIL 0x143
361 pub const BTN_TOOL_PENCIL: u16 = 0x143; constant