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()
204 bool m_bAutoFontSize; variable
Dcpdf_variabletext.cpp185 m_bAutoFontSize(false), in CPDF_VariableText()
832 if (m_bAutoFontSize) { in Rearrange()