Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h98 void SetAutoReturn(bool bAuto) { m_bLimitWidth = bAuto; } in SetAutoReturn()
101 void SetAutoFontSize(bool bAuto) { m_bAutoFontSize = bAuto; } in SetAutoFontSize()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.cpp935 void CFX_Edit::SetAutoReturn(bool bAuto, bool bPaint) { in SetAutoReturn()
941 void CFX_Edit::SetAutoFontSize(bool bAuto, bool bPaint) { in SetAutoFontSize()
952 void CFX_Edit::SetAutoScroll(bool bAuto, bool bPaint) { in SetAutoScroll()