Searched refs:prev_rect (Results 1 – 1 of 1) sorted by relevance
1247 CFX_FloatRect prev_rect = m_pPreTextObj->GetRect(); in ProcessInsertObject() local1254 if (this_rect.Height() > 4.5 && prev_rect.Height() > 4.5) { in ProcessInsertObject()1255 float top = this_rect.top < prev_rect.top ? this_rect.top : prev_rect.top; in ProcessInsertObject()1256 float bottom = this_rect.bottom > prev_rect.bottom ? this_rect.bottom in ProcessInsertObject()1257 : prev_rect.bottom; in ProcessInsertObject()1265 prev_rect.Width() > m_pPreTextObj->GetFontSize() * 0.1f) { in ProcessInsertObject()