Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp199 const CFX_FloatRect& prev_rect) { in EndHorizontalLine() argument
200 if (this_rect.Height() <= 4.5 || prev_rect.Height() <= 4.5) in EndHorizontalLine()
203 float top = std::min(this_rect.top, prev_rect.top); in EndHorizontalLine()
204 float bottom = std::max(this_rect.bottom, prev_rect.bottom); in EndHorizontalLine()
209 const CFX_FloatRect& prev_rect, in EndVerticalLine() argument
214 prev_rect.Width() <= prev_fontsize * 0.1f) { in EndVerticalLine()
1213 const CFX_FloatRect& prev_rect = m_pPrevTextObj->GetRect(); in ProcessInsertObject() local
1220 if (EndHorizontalLine(this_rect, prev_rect)) { in ProcessInsertObject()
1225 if (EndVerticalLine(this_rect, prev_rect, m_CurlineRect, in ProcessInsertObject()