Home
last modified time | relevance | path

Searched refs:cont_icon (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Danimation_editor.cpp1113 Ref<Texture> cont_icon[3] = { in _track_editor_draw() local
1371 icon_ofs.x -= cont_icon[umode]->get_width(); in _track_editor_draw()
1372 te->draw_texture(cont_icon[umode], icon_ofs); in _track_editor_draw()
1375 icon_ofs.x -= hsep * 2 + cont_icon[0]->get_width() + down_icon->get_width(); in _track_editor_draw()
1744 Ref<Texture> cont_icon[3] = { in _track_editor_input_event() local
2199 if (ofsx < down_icon->get_width() + cont_icon[0]->get_width()) { in _track_editor_input_event()
2205 track_menu->add_icon_item(cont_icon[i], cont_name[i]); in _track_editor_input_event()
2222 ofsx -= hsep * 3 + cont_icon[0]->get_width() + down_icon->get_width(); in _track_editor_input_event()
2798 if (ofsx < down_icon->get_width() + cont_icon[0]->get_width() + hsep * 3) { in _track_editor_input_event()
2804 ofsx -= hsep * 3 + cont_icon[0]->get_width() + down_icon->get_width(); in _track_editor_input_event()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Danimation_editor.cpp1113 Ref<Texture> cont_icon[3] = { in _track_editor_draw() local
1371 icon_ofs.x -= cont_icon[umode]->get_width(); in _track_editor_draw()
1372 te->draw_texture(cont_icon[umode], icon_ofs); in _track_editor_draw()
1375 icon_ofs.x -= hsep * 2 + cont_icon[0]->get_width() + down_icon->get_width(); in _track_editor_draw()
1744 Ref<Texture> cont_icon[3] = { in _track_editor_input_event() local
2199 if (ofsx < down_icon->get_width() + cont_icon[0]->get_width()) { in _track_editor_input_event()
2205 track_menu->add_icon_item(cont_icon[i], cont_name[i]); in _track_editor_input_event()
2222 ofsx -= hsep * 3 + cont_icon[0]->get_width() + down_icon->get_width(); in _track_editor_input_event()
2798 if (ofsx < down_icon->get_width() + cont_icon[0]->get_width() + hsep * 3) { in _track_editor_input_event()
2804 ofsx -= hsep * 3 + cont_icon[0]->get_width() + down_icon->get_width(); in _track_editor_input_event()
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Danimation_track_editor.cpp2065 Ref<Texture> cont_icon[4] = { in _notification() local
2090 Ref<Texture> update_icon = cont_icon[update_mode]; in _notification()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Danimation_track_editor.cpp2065 Ref<Texture> cont_icon[4] = { in _notification() local
2090 Ref<Texture> update_icon = cont_icon[update_mode]; in _notification()