Home
last modified time | relevance | path

Searched refs:get_height (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dfont.h45 int get_height(int index, int point_size);
/netbsd-src/external/gpl2/groff/dist/src/utils/tfmtodit/
H A Dtfmtodit.cpp111 int get_height(int);
211 int tfm::get_height(int i) in get_height() function in tfm
848 m[1] = t.get_height(i); in main()
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dfont.cpp245 int h = get_height(c, point_size); in get_skew()
304 int font::get_height(int c, int point_size) in get_height() function in font
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dmshtml.d117 HRESULT get_height(LONG*);
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.cpp207 int get_height();
504 vunits v = fm->get_height(c->get_index(), size.to_scaled_points()); in get_char_height()
597 inline int tfont::get_height() in get_height() function in tfont
1203 int height = tf->get_height(); in set_font()