Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h88 void SetAutoFontSize(bool bAuto) { m_bAutoFontSize = bAuto; } in SetAutoFontSize()
197 bool m_bAutoFontSize = false; variable
Dcpdf_variabletext.cpp778 if (m_bAutoFontSize) { in Rearrange()