Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvtextfm.cpp863 int fl_left_max_x_overflow = - m_usable_left_overflow; in getCurrentLineUsableOverflows() local
885 if (flt->x + flt->width - flt->inward_margin > fl_left_max_x_overflow) in getCurrentLineUsableOverflows()
886 fl_left_max_x_overflow = flt->x + flt->width - flt->inward_margin; in getCurrentLineUsableOverflows()
893 usable_left_overflow = fl_left_max_x - fl_left_max_x_overflow; in getCurrentLineUsableOverflows()