HomeSort by relevance Sort by last modified time
    Searched defs:CFX_SubstFont (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/include/fxge/
fx_font.h 17 class CFX_SubstFont;
70 const CFX_SubstFont* GetSubstFont() const
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 weight, int picthfamily);
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 12 CFX_SubstFont::CFX_SubstFont()
102 FX_DWORD flags, int weight, int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont)
739 FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weight, int picthfamily)
883 int weight, int italic_angle, int WindowCP, CFX_SubstFont* pSubstFont)
    [all...]

Completed in 219 milliseconds