Home
last modified time | relevance | path

Searched refs:set_patch_margin (Results 1 – 12 of 12) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dpatch_9_frame.cpp75 …ectTypeDB::bind_method(_MD("set_patch_margin", "margin", "value"), &Patch9Frame::set_patch_margin); in _bind_methods()
122 void Patch9Frame::set_patch_margin(Margin p_margin, int p_size) { in set_patch_margin() function in Patch9Frame
H A Dpatch_9_frame.h59 void set_patch_margin(Margin p_margin, int p_size);
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dpatch_9_frame.cpp75 …ectTypeDB::bind_method(_MD("set_patch_margin", "margin", "value"), &Patch9Frame::set_patch_margin); in _bind_methods()
122 void Patch9Frame::set_patch_margin(Margin p_margin, int p_size) { in set_patch_margin() function in Patch9Frame
H A Dpatch_9_frame.h59 void set_patch_margin(Margin p_margin, int p_size);
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dnine_patch_rect.cpp60 …DB::bind_method(D_METHOD("set_patch_margin", "margin", "value"), &NinePatchRect::set_patch_margin); in _bind_methods()
111 void NinePatchRect::set_patch_margin(Margin p_margin, int p_size) { in set_patch_margin() function in NinePatchRect
H A Dnine_patch_rect.h63 void set_patch_margin(Margin p_margin, int p_size);
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dnine_patch_rect.cpp60 …DB::bind_method(D_METHOD("set_patch_margin", "margin", "value"), &NinePatchRect::set_patch_margin); in _bind_methods()
111 void NinePatchRect::set_patch_margin(Margin p_margin, int p_size) { in set_patch_margin() function in NinePatchRect
H A Dnine_patch_rect.h63 void set_patch_margin(Margin p_margin, int p_size);
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dtexture_region_editor_plugin.cpp379 node_patch9->set_patch_margin(m[edited_margin], prev_margin); in _region_input()
421 node_patch9->set_patch_margin(m[edited_margin], new_margin); in _region_input()
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dtexture_region_editor_plugin.cpp379 node_patch9->set_patch_margin(m[edited_margin], prev_margin); in _region_input()
421 node_patch9->set_patch_margin(m[edited_margin], new_margin); in _region_input()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dtexture_region_editor_plugin.cpp430 node_ninepatch->set_patch_margin(m[edited_margin], prev_margin); in _region_input()
477 node_ninepatch->set_patch_margin(m[edited_margin], new_margin); in _region_input()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dtexture_region_editor_plugin.cpp430 node_ninepatch->set_patch_margin(m[edited_margin], prev_margin); in _region_input()
477 node_ninepatch->set_patch_margin(m[edited_margin], new_margin); in _region_input()