Home
last modified time | relevance | path

Searched defs:caret_w (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gtk/
H A Dinput_method_context_impl_gtk.cc120 gint caret_w = last_caret_bounds_.width() / factor; in DispatchKeyEvent() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gtk/
H A Dinput_method_context_impl_gtk.cc121 gint caret_w = last_caret_bounds_.width() / factor; in DispatchKeyEvent() local
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dtext_edit.cpp975 int caret_w = (str[j] == '\t') ? cache.font->get_char_size(' ').width : char_w; in _notification() local
1017 int caret_w = (block_caret) ? char_w : 1; in _notification() local
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dtext_edit.cpp975 int caret_w = (str[j] == '\t') ? cache.font->get_char_size(' ').width : char_w; in _notification() local
1017 int caret_w = (block_caret) ? char_w : 1; in _notification() local
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.cpp1406 int caret_w = (str[j] == '\t') ? cache.font->get_char_size(' ').width : char_w; in _notification() local
1541 int caret_w = (block_caret) ? char_w : 2 * EDSCALE; in _notification() local
1543 int caret_w = (block_caret) ? char_w : 2; in _notification() local
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.cpp1406 int caret_w = (str[j] == '\t') ? cache.font->get_char_size(' ').width : char_w; in _notification() local
1541 int caret_w = (block_caret) ? char_w : 2 * EDSCALE; in _notification() local
1543 int caret_w = (block_caret) ? char_w : 2; in _notification() local