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

/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp1269 CFX_FloatRect prev_rect = m_pPreTextObj->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
1285 : prev_rect.bottom;
1293 prev_rect.Width() > m_pPreTextObj->GetFontSize() * 0.1f) {

Completed in 43 milliseconds