Home
last modified time | relevance | path

Searched refs:SetAutoFontSize (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Label.cpp80 m_pEdit->SetAutoFontSize(HasFlag(PWS_AUTOFONTSIZE)); in SetParamByFlag()
DPWL_Edit.cpp231 m_pEdit->SetAutoFontSize(HasFlag(PWS_AUTOFONTSIZE), FALSE); in SetParamByFlag()
806 m_pEdit->SetAutoFontSize(FALSE); in SetCharArray()
DPWL_Utils.cpp591 pEdit->SetAutoFontSize(TRUE); in GetTextAppStream()
627 pEdit->SetAutoFontSize(TRUE); in GetPushButtonAppStream()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h349 virtual void SetAutoFontSize(FX_BOOL bAuto = TRUE) = 0;
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp472 vt.SetAutoFontSize(TRUE); in GenerateWidgetAP()
536 vt.SetAutoFontSize(TRUE); in GenerateWidgetAP()
Dpdf_vt.h377 void SetAutoFontSize(FX_BOOL bAuto = TRUE) override {
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h238 virtual void SetAutoFontSize(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE) = 0;
Dfxet_edit.h548 void SetAutoFontSize(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE) override;
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1411 pEdit->SetAutoFontSize(TRUE);
1608 pEdit->SetAutoFontSize(TRUE);
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp884 void CFX_Edit::SetAutoFontSize(FX_BOOL bAuto, FX_BOOL bPaint) { in SetAutoFontSize() function in CFX_Edit
885 m_pVT->SetAutoFontSize(bAuto); in SetAutoFontSize()