HomeSort by relevance Sort by last modified time
    Searched refs:SetAutoFontSize (Results 1 - 10 of 10) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Label.cpp 109 m_pEdit->SetAutoFontSize(HasFlag(PWS_AUTOFONTSIZE));
PWL_Edit.cpp 270 m_pEdit->SetAutoFontSize(HasFlag(PWS_AUTOFONTSIZE), FALSE);
851 m_pEdit->SetAutoFontSize(FALSE);
PWL_Utils.cpp 653 pEdit->SetAutoFontSize(TRUE);
692 pEdit->SetAutoFontSize(TRUE);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 354 virtual void SetAutoFontSize(FX_BOOL bAuto = TRUE) = 0;
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 202 virtual void SetAutoFontSize(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE) = 0;
fxet_edit.h 595 void SetAutoFontSize(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE);
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 444 vt.SetAutoFontSize(TRUE);
498 vt.SetAutoFontSize(TRUE);
    [all...]
pdf_vt.h 451 void SetAutoFontSize(FX_BOOL bAuto = TRUE)
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 1064 pEdit->SetAutoFontSize(TRUE);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1126 void CFX_Edit::SetAutoFontSize(FX_BOOL bAuto/* =TRUE */, FX_BOOL bPaint/* = TRUE*/)
1128 m_pVT->SetAutoFontSize(bAuto);
    [all...]

Completed in 296 milliseconds