Searched refs:FPDF_MAX (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 81 FX_INT32 nWordIndex = FPDF_MAX(FPDF_MIN(place.nWordIndex, this->m_WordArray.GetSize()), 0); in AddWord() 381 fLineAscent = FPDF_MAX(fLineAscent, fWordAscent); in CharArray() 605 …FX_FLOAT fTypesetWidth = FPDF_MAX(m_pVT->GetPlateWidth() - m_pVT->GetLineIndent(m_pSection->m_SecI… in SplitLines() 618 fLineAscent = FPDF_MAX(fLineAscent, m_pVT->GetWordAscent(*pWord, TRUE)); in SplitLines() 622 fLineAscent = FPDF_MAX(fLineAscent, m_pVT->GetWordAscent(*pWord, fFontSize)); in SplitLines() 683 fMaxX = FPDF_MAX(fLineWidth, fMaxX); in SplitLines() 709 fMaxX = FPDF_MAX(fLineWidth, fMaxX); in SplitLines() 739 FX_FLOAT fTypesetWidth = FPDF_MAX(m_pVT->GetPlateWidth() - fLineIndent, 0.0f); in OutputLines() 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() [all …]
|
D | pdf_vt.h | 29 template<class T> T FPDF_MAX (const T & i, const T & j) in FPDF_MAX() function
|