Home
last modified time | relevance | path

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

/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dbox_container.cpp90 int stretch_diff = stretch_max - stretch_min; in _resort() local
91 if (stretch_diff < 0) { in _resort()
94 stretch_diff = 0; in _resort()
97 stretch_avail += stretch_diff; //available stretch space. in _resort()
149 ofs = stretch_diff / 2; in _resort()
152 ofs = stretch_diff; in _resort()
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dbox_container.cpp90 int stretch_diff = stretch_max - stretch_min; in _resort() local
91 if (stretch_diff < 0) { in _resort()
94 stretch_diff = 0; in _resort()
97 stretch_avail += stretch_diff; //available stretch space. in _resort()
149 ofs = stretch_diff / 2; in _resort()
152 ofs = stretch_diff; in _resort()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dbox_container.cpp91 int stretch_diff = stretch_max - stretch_min; in _resort() local
92 if (stretch_diff < 0) { in _resort()
94 stretch_diff = 0; in _resort()
97 stretch_avail += stretch_diff; //available stretch space. in _resort()
156 ofs = stretch_diff / 2; in _resort()
159 ofs = stretch_diff; in _resort()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dbox_container.cpp91 int stretch_diff = stretch_max - stretch_min; in _resort() local
92 if (stretch_diff < 0) { in _resort()
94 stretch_diff = 0; in _resort()
97 stretch_avail += stretch_diff; //available stretch space. in _resort()
156 ofs = stretch_diff / 2; in _resort()
159 ofs = stretch_diff; in _resort()