Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp1972 CFX_FloatRect this_rect(pObj->m_Left, pObj->m_Bottom, pObj->m_Right, pObj->m_Top); in ProcessInsertObject() local
1984 if(this_rect.Height() > 4.5 && prev_rect.Height() > 4.5) { in ProcessInsertObject()
1985 FX_FLOAT top = this_rect.top < prev_rect.top ? this_rect.top : prev_rect.top; in ProcessInsertObject()
1986 … FX_FLOAT bottom = this_rect.bottom > prev_rect.bottom ? this_rect.bottom : prev_rect.bottom; in ProcessInsertObject()
1995 …if(this_rect.Width() > pObj->GetFontSize() * 0.1f && prev_rect.Width() > m_pPreTextObj->GetFontSiz… in ProcessInsertObject()
1996 … FX_FLOAT left = this_rect.left > m_CurlineRect.left ? this_rect.left : m_CurlineRect.left; in ProcessInsertObject()
1997 … FX_FLOAT right = this_rect.right < m_CurlineRect.right ? this_rect.right : m_CurlineRect.right; in ProcessInsertObject()