Searched defs:SetFontSize (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Label.cpp34 SetFontSize(this->GetCreationParam().fFontSize);
56 void CPWL_Label::SetFontSize(FX_FLOAT fFontSize) function in class:CPWL_Label
58 m_pEdit->SetFontSize(fFontSize);
H A DPWL_ListBox.cpp118 m_pList->SetFontSize(this->GetCreationParam().fFontSize);
486 void CPWL_ListBox::SetFontSize(FX_FLOAT fFontSize) function in class:CPWL_ListBox
489 m_pList->SetFontSize(fFontSize);
H A DPWL_EditCtrl.cpp46 SetFontSize(this->GetCreationParam().fFontSize);
160 void CPWL_EditCtrl::SetFontSize(FX_FLOAT fFontSize) function in class:CPWL_EditCtrl
162 m_pEdit->SetFontSize(fFontSize);
H A DPWL_Wnd.cpp1041 void CPWL_Wnd::SetFontSize(FX_FLOAT fFontSize) function in class:CPWL_Wnd
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h440 void SetFontSize(FX_FLOAT fFontSize) function in class:CPDF_VariableText
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp85 void CFX_ListItem::SetFontSize(FX_FLOAT fFontSize) function in class:CFX_ListItem
88 m_pEdit->SetFontSize(fFontSize);
144 void CFX_List::SetFontSize(FX_FLOAT fFontSize) function in class:CFX_List
154 pListItem->SetFontSize(m_fFontSize);
H A Dfxet_edit.cpp1115 void CFX_Edit::SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint/* = TRUE*/) function in class:CFX_Edit
1117 m_pVT->SetFontSize(fFontSize);

Completed in 263 milliseconds