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

  /external/pdfium/core/src/fxge/android/
fpf_skiamodule.cpp 21 if (m_pFontMgr) {
22 delete m_pFontMgr;
34 if (!m_pFontMgr) {
35 m_pFontMgr = new CFPF_SkiaFontMgr;
36 if (!m_pFontMgr->InitFTLibrary()) {
37 delete m_pFontMgr;
41 return (IFPF_FontMgr*)m_pFontMgr;
fpf_skiamodule.h 15 CFPF_SkiaDeviceModule() : m_pFontMgr(NULL) {}
20 CFPF_SkiaFontMgr *m_pFontMgr;
fx_android_font.cpp 10 : m_pFontMgr(NULL)
19 m_pFontMgr = pFontMgr;
28 if (!m_pFontMgr) {
47 return m_pFontMgr->CreateFont(face, charset, dwStyle, FPF_MATCHFONT_REPLACEANSI);
fx_android_imp.cpp 19 m_pFontMgr->SetSystemFontInfo(pFontInfo);
fx_android_font.h 34 IFPF_FontMgr *m_pFontMgr;
fpf_skiafont.h 50 CFPF_SkiaFontMgr *m_pFontMgr;
fpf_skiafont.cpp 13 : m_pFontMgr(NULL)
198 m_pFontMgr = pFontMgr;
  /external/pdfium/core/src/fxge/ge/
fx_ge.cpp 13 m_pFontMgr = NULL;
24 if (m_pFontMgr) {
25 delete m_pFontMgr;
27 m_pFontMgr = NULL;
37 g_pGEModule->m_pFontMgr = new CFX_FontMgr;
75 pFontMapper->m_pFontMgr = m_pFontMgr;
fx_ge_fontmap.cpp 65 m_pBuiltinMapper->m_pFontMgr = this;
747 if (m_pFontMgr->GetStandardFont(pFontData, size, iBaseFont)) {
748 m_FoxitFaces[iBaseFont] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
765 m_pFontMgr->GetStandardFont(pFontData, size, 14);
766 m_MMFaces[1] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
775 m_pFontMgr->GetStandardFont(pFontData, size, 15);
776 m_MMFaces[0] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
906 m_pFontMgr->GetStandardFont(pFontData, size, 12);
907 m_FoxitFaces[12] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
919 m_pFontMgr->GetStandardFont(pFontData, size, 13)
    [all...]
fx_ge_linux.cpp 226 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault());
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 99 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault());
  /external/pdfium/core/include/fxge/
fx_ge.h 41 return m_pFontMgr;
70 CFX_FontMgr* m_pFontMgr;
fx_font.h 239 CFX_FontMgr* m_pFontMgr;
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 407 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault());
    [all...]

Completed in 218 milliseconds