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

/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp1268 CFX_FloatRect this_rect = pObj->GetRect(); local
1281 if (this_rect.Height() > 4.5 && prev_rect.Height() > 4.5) {
1283 this_rect.top < prev_rect.top ? this_rect.top : prev_rect.top;
1284 FX_FLOAT bottom = this_rect.bottom > prev_rect.bottom ? this_rect.bottom
1292 if (this_rect.Width() > pObj->GetFontSize() * 0.1f &&
1294 FX_FLOAT left = this_rect.left > m_CurlineRect.left ? this_rect.left
1296 FX_FLOAT right = this_rect
[all...]

Completed in 61 milliseconds