Home
last modified time | relevance | path

Searched refs:approachto (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/reflow/
Dautoreflow.cpp8 #define approachto(a,b,c) (FXSYS_fabs((float)((a)-(b)))>(c) ? 0 : 1) macro
349 …if(!approachto(GetRectStart(pCell->m_BBox), GetRectStart(plastCell->m_BBox), GetRectHeight(pCell->… in GenerateParagraph()
350 …if(approachto(GetRectStart(plastCell->m_BBox), GetRectStart(pCell->m_BBox), GetRectHeight(pCell->m… in GenerateParagraph()
368 …} else if(!approachto(GetRectEnd(pCell->m_BBox), GetRectEnd(plastCell->m_BBox), GetRectHeight(pCel… in GenerateParagraph()
370 …if(approachto(GetRectStart(pCell->m_BBox), GetRectStart(plastCell->m_BBox), GetRectHeight(pCell->m… in GenerateParagraph()