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

  /external/pdfium/core/src/fxge/android/
fpf_skiamodule.h 17 virtual IFPF_FontMgr* GetFontMgr();
fx_android_imp.cpp 15 IFPF_FontMgr *pFontMgr = pDeviceModule->GetFontMgr();
fpf_skiamodule.cpp 32 IFPF_FontMgr* CFPF_SkiaDeviceModule::GetFontMgr()
  /external/pdfium/core/src/fxge/ge/
fx_ge_font.cpp 51 CFX_GEModule::Get()->GetFontMgr()->ReleaseFace(m_Face);
80 m_Face = CFX_GEModule::Get()->GetFontMgr()->FindSubstFont(face_name, bTrueType, flags, weight, italic_angle,
140 if (CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary == NULL) {
141 FXFT_Init_FreeType(&CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary);
143 library = CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary;
170 if (CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary == NULL) {
171 FXFT_Init_FreeType(&CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary);
173 library = CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary;
fx_ge.cpp 77 GetFontMgr()->m_pExtMapper = pFontMapper;
fx_ge_fontmap.cpp 443 CFX_GEModule::Get()->GetFontMgr()->GetStandardFont(data, size, id);
    [all...]
fx_ge_text.cpp     [all...]
  /external/pdfium/core/include/fxge/
fpf.h 16 virtual IFPF_FontMgr* GetFontMgr() = 0;
fx_ge.h 40 CFX_FontMgr* GetFontMgr()
  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 91 CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo(pFontInfo);
fsdk_mgr.cpp 142 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr();

Completed in 8172 milliseconds