Home
last modified time | relevance | path

Searched refs:BITMASK_CLEAR (Results 1 – 5 of 5) sorted by relevance

/dports/biology/hhsuite/hh-suite-3.3.0/src/
H A Dhhviterbimatrix.h23 #define BITMASK_CLEAR(x,y) ((x) &= (~(y))) macro
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.h84 BITMASK_CLEAR, enumerator
H A Dtile_set_editor_plugin.cpp321 tools[BITMASK_CLEAR]->set_icon(get_icon("Clear", "EditorIcons")); in _notification()
509 tools[BITMASK_CLEAR] = memnew(ToolButton); in TileSetEditor()
510 tools[BITMASK_CLEAR]->set_tooltip(TTR("Erase bitmask.")); in TileSetEditor()
511 tools[BITMASK_CLEAR]->connect("pressed", this, "_on_tool_clicked", varray(BITMASK_CLEAR)); in TileSetEditor()
512 toolbar->add_child(tools[BITMASK_CLEAR]); in TileSetEditor()
794 tools[BITMASK_CLEAR]->hide(); in _on_edit_mode_changed()
824 tools[BITMASK_CLEAR]->hide(); in _on_edit_mode_changed()
848 tools[BITMASK_CLEAR]->show(); in _on_edit_mode_changed()
869 tools[BITMASK_CLEAR]->hide(); in _on_edit_mode_changed()
1798 } else if (p_tool == BITMASK_CLEAR) { in _on_tool_clicked()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtile_set_editor_plugin.h84 BITMASK_CLEAR, enumerator
H A Dtile_set_editor_plugin.cpp321 tools[BITMASK_CLEAR]->set_icon(get_icon("Clear", "EditorIcons")); in _notification()
509 tools[BITMASK_CLEAR] = memnew(ToolButton); in TileSetEditor()
510 tools[BITMASK_CLEAR]->set_tooltip(TTR("Erase bitmask.")); in TileSetEditor()
511 tools[BITMASK_CLEAR]->connect("pressed", this, "_on_tool_clicked", varray(BITMASK_CLEAR)); in TileSetEditor()
512 toolbar->add_child(tools[BITMASK_CLEAR]); in TileSetEditor()
794 tools[BITMASK_CLEAR]->hide(); in _on_edit_mode_changed()
824 tools[BITMASK_CLEAR]->hide(); in _on_edit_mode_changed()
848 tools[BITMASK_CLEAR]->show(); in _on_edit_mode_changed()
869 tools[BITMASK_CLEAR]->hide(); in _on_edit_mode_changed()
1798 } else if (p_tool == BITMASK_CLEAR) { in _on_tool_clicked()