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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Label.h 21 virtual void SetFontSize(FX_FLOAT fFontSize);
PWL_ListBox.h 65 virtual void SetFontSize(FX_FLOAT fFontSize);
PWL_EditCtrl.h 80 virtual void SetFontSize(FX_FLOAT fFontSize);
PWL_Wnd.h 344 virtual void SetFontSize(FX_FLOAT fFontSize);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Label.cpp 34 SetFontSize(this->GetCreationParam().fFontSize);
56 void CPWL_Label::SetFontSize(FX_FLOAT fFontSize)
58 m_pEdit->SetFontSize(fFontSize);
PWL_EditCtrl.cpp 46 SetFontSize(this->GetCreationParam().fFontSize);
160 void CPWL_EditCtrl::SetFontSize(FX_FLOAT fFontSize)
162 m_pEdit->SetFontSize(fFontSize);
PWL_ListBox.cpp 118 m_pList->SetFontSize(this->GetCreationParam().fFontSize);
486 void CPWL_ListBox::SetFontSize(FX_FLOAT fFontSize)
489 m_pList->SetFontSize(fFontSize);
PWL_Wnd.cpp 1041 void CPWL_Wnd::SetFontSize(FX_FLOAT fFontSize)
PWL_Edit.cpp 856 m_pEdit->SetFontSize(fFontSize);
PWL_Utils.cpp 654 pEdit->SetFontSize(fFontSize);
691 pEdit->SetFontSize(fFontSize);
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 167 void SetFontSize(FX_FLOAT fFontSize);
224 virtual void SetFontSize(FX_FLOAT fFontSize);
fx_edit.h 227 virtual void SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint = TRUE) = 0;
446 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
fxet_edit.h 593 void SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint = TRUE);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 85 void CFX_ListItem::SetFontSize(FX_FLOAT fFontSize)
88 m_pEdit->SetFontSize(fFontSize);
144 void CFX_List::SetFontSize(FX_FLOAT fFontSize)
154 pListItem->SetFontSize(m_fFontSize);
fxet_edit.cpp 1115 void CFX_Edit::SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint/* = TRUE*/)
1117 m_pVT->SetFontSize(fFontSize);
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 360 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 448 vt.SetFontSize(fFontSize);
502 vt.SetFontSize(fFontSize);
571 vt.SetFontSize(12.0f);
573 vt.SetFontSize(fFontSize);
    [all...]
pdf_vt.h 440 void SetFontSize(FX_FLOAT fFontSize)
doc_vt.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 1067 pEdit->SetFontSize(fFontSize);
1140 pEdit->SetFontSize(12.0f);
1142 pEdit->SetFontSize(fFontSize);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtsvr.h     [all...]
dwrite.h     [all...]

Completed in 790 milliseconds