Home
last modified time | relevance | path

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

/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dtext_edit.cpp2628 int max_v_scroll = get_line_count() - 1; local
2630 max_v_scroll -= get_visible_rows() - 1;
2634 if (get_v_scroll() < max_v_scroll) {
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dtext_edit.cpp2628 int max_v_scroll = get_line_count() - 1; local
2630 max_v_scroll -= get_visible_rows() - 1;
2634 if (get_v_scroll() < max_v_scroll) {
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.cpp3823 int max_v_scroll = round(v_scroll->get_max() - v_scroll->get_page()); local
3824 if (target_v_scroll > max_v_scroll) {
3825 target_v_scroll = max_v_scroll;
6370 int max_v_scroll = v_scroll->get_max() - v_scroll->get_page(); local
6371 if (p_scroll >= max_v_scroll - 1.0)
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.cpp3823 int max_v_scroll = round(v_scroll->get_max() - v_scroll->get_page()); local
3824 if (target_v_scroll > max_v_scroll) {
3825 target_v_scroll = max_v_scroll;
6370 int max_v_scroll = v_scroll->get_max() - v_scroll->get_page(); local
6371 if (p_scroll >= max_v_scroll - 1.0)