/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Label.cpp | 34 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()
|
D | PWL_ListBox.cpp | 118 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()
|
D | PWL_EditCtrl.cpp | 46 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()
|
D | PWL_Wnd.cpp | 1041 void CPWL_Wnd::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() function in CPWL_Wnd
|
D | PWL_Edit.cpp | 856 m_pEdit->SetFontSize(fFontSize); in SetCharArray()
|
D | PWL_Utils.cpp | 654 pEdit->SetFontSize(fFontSize); in GetTextAppStream() 691 pEdit->SetFontSize(fFontSize); in GetPushButtonAppStream()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Label.h | 21 virtual void SetFontSize(FX_FLOAT fFontSize);
|
D | PWL_ListBox.h | 65 virtual void SetFontSize(FX_FLOAT fFontSize);
|
D | PWL_EditCtrl.h | 80 virtual void SetFontSize(FX_FLOAT fFontSize);
|
D | PWL_Wnd.h | 344 virtual void SetFontSize(FX_FLOAT fFontSize);
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_list.cpp | 85 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()
|
D | fxet_edit.cpp | 1115 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/ |
D | fxet_list.h | 167 void SetFontSize(FX_FLOAT fFontSize); 224 virtual void SetFontSize(FX_FLOAT fFontSize);
|
D | fx_edit.h | 227 virtual void SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint = TRUE) = 0; 446 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
|
D | fxet_edit.h | 593 void SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint = TRUE);
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 448 vt.SetFontSize(fFontSize); in GenerateWidgetAP() 502 vt.SetFontSize(fFontSize); in GenerateWidgetAP() 571 vt.SetFontSize(12.0f); in GenerateWidgetAP() 573 vt.SetFontSize(fFontSize); in GenerateWidgetAP()
|
D | pdf_vt.h | 440 void SetFontSize(FX_FLOAT fFontSize) in SetFontSize() function
|
D | doc_vt.cpp | 1544 SetFontSize(GetAutoFontSize()); in Rearrange()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 360 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 1067 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()
|