Searched defs:CFX_SubstFont (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fxge/
H A Dfx_font.h19 class CFX_SubstFont;
72 const CFX_SubstFont* GetSubstFont() const
120 CFX_SubstFont* m_pSubstFont;
167 class CFX_SubstFont : public CFX_Object class in inherits:CFX_Object
171 CFX_SubstFont();
221 int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont);
239 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 weight, int picthfamily);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp12 CFX_SubstFont::CFX_SubstFont() function in class:CFX_SubstFont
105 FX_DWORD flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont)
773 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weight, int picthfamily)
917 int weight, int italic_angle, int WindowCP, CFX_SubstFont* pSubstFont)

Completed in 650 milliseconds