Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h101 void SetAutoFontSize(bool bAuto) { m_bAutoFontSize = bAuto; } in SetAutoFontSize() function
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp941 void CFX_Edit::SetAutoFontSize(bool bAuto, bool bPaint) { in SetAutoFontSize() function in CFX_Edit