Home
last modified time | relevance | path

Searched refs:CFX_SubstFont (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontmapper.h17 class CFX_SubstFont; variable
35 CFX_SubstFont* pSubstFont);
57 FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont,
Dcfx_substfont.h15 class CFX_SubstFont {
17 CFX_SubstFont();
Dcfx_fontmgr.h17 class CFX_SubstFont; variable
56 CFX_SubstFont* pSubstFont);
Dfx_font.h116 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); } in GetSubstFont()
125 void SetSubstFont(std::unique_ptr<CFX_SubstFont> subst) { in SetSubstFont()
194 std::unique_ptr<CFX_SubstFont> m_pSubstFont;
/external/pdfium/core/fxge/ge/
Dcfx_substfont.cpp11 CFX_SubstFont::CFX_SubstFont() in CFX_SubstFont() function in CFX_SubstFont
Dcfx_fontmgr.cpp121 CFX_SubstFont* pSubstFont) { in FindSubstFont()
Dcfx_font.cpp239 m_pSubstFont = pdfium::MakeUnique<CFX_SubstFont>(); in LoadClone()
308 m_pSubstFont = pdfium::MakeUnique<CFX_SubstFont>(); in LoadSubst()
Dcfx_fontmapper.cpp384 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, in UseInternalSubst()
430 CFX_SubstFont* pSubstFont) { in FindSubstFont()
Dcfx_facecache.cpp109 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph()
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp50 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) { in Initialize()
81 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) in SetDefaultFont()
137 const CFX_SubstFont* pSubst = pFont->GetSubstFont(); in FindResFontSameCharset()
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h17 class CFX_SubstFont; variable
64 CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } in GetSubstFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp108 CFX_SubstFont* pSubst = m_pFont->GetSubstFont(); in CFGAS_GEFont()
110 pSubst = new CFX_SubstFont; in CFGAS_GEFont()
111 m_pFont->SetSubstFont(std::unique_ptr<CFX_SubstFont>(pSubst)); in CFGAS_GEFont()
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp153 CFX_SubstFont* SubstFxFont = new CFX_SubstFont(); in DrawString()
154 FxFont.SetSubstFont(std::unique_ptr<CFX_SubstFont>(SubstFxFont)); in DrawString()
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp156 CFX_SubstFont* pSubst = pFind->GetSubstFont(); in GetNativeFont()