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

/external/pdfium/core/src/reflow/
H A Dautoreflow.cpp349 if(!approachto(GetRectStart(pCell->m_BBox), GetRectStart(plastCell->m_BBox), GetRectHeight(pCell->m_BBox) / 4)) {
350 if(approachto(GetRectStart(plastCell->m_BBox), GetRectStart(pCell->m_BBox), GetRectHeight(pCell->m_BBox) * 2.3) &&
368 } else if(!approachto(GetRectEnd(pCell->m_BBox), GetRectEnd(plastCell->m_BBox), GetRectHeight(pCell->m_BBox) * 3)) {
370 if(approachto(GetRectStart(pCell->m_BBox), GetRectStart(plastCell->m_BBox), GetRectHeight(pCell->m_BBox) / 4)) {
375 GetRectEnd(rect) - GetRectEnd(pCell->m_BBox) > GetRectHeight(pCell->m_BBox) * -3) {
606 int CPDF_AutoReflowLayoutProvider:: GetRectHeight(FX_RECT rect) function in class:CPDF_AutoReflowLayoutProvider

Completed in 1137 milliseconds