Home
last modified time | relevance | path

Searched refs:first_char_width (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/uim-el/uim-d1ac9d9/fep/
H A Dcallbacks.c511 int first_char_width = rval[1]; in pushback_cb() local
518 width -= first_char_width; in pushback_cb()
/dports/textproc/uim-gtk/uim-d1ac9d9/fep/
H A Dcallbacks.c511 int first_char_width = rval[1]; in pushback_cb() local
518 width -= first_char_width; in pushback_cb()
/dports/textproc/uim-qt5/uim-d1ac9d9/fep/
H A Dcallbacks.c511 int first_char_width = rval[1]; in pushback_cb() local
518 width -= first_char_width; in pushback_cb()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/fep/
H A Dcallbacks.c511 int first_char_width = rval[1]; in pushback_cb() local
518 width -= first_char_width; in pushback_cb()
/dports/textproc/uim-gtk3/uim-d1ac9d9/fep/
H A Dcallbacks.c511 int first_char_width = rval[1]; in pushback_cb() local
518 width -= first_char_width; in pushback_cb()
/dports/japanese/uim-anthy/uim-d1ac9d9/fep/
H A Dcallbacks.c511 int first_char_width = rval[1]; in pushback_cb() local
518 width -= first_char_width; in pushback_cb()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvtextfm.cpp3255 … int first_char_width = m_widths[wstart] - (wstart>0 ? m_widths[wstart-1] : 0); in addLine() local
3256 shift_x = first_char_width * percent / 100; in addLine()
3263 … if ( first_char_width > 0.9 * font->getSize() && lsb > 0.4 * first_char_width ) { in addLine()