Searched defs:inter_h (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp557 FX_FLOAT inter_h = inter_top - inter_bottom; local
558 if (inter_h < (m_Top - m_Bottom) / 2 && inter_h < (pOther->m_Top - pOther->m_Bottom) / 2) {
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp394 FX_FLOAT inter_h = inter_top - inter_bottom; local
395 if (inter_h < (lineHeight) / 2 && inter_h < Rect2.Height() / 2) {

Completed in 345 milliseconds