Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_substfont.cpp9 CFX_SubstFont::CFX_SubstFont() = default;
11 CFX_SubstFont::~CFX_SubstFont() = default;
Dcfx_substfont.h13 class CFX_SubstFont {
15 CFX_SubstFont();
16 ~CFX_SubstFont();
Dcfx_font.h28 class CFX_SubstFont; variable
58 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont.get(); } in GetSubstFont()
67 void SetSubstFont(std::unique_ptr<CFX_SubstFont> subst);
143 std::unique_ptr<CFX_SubstFont> m_pSubstFont;
Dcfx_fontmapper.h20 class CFX_SubstFont; variable
63 CFX_SubstFont* pSubstFont);
85 RetainPtr<CFX_Face> UseInternalSubst(CFX_SubstFont* pSubstFont,
Dcfx_fontmgr.h23 class CFX_SubstFont; variable
80 CFX_SubstFont* pSubstFont);
Dcfx_font.cpp302 CFX_SubstFont* subst_font = GetSubstFont(); in GetSubstFontItalicAngle()
328 void CFX_Font::SetSubstFont(std::unique_ptr<CFX_SubstFont> subst) { in SetSubstFont()
352 m_pSubstFont = pdfium::MakeUnique<CFX_SubstFont>(); in LoadSubst()
Dcfx_fontmgr.cpp106 CFX_SubstFont* pSubstFont) { in FindSubstFont()
Dcfx_fontmapper.cpp348 RetainPtr<CFX_Face> CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, in UseInternalSubst()
391 CFX_SubstFont* pSubstFont) { in FindSubstFont()
Dcfx_glyphcache.cpp119 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph()
/external/pdfium/core/fpdfapi/font/
Dcpdf_font.h25 class CFX_SubstFont; variable
99 CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } in GetSubstFont()
/external/pdfium/core/fpdfdoc/
Dcba_fontmap.cpp177 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) { in Initialize()
244 const CFX_SubstFont* pSubst = pFont->GetSubstFont(); in FindResFontSameCharset()
Dcpdf_interactiveform.cpp173 CFX_SubstFont* pSubst = pFind->GetSubstFont(); in GetNativeFont()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp133 CFX_SubstFont* subst_font = m_pFont->GetSubstFont(); in GetFamilyName()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp62 auto SubstFxFont = pdfium::MakeUnique<CFX_SubstFont>(); in DrawString()