Searched refs:CFX_SubstFont (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 17 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/ |
D | FFL_CBA_Fontmap.cpp | 55 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/ |
D | doc_utils.cpp | 445 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/ |
D | fx_ge_fontmap.cpp | 12 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()
|
D | fx_ge_font.cpp | 71 m_pSubstFont = new CFX_SubstFont; in LoadSubst()
|
D | fx_ge_text.cpp | 1294 const CFX_SubstFont* pSubstFont = pFont->GetSubstFont(); in RenderGlyph()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 30 class CFX_SubstFont; variable 95 const CFX_SubstFont* GetSubstFont() const in GetSubstFont()
|