Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp81 FX_INT32 nWordIndex = FPDF_MAX(FPDF_MIN(place.nWordIndex, this->m_WordArray.GetSize()), 0); in AddWord()
382 fLineDescent = FPDF_MIN(fLineDescent, fWordDescent); in CharArray()
619 fLineDescent = FPDF_MIN(fLineDescent, m_pVT->GetWordDescent(*pWord, TRUE)); in SplitLines()
623 fLineDescent = FPDF_MIN(fLineDescent, m_pVT->GetWordDescent(*pWord, fFontSize)); in SplitLines()
1279 FX_INT32 nSecIndex = FPDF_MAX(FPDF_MIN(place.nSecIndex, m_SectionArray.GetSize()), 0); in AddSection()
1306 newplace.nSecIndex = FPDF_MAX(FPDF_MIN(newplace.nSecIndex, m_SectionArray.GetSize() - 1), 0); in AddWord()
1629 rcRet.left = FPDF_MIN(rcSec.left, rcRet.left); in RearrangeSections()
1630 rcRet.top = FPDF_MIN(rcSec.top, rcRet.top); in RearrangeSections()
Dpdf_vt.h25 template<class T> T FPDF_MIN (const T & i, const T & j) in FPDF_MIN() function