Searched defs:GetFont (Results 1 - 17 of 17) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_caption.cpp37 CXFA_Font CXFA_Caption::GetFont() { function in class:CXFA_Caption
H A Dcxfa_widgetdata.cpp306 CXFA_Font CXFA_WidgetData::GetFont(bool bModified) { function in class:CXFA_WidgetData
/external/pdfium/core/fpdfdoc/
H A Dcpdf_defaultappearance.cpp39 void CPDF_DefaultAppearance::GetFont(CFX_ByteString& csFontNameTag, function in class:CPDF_DefaultAppearance
H A Dcpdf_formfield.h129 CPDF_Font* GetFont() const { return m_pFont; } function in class:CPDF_FormField
H A Dcpdf_interform.cpp103 CPDF_Font* GetFont(CPDF_Dictionary* pFormDict, function in namespace:__anon15655
978 return GetFont(m_pFormDict, m_pDocument, csNameTag);
/external/pdfium/core/fxge/android/
H A Dcfx_androidfontinfo.cpp53 void* CFX_AndroidFontInfo::GetFont(const FX_CHAR* face) { function in class:CFX_AndroidFontInfo
/external/pdfium/public/
H A Dfpdf_sysfontinfo.h90 * Yes only if GetFont method is not implemented.
94 * Otherwise, Foxit SDK will do the mapping and then call GetFont
126 * Method: GetFont
142 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face); member in struct:_FPDF_SYSFONTINFO
156 * hFont - Font handle returned by MapFont or GetFont method
183 * hFont - Font handle returned by MapFont or GetFont method
206 * hFont - Font handle returned by MapFont or GetFont method
221 * hFont - Font handle returned by MapFont or GetFont method
/external/pdfium/xfa/fde/
H A Dcfde_txtedttextset.cpp36 CFX_RetainPtr<CFGAS_GEFont> CFDE_TxtEdtTextSet::GetFont() { function in class:CFDE_TxtEdtTextSet
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_widgettp.h42 const CFX_RetainPtr<CFGAS_GEFont>& GetFont() const { return m_pFDEFont; } function in class:CFWL_WidgetTP
115 CFX_RetainPtr<CFGAS_GEFont> GetFont() const { return m_pFont; } function in class:CFWL_FontData
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textstate.cpp20 CPDF_Font* CPDF_TextState::GetFont() const { function in class:CPDF_TextState
119 m_pFont = m_pDocument->GetPageData()->GetFont(m_pFont->GetFontDict());
H A Dcpdf_docpagedata.cpp130 CPDF_Font* CPDF_DocPageData::GetFont(CPDF_Dictionary* pFontDict) { function in class:CPDF_DocPageData
H A Dcpdf_textobject.cpp34 CPDF_Font* pFont = m_TextState.GetFont();
143 CPDF_Font* pFont = m_TextState.GetFont();
171 CPDF_Font* pFont = m_TextState.GetFont();
183 CPDF_Font* CPDF_TextObject::GetFont() const { function in class:CPDF_TextObject
184 return m_TextState.GetFont();
197 CPDF_Font* pFont = m_TextState.GetFont();
/external/pdfium/xfa/fxfa/app/
H A Dxfa_fwltheme.cpp190 CFX_RetainPtr<CFGAS_GEFont> CXFA_FWLTheme::GetFont( function in class:CXFA_FWLTheme
194 return GetTheme(pThemePart->m_pWidget)->GetFont();
H A Dxfa_fontmgr.cpp1745 CFX_RetainPtr<CFGAS_GEFont> CXFA_DefFontMgr::GetFont( function in class:CXFA_DefFontMgr
1857 CFX_RetainPtr<CFGAS_GEFont> CXFA_PDFFontMgr::GetFont( function in class:CXFA_PDFFontMgr
1996 CFX_RetainPtr<CFGAS_GEFont> CXFA_FontMgr::GetFont( function in class:CXFA_FontMgr
2016 pMgr->GetFont(wsEnglishName.AsStringC(), dwFontStyles, &pPDFFont, true);
2021 pFont = m_pDefFontMgr->GetFont(hDoc, wsFontFamily, dwFontStyles, wCodePage);
2025 pFont = pMgr->GetFont(wsEnglishName.AsStringC(), dwFontStyles, &pPDFFont,
H A Dcxfa_textparser.cpp333 CFX_RetainPtr<CFGAS_GEFont> CXFA_TextParser::GetFont( function in class:CXFA_TextParser
361 return pFontMgr->GetFont(pDoc, wsFamily, dwStyle);
/external/pdfium/core/fpdfapi/font/
H A Dfpdf_font.cpp59 CPDF_Font* CFX_StockFontArray::GetFont(uint32_t index) const { function in class:CFX_StockFontArray
84 return it->second ? it->second->GetFont(index) : nullptr;
/external/pdfium/core/fxge/ge/
H A Dcfx_folderfontinfo.cpp269 return GetFont(Base14Substs[iBaseFont].m_pSubstName);
282 return GetFont("Courier New");
323 void* CFX_FolderFontInfo::GetFont(const FX_CHAR* face) { function in class:CFX_FolderFontInfo

Completed in 759 milliseconds