OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:approachto
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/core/src/reflow/
autoreflow.cpp
8
#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->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)) {
Completed in 151 milliseconds