/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 | 1036 void CPWL_Wnd::SetFontSize(FX_FLOAT fFontSize) in SetFontSize() function in CPWL_Wnd
|
D | PWL_Edit.cpp | 852 m_pEdit->SetFontSize(fFontSize); in SetCharArray()
|
D | PWL_Utils.cpp | 655 pEdit->SetFontSize(fFontSize); in GetTextAppStream() 694 pEdit->SetFontSize(fFontSize); in GetPushButtonAppStream()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Label.h | 20 virtual void SetFontSize(FX_FLOAT fFontSize);
|
D | PWL_ListBox.h | 62 virtual void SetFontSize(FX_FLOAT fFontSize);
|
D | PWL_EditCtrl.h | 74 virtual void SetFontSize(FX_FLOAT fFontSize);
|
D | PWL_Wnd.h | 336 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 | 1132 void CFX_Edit::SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint/* = TRUE*/) in SetFontSize() function in CFX_Edit 1134 m_pVT->SetFontSize(fFontSize); in SetFontSize()
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_list.h | 166 void SetFontSize(FX_FLOAT fFontSize); 223 virtual void SetFontSize(FX_FLOAT fFontSize);
|
D | fx_edit.h | 206 virtual void SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint = TRUE) = 0; 424 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
|
D | fxet_edit.h | 597 void SetFontSize(FX_FLOAT fFontSize, FX_BOOL bPaint = TRUE);
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 446 vt.SetFontSize(fFontSize); in GenerateWidgetAP() 500 vt.SetFontSize(fFontSize); in GenerateWidgetAP() 569 vt.SetFontSize(12.0f); in GenerateWidgetAP() 571 vt.SetFontSize(fFontSize); in GenerateWidgetAP()
|
D | pdf_vt.h | 443 void SetFontSize(FX_FLOAT fFontSize) in SetFontSize() function
|
D | doc_vt.cpp | 1551 SetFontSize(GetAutoFontSize()); in Rearrange()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_vt.h | 356 virtual void SetFontSize(FX_FLOAT fFontSize) = 0;
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 1066 pEdit->SetFontSize(fFontSize); in ResetAppearance_ComboBox() 1139 pEdit->SetFontSize(12.0f); in ResetAppearance_ListBox() 1141 pEdit->SetFontSize(fFontSize); in ResetAppearance_ListBox() 1276 pEdit->SetFontSize(fFontSize); in ResetAppearance_TextField()
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
D | DWrite.h | 3724 STDMETHOD(SetFontSize)(
|