Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h24 class CFX_SubstFont; variable
82 CFX_SubstFont* GetSubstFont() const { return m_pSubstFont; } in GetSubstFont()
84 void SetSubstFont(CFX_SubstFont* subst) { m_pSubstFont = subst; } in SetSubstFont()
86 const CFX_SubstFont* GetSubstFont() const { return m_pSubstFont; } in GetSubstFont()
121 CFX_SubstFont* m_pSubstFont;
204 class CFX_SubstFont {
206 CFX_SubstFont();
270 CFX_SubstFont* pSubstFont);
320 CFX_SubstFont* pSubstFont);
335 FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont,
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp40 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) { in Initialize()
71 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) in SetDefaultFont()
136 const CFX_SubstFont* pSubst = pFont->GetSubstFont(); in FindResFontSameCharset()
/external/pdfium/core/src/fpdfdoc/
Ddoc_utils.cpp427 CFX_SubstFont* pSubst = (CFX_SubstFont*)pFind->GetSubstFont(); in GetNativeInterFormFont()
443 CFX_SubstFont* pSubst; in GetNativeInterFormFont()
446 pSubst = (CFX_SubstFont*)pFont->GetSubstFont(); in GetNativeInterFormFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp415 CFX_SubstFont::CFX_SubstFont() { in CFX_SubstFont() function in CFX_SubstFont
491 CFX_SubstFont* pSubstFont) { in FindSubstFont()
792 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, in UseInternalSubst()
842 CFX_SubstFont* pSubstFont) { in FindSubstFont()
Dfx_ge_font.cpp79 m_pSubstFont = new CFX_SubstFont; in LoadClone()
149 m_pSubstFont = new CFX_SubstFont; in LoadSubst()
Dfx_ge_text.cpp1523 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp135 CFX_SubstFont* pSubst = m_pFont->GetSubstFont(); in CFX_GEFont()
137 pSubst = new CFX_SubstFont; in CFX_GEFont()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h19 class CFX_SubstFont; variable
116 const CFX_SubstFont* GetSubstFont() const { return m_Font.GetSubstFont(); } in GetSubstFont()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp166 CFX_SubstFont SubstFxFont; in DrawString()