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 = new CFX_FontMapper;
65 m_pBuiltinMapper->m_pFontMgr = this;
72 if (m_pBuiltinMapper) {
73 delete m_pBuiltinMapper;
99 m_pBuiltinMapper->SetSystemFontInfo(pFontInfo);
114 return m_pBuiltinMapper->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle,
    [all...]
  /external/pdfium/core/include/fxge/
fx_font.h 224 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 1131 milliseconds