Home
last modified time | relevance | path

Searched refs:SetFontSize (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Label.cpp34 SetFontSize(this->GetCreationParam().fFontSize); in OnCreated()
56 void CPWL_Label::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() function in CPWL_Label
58 m_pEdit->SetFontSize(fFontSize); in SetFontSize()
DPWL_ListBox.cpp118 m_pList->SetFontSize(this->GetCreationParam().fFontSize); in OnCreated()
486 void CPWL_ListBox::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() function in CPWL_ListBox
489 m_pList->SetFontSize(fFontSize); in SetFontSize()
DPWL_EditCtrl.cpp46 SetFontSize(this->GetCreationParam().fFontSize); in OnCreated()
160 void CPWL_EditCtrl::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() function in CPWL_EditCtrl
162 m_pEdit->SetFontSize(fFontSize); in SetFontSize()
DPWL_Wnd.cpp1041 void CPWL_Wnd::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() function in CPWL_Wnd
DPWL_Edit.cpp856 m_pEdit->SetFontSize(fFontSize); in SetCharArray()
DPWL_Utils.cpp654 pEdit->SetFontSize(fFontSize); in GetTextAppStream()
691 pEdit->SetFontSize(fFontSize); in GetPushButtonAppStream()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Label.h21 virtual void SetFontSize(FX_FLOAT fFontSize);
DPWL_ListBox.h65 virtual void SetFontSize(FX_FLOAT fFontSize);
DPWL_EditCtrl.h80 virtual void SetFontSize(FX_FLOAT fFontSize);
DPWL_Wnd.h344 virtual void SetFontSize(FX_FLOAT fFontSize);
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp85 void CFX_ListItem::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() function in CFX_ListItem
88 m_pEdit->SetFontSize(fFontSize); in SetFontSize()
144 void CFX_List::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() function in CFX_List
154 pListItem->SetFontSize(m_fFontSize); in AddItem()
Dfxet_edit.cpp1115 void CFX_Edit::SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint/* = TRUE*/) in SetFontSize() function in CFX_Edit
1117 m_pVT->SetFontSize(fFontSize); in SetFontSize()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h167 void SetFontSize(FX_FLOAT fFontSize);
224 virtual void SetFontSize(FX_FLOAT fFontSize);
Dfx_edit.h227 virtual void SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint = TRUE) = 0;
446 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
Dfxet_edit.h593 void SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint = TRUE);
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp448 vt.SetFontSize(fFontSize); in GenerateWidgetAP()
502 vt.SetFontSize(fFontSize); in GenerateWidgetAP()
571 vt.SetFontSize(12.0f); in GenerateWidgetAP()
573 vt.SetFontSize(fFontSize); in GenerateWidgetAP()
Dpdf_vt.h440 void SetFontSize(FX_FLOAT fFontSize) in SetFontSize() function
Ddoc_vt.cpp1544 SetFontSize(GetAutoFontSize()); in Rearrange()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h360 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1067 pEdit->SetFontSize(fFontSize); in ResetAppearance_ComboBox()
1140 pEdit->SetFontSize(12.0f); in ResetAppearance_ListBox()
1142 pEdit->SetFontSize(fFontSize); in ResetAppearance_ListBox()
1277 pEdit->SetFontSize(fFontSize); in ResetAppearance_TextField()