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 = FX_NEW CFPF_SkiaFontMgr;
36 if (!m_pFontMgr) {
39 if (!m_pFontMgr->InitFTLibrary()) {
40 delete m_pFontMgr;
44 return (IFPF_FontMgr*)m_pFontMgr;
fpf_skiamodule.h 14 CFPF_SkiaDeviceModule() : m_pFontMgr(NULL) {}
19 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 22 m_pFontMgr->SetSystemFontInfo(pFontInfo);
fx_android_font.h 33 IFPF_FontMgr *m_pFontMgr;
fpf_skiafont.h 49 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;
40 g_pGEModule->m_pFontMgr = FX_NEW CFX_FontMgr;
78 pFontMapper->m_pFontMgr = m_pFontMgr;
fx_ge_fontmap.cpp 68 m_pBuiltinMapper->m_pFontMgr = this;
781 if (m_pFontMgr->GetStandardFont(pFontData, size, iBaseFont)) {
782 m_FoxitFaces[iBaseFont] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
799 m_pFontMgr->GetStandardFont(pFontData, size, 14);
800 m_MMFaces[1] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
809 m_pFontMgr->GetStandardFont(pFontData, size, 15);
810 m_MMFaces[0] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
940 m_pFontMgr->GetStandardFont(pFontData, size, 12);
941 m_FoxitFaces[12] = m_pFontMgr->GetFixedFace(pFontData, size, 0);
953 m_pFontMgr->GetStandardFont(pFontData, size, 13);
    [all...]
fx_ge_linux.cpp 254 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault());
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 108 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault());
  /external/pdfium/core/include/fxge/
fx_ge.h 42 return m_pFontMgr;
71 CFX_FontMgr* m_pFontMgr;
fx_font.h 241 CFX_FontMgr* m_pFontMgr;
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 417 m_pFontMgr->SetSystemFontInfo(IFX_SystemFontInfo::CreateDefault());
    [all...]

Completed in 69 milliseconds