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

  /external/pdfium/core/src/fxge/android/
fx_android_imp.cpp 15 IFPF_FontMgr *pFontMgr = pDeviceModule->GetFontMgr();
16 if (pFontMgr) {
21 pFontInfo->Init(pFontMgr);
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 142 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr();
143 // FXFT_Face nFace = pFontMgr->FindSubstFont(sFontFaceName,TRUE,0,0,0,0,NULL);
144 // FXFT_Face nFace = pFontMgr->m_pBuiltinMapper->FindSubstFont(sFontFaceName,TRUE,0,0,0,0,NULL);
146 if(pFontMgr)
148 CFX_FontMapper* pFontMapper = pFontMgr->m_pBuiltinMapper;
168 // pFontMgr->m_FaceMap.Lookup(sFontFaceName,pFont);

Completed in 43 milliseconds