Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h17 class CFX_SubstFont; variable
70 const CFX_SubstFont* GetSubstFont() const in GetSubstFont()
118 CFX_SubstFont* m_pSubstFont;
165 class CFX_SubstFont
169 CFX_SubstFont();
219 … int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont);
237 … int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont) = 0;
279 … int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont);
283 …FXFT_Face UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weigh…
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp55 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) in Initial()
87 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont()) in SetDefaultFont()
150 const CFX_SubstFont* pSubst = pFont->GetSubstFont(); in FindResFontSameCharset()
/external/pdfium/core/src/fpdfdoc/
Ddoc_utils.cpp445 CFX_SubstFont* pSubst = (CFX_SubstFont*)pFind->GetSubstFont(); in GetNativeInterFormFont()
460 CFX_SubstFont* pSubst; in GetNativeInterFormFont()
463 pSubst = (CFX_SubstFont*)pFont->GetSubstFont(); in GetNativeInterFormFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp12 CFX_SubstFont::CFX_SubstFont() in CFX_SubstFont() function in CFX_SubstFont
102 … FX_DWORD flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont) in FindSubstFont()
739 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_ang… in UseInternalSubst()
883 … int weight, int italic_angle, int WindowCP, CFX_SubstFont* pSubstFont) in FindSubstFont()
Dfx_ge_font.cpp71 m_pSubstFont = new CFX_SubstFont; in LoadSubst()
Dfx_ge_text.cpp1294 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h30 class CFX_SubstFont; variable
95 const CFX_SubstFont* GetSubstFont() const in GetSubstFont()