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

  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 64 m_pBuiltinMapper = FX_NEW CFX_FontMapper;
65 if (!m_pBuiltinMapper) {
68 m_pBuiltinMapper->m_pFontMgr = this;
75 if (m_pBuiltinMapper) {
76 delete m_pBuiltinMapper;
102 m_pBuiltinMapper->SetSystemFontInfo(pFontInfo);
117 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle,
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 226 CFX_FontMapper* m_pBuiltinMapper;
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 144 // FXFT_Face nFace = pFontMgr->m_pBuiltinMapper->FindSubstFont(sFontFaceName,TRUE,0,0,0,0,NULL);
148 CFX_FontMapper* pFontMapper = pFontMgr->m_pBuiltinMapper;

Completed in 98 milliseconds