Home
last modified time | relevance | path

Searched refs:get_char_height (Results 1 – 25 of 26) sorted by relevance

12

/dports/misc/gpsim/gpsim-0.31.0/extras/lcd/
H A Dlcdgui.cc179 gint ch = get_char_height(); in update()
257 rows * (get_char_height() + get_border()) + get_border()); in CreateGraphics()
262 get_char_height() + 2 * get_border()); in CreateGraphics()
H A Dlcd.h266 gint get_char_height() in get_char_height() function
/dports/audio/din/din-52/src/
H A Dlabel.cc19 int w = get_char_width (text), h = get_char_height (text); in set_text()
H A Dfont.h96 int get_char_height (const std::string& s);
H A Dfont.cc252 int get_char_height (const string& s) { in get_char_height() function
/dports/games/tecnoballz/tecnoballz-0.93.1/include/
H A Ddisplay_text_bitmap.h63 Uint32 get_char_height ();
/dports/math/gretl/gretl-2021d/gui/
H A Dtextbuf.h54 gint get_char_height (GtkWidget *widget);
H A Dtextbuf.c200 gint get_char_height (GtkWidget *widget) in get_char_height() function
/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Ddisplay_text_bitmap.cc92 display_text_bitmap::get_char_height () in get_char_height() function in display_text_bitmap
H A Dsupervisor_shop.cc726 Uint32 height = display_text->get_char_height (); in display_box_text()
/dports/japanese/groff/groff-1.18.1.1/src/roff/troff/
H A Denv.h242 int get_char_height() { return char_height; } in get_char_height() function
H A Dnode.cc200 vunits get_char_height(charinfo *);
485 vunits tfont::get_char_height(charinfo *c) in get_char_height() function in tfont
991 int height = tf->get_char_height(ci).to_units(); in check_charinfo()
2109 *min = -tf->get_char_height(ci); in vertical_extent()
3646 int char_height = curenv->get_char_height(); in special_node()
4531 int char_height = env->get_char_height(); in make_composite_node()
4606 int char_height = env->get_char_height(); in make_glyph_node()
H A Dinput.cc1912 if (!compatible_flag && curenv->get_char_height()) in next()
1914 if (get_delim_number(&x, 'z', curenv->get_char_height())) in next()
/dports/textproc/groff/groff-1.22.4/src/roff/troff/
H A Denv.h279 int get_char_height() { return char_height; } in get_char_height() function
H A Dnode.cpp208 vunits get_char_height(charinfo *);
522 vunits tfont::get_char_height(charinfo *c) in get_char_height() function in tfont
1038 int height = tf->get_char_height(ci).to_units(); in check_charinfo()
2123 *min = -tf->get_char_height(ci); in vertical_extent()
3836 int char_height = curenv->get_char_height(); in special_node()
4844 int char_height = env->get_char_height(); in make_composite_node()
4932 int char_height = env->get_char_height(); in make_glyph_node()
H A Dinput.cpp2085 if (!compatible_flag && curenv->get_char_height()) { in next()
2086 if (get_delim_number(&x, 'z', curenv->get_char_height())) in next()
H A Denv.cpp3454 init_int_env_reg(".height", get_char_height); in init_env_requests()
/dports/x11/elementary-terminal/terminal-6.0.1/src/Widgets/
H A DTerminalWidget.vala417 int height = (int) (this.get_char_height ()) * row_count;
618 … vadjustment.get_value () + delta + get_window ().get_height () / get_char_height () - 1
/dports/x11/guake/Guake-3.4.0/guake/
H A Dterminal.py293 int(event.x / self.get_char_width()), int(event.y / self.get_char_height())
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dvte.defs513 (define-method get_char_height
/dports/x11/terminator/terminator-2.1.1/terminatorlib/
H A Dpaned.py335 fontheight = widget.vte.get_char_height()
H A Dterminal.py1349 'old_char_height': self.vte.get_char_height(),
1627 height = self.vte.get_char_height()
1632 return self.vte.get_char_width(), self.vte.get_char_height()
/dports/x11-toolkits/gnome-pty-helper/vte-0.40.2/src/
H A Dvte-2.91.vapi33 public long get_char_height ();
/dports/x11-toolkits/vte/vte-0.28.2/python/
H A Dvte.defs742 (define-method get_char_height
/dports/x11/elementary-terminal/terminal-6.0.1/src/
H A DMainWindow.vala648 var cell_height = current_terminal.get_char_height ();
1136 hints.height_inc = (int) terminal_widget.get_char_height ();

12