Searched defs:SetAutoFontSize (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.h101 void SetAutoFontSize(bool bAuto) { m_bAutoFontSize = bAuto; } function in class:CPDF_VariableText
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp941 void CFX_Edit::SetAutoFontSize(bool bAuto, bool bPaint) { function in class:CFX_Edit
942 m_pVT->SetAutoFontSize(bAuto);

Completed in 150 milliseconds