OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPDF_MIN
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fpdfdoc/
doc_vt.cpp
81
FX_INT32 nWordIndex = FPDF_MAX(
FPDF_MIN
(place.nWordIndex, this->m_WordArray.GetSize()), 0);
383
fLineDescent =
FPDF_MIN
(fLineDescent, fWordDescent);
620
fLineDescent =
FPDF_MIN
(fLineDescent, m_pVT->GetWordDescent(*pWord, TRUE));
624
fLineDescent =
FPDF_MIN
(fLineDescent, m_pVT->GetWordDescent(*pWord, fFontSize));
[
all
...]
pdf_vt.h
23
template<class T> T
FPDF_MIN
(const T & i, const T & j)
Completed in 223 milliseconds