Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp546 FX_FLOAT inter_h = inter_top - inter_bottom; in CanMerge() local
547 if (inter_h < (m_Top - m_Bottom) / 2 && inter_h < (pOther->m_Top - pOther->m_Bottom) / 2) { in CanMerge()
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp391 FX_FLOAT inter_h = inter_top - inter_bottom; in IsSameLine() local
392 if (inter_h < (lineHeight) / 2 && inter_h < Rect2.Height() / 2) { in IsSameLine()