Searched refs:SetFontSize (Results 1 - 25 of 42) sorted by relevance

12

/external/pdfium/xfa/fxbarcode/
H A Dcbc_onecode.h30 virtual void SetFontSize(FX_FLOAT size);
H A Dcbc_onecode.cpp65 void CBC_OneCode::SetFontSize(FX_FLOAT size) { function in class:CBC_OneCode
67 static_cast<CBC_OneDimWriter*>(m_pBCWriter.get())->SetFontSize(size);
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textstate.h39 void SetFontSize(FX_FLOAT size);
H A Dcpdf_allstates.cpp94 m_TextState.SetFontSize(pFont->GetNumberAt(1));
H A Dcpdf_textstate.cpp32 void CPDF_TextState::SetFontSize(FX_FLOAT size) { function in class:CPDF_TextState
/external/pdfium/xfa/fwl/
H A Dcfx_barcode.h49 bool SetFontSize(FX_FLOAT size);
H A Dcfwl_barcode.cpp176 m_pBarcodeEngine->SetFontSize(pTheme->GetFontSize(&part));
179 m_pBarcodeEngine->SetFontSize(FWLTHEME_CAPACITY_FontSize);
H A Dcfx_barcode.cpp163 bool CFX_Barcode::SetFontSize(FX_FLOAT size) { function in class:CFX_Barcode
174 ->SetFontSize(size),
/external/pdfium/xfa/fxfa/app/
H A Dxfa_fwltheme.cpp97 m_pTextOut->SetFontSize(FWLTHEME_CAPACITY_FontSize);
138 m_pTextOut->SetFontSize(pAcc->GetFontSize());
232 m_pTextOut->SetFontSize(FWLTHEME_CAPACITY_FontSize);
246 m_pTextOut->SetFontSize(pAcc->GetFontSize());
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ListBox.h73 void SetFontSize(FX_FLOAT fFontSize) override;
H A DPWL_EditCtrl.cpp34 SetFontSize(GetCreationParam().fFontSize);
124 void CPWL_EditCtrl::SetFontSize(FX_FLOAT fFontSize) { function in class:CPWL_EditCtrl
125 m_pEdit->SetFontSize(fFontSize);
H A DPWL_ListBox.cpp85 m_pList->SetFontSize(GetCreationParam().fFontSize);
374 void CPWL_ListBox::SetFontSize(FX_FLOAT fFontSize) { function in class:CPWL_ListBox
375 m_pList->SetFontSize(fFontSize);
H A DPWL_EditCtrl.h88 void SetFontSize(FX_FLOAT fFontSize) override;
/external/pdfium/xfa/fde/css/
H A Dcfde_csscomputedstyle.h69 void SetFontSize(FX_FLOAT fFontSize);
H A Dcfde_csscomputedstyle.cpp73 void CFDE_CSSComputedStyle::SetFontSize(FX_FLOAT fFontSize) { function in class:CFDE_CSSComputedStyle
/external/pdfium/fpdfsdk/
H A Dfpdfedittext.cpp36 pTextObj->m_TextState.SetFontSize(font_size);
/external/pdfium/xfa/fxbarcode/oned/
H A DBC_OneDimWriter.h58 virtual void SetFontSize(FX_FLOAT size);
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.h111 void SetFontSize(FX_FLOAT fFontSize);
255 void SetFontSize(FX_FLOAT fFontSize);
H A Dfxet_list.cpp56 void CFX_ListItem::SetFontSize(FX_FLOAT fFontSize) { function in class:CFX_ListItem
57 m_pEdit->SetFontSize(fFontSize);
671 void CFX_ListCtrl::SetFontSize(FX_FLOAT fFontSize) { function in class:CFX_ListCtrl
678 pListItem->SetFontSize(m_fFontSize);
/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentgenerator_unittest.cpp163 pTextObj->m_TextState.SetFontSize(10.0f);
/external/pdfium/xfa/fde/tto/
H A Dfde_textout.h86 void SetFontSize(FX_FLOAT fFontSize);
/external/pdfium/xfa/fgas/layout/
H A Dfgas_rtfbreak.h149 void SetFontSize(FX_FLOAT fFontSize);
H A Dfgas_textbreak.h216 void SetFontSize(FX_FLOAT fFontSize);
/external/pdfium/core/fpdfdoc/
H A Dcpdf_variabletext.h99 void SetFontSize(FX_FLOAT fFontSize) { m_fFontSize = fFontSize; } function in class:CPDF_VariableText
H A Dcpvt_generateap.cpp227 vt.SetFontSize(fFontSize);
293 vt.SetFontSize(fFontSize);
382 vt.SetFontSize(IsFloatZero(fFontSize) ? 12.0f : fFontSize);
524 vt.SetFontSize(12);

Completed in 295 milliseconds

12