Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h101 void SetAutoFontSize(bool bAuto) { m_bAutoFontSize = bAuto; } in SetAutoFontSize()
229 bool m_bAutoFontSize; variable
Dcpdf_variabletext.cpp250 m_bAutoFontSize(false), in CPDF_VariableText()
970 if (m_bAutoFontSize) { in Rearrange()