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

/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp350 if(!approachto(GetRectStart(pCell->m_BBox), GetRectStart(plastCell->m_BBox), GetRectHeight(pCell->m_BBox) / 4)) {
351 if(approachto(GetRectStart(plastCell->m_BBox), GetRectStart(pCell->m_BBox), GetRectHeight(pCell->m_BBox) * 2.3) &&
369 } else if(!approachto(GetRectEnd(pCell->m_BBox), GetRectEnd(plastCell->m_BBox), GetRectHeight(pCell->m_BBox) * 3)) {
371 if(approachto(GetRectStart(pCell->m_BBox), GetRectStart(plastCell->m_BBox), GetRectHeight(pCell->m_BBox) / 4)) {
376 GetRectEnd(rect) - GetRectEnd(pCell->m_BBox) > GetRectHeight(pCell->m_BBox) * -3) {
607 int CPDF_AutoReflowLayoutProvider:: GetRectHeight(FX_RECT rect) function in class:CPDF_AutoReflowLayoutProvider

Completed in 430 milliseconds