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 271 m_pEdit->SetAutoFontSize(HasFlag(PWS_AUTOFONTSIZE), FALSE);
855 m_pEdit->SetAutoFontSize(FALSE);
PWL_Utils.cpp 652 pEdit->SetAutoFontSize(TRUE);
689 pEdit->SetAutoFontSize(TRUE);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 358 virtual void SetAutoFontSize(FX_BOOL bAuto = TRUE) = 0;
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 448 void SetAutoFontSize(FX_BOOL bAuto = TRUE)
doc_ap.cpp 446 vt.SetAutoFontSize(TRUE);
500 vt.SetAutoFontSize(TRUE);
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 223 virtual void SetAutoFontSize(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE) = 0;
fxet_edit.h 591 void SetAutoFontSize(FX_BOOL bAuto = TRUE, FX_BOOL bPaint = TRUE);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 1065 pEdit->SetAutoFontSize(TRUE);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1109 void CFX_Edit::SetAutoFontSize(FX_BOOL bAuto/* =TRUE */, FX_BOOL bPaint/* = TRUE*/)
1111 m_pVT->SetAutoFontSize(bAuto);
    [all...]

Completed in 241 milliseconds