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

  /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 1036 void CPWL_Wnd::SetFontSize(FX_FLOAT fFontSize)
  /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 1132 void CFX_Edit::SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint/* = TRUE*/)
1134 m_pVT->SetFontSize(fFontSize);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 443 void SetFontSize(FX_FLOAT fFontSize)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtsvr.h     [all...]

Completed in 147 milliseconds