Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h412 virtual FX_BOOL IsMultiLine() const = 0;
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h505 FX_BOOL IsMultiLine() const in IsMultiLine() function
Ddoc_vt.cpp1556 if (IsMultiLine()) { in GetAutoFontSize()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp3396 if (m_pVT->IsMultiLine() && GetTotalLines() > 1) in IsTextOverflow()