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

  /external/pdfium/core/include/fxge/
fx_font.h 19 class CFX_SubstFont;
72 const CFX_SubstFont* GetSubstFont() const
120 CFX_SubstFont* m_pSubstFont;
167 class CFX_SubstFont : public 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/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 55 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont())
87 if (const CFX_SubstFont* pSubstFont = m_pDefaultFont->GetSubstFont())
150 const CFX_SubstFont* pSubst = pFont->GetSubstFont();
  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 464 CFX_SubstFont* pSubst = (CFX_SubstFont*)pFind->GetSubstFont();
479 CFX_SubstFont* pSubst;
482 pSubst = (CFX_SubstFont*)pFont->GetSubstFont();
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 12 CFX_SubstFont::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)
    [all...]
fx_ge_font.cpp 76 m_pSubstFont = FX_NEW CFX_SubstFont;
fx_ge_text.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 32 class CFX_SubstFont;
82 const CFX_SubstFont* GetSubstFont() const

Completed in 67 milliseconds