Searched refs:inter_h (Results 1 – 2 of 2) sorted by relevance
546 FX_FLOAT inter_h = inter_top - inter_bottom; in CanMerge() local547 if (inter_h < (m_Top - m_Bottom) / 2 && inter_h < (pOther->m_Top - pOther->m_Bottom) / 2) { in CanMerge()
391 FX_FLOAT inter_h = inter_top - inter_bottom; in IsSameLine() local392 if (inter_h < (lineHeight) / 2 && inter_h < Rect2.Height() / 2) { in IsSameLine()