/external/pdfium/xfa/fgas/font/ |
D | cfgas_defaultfontmanager.cpp | 16 CFGAS_FontMgr* pFontMgr, in GetFont() argument 21 pFontMgr->LoadFont(wsFontName.c_str(), dwFontStyles, 0xFFFF); in GetFont() 42 pFont = pFontMgr->LoadFont(wsReplace.c_str(), dwStyle, 0xFFFF); in GetFont() 58 CFGAS_FontMgr* pFontMgr, in GetDefaultFont() argument 62 pFontMgr->LoadFont(L"Arial Narrow", dwFontStyles, 0xFFFF); in GetDefaultFont() 64 pFont = pFontMgr->LoadFont(static_cast<const wchar_t*>(nullptr), in GetDefaultFont()
|
D | cfgas_gefont.cpp | 24 CFGAS_FontMgr* pFontMgr) { in LoadFont() argument 26 if (!pFontMgr) in LoadFont() 29 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily); in LoadFont() 31 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(pFontMgr); in LoadFont() 40 CFGAS_FontMgr* pFontMgr) { in LoadFont() argument 41 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(pFontMgr); in LoadFont() 50 CFGAS_FontMgr* pFontMgr) { in LoadFont() argument 51 auto pFont = pdfium::MakeRetain<CFGAS_GEFont>(pFontMgr); in LoadFont() 57 CFGAS_GEFont::CFGAS_GEFont(CFGAS_FontMgr* pFontMgr) in CFGAS_GEFont() argument 63 m_pFontMgr(pFontMgr) { in CFGAS_GEFont()
|
D | cfgas_gefont.h | 33 CFGAS_FontMgr* pFontMgr); 35 CFGAS_FontMgr* pFontMgr); 38 CFGAS_FontMgr* pFontMgr); 62 explicit CFGAS_GEFont(CFGAS_FontMgr* pFontMgr);
|
D | cfgas_defaultfontmanager.h | 21 RetainPtr<CFGAS_GEFont> GetFont(CFGAS_FontMgr* pFontMgr, 24 RetainPtr<CFGAS_GEFont> GetDefaultFont(CFGAS_FontMgr* pFontMgr,
|
D | cfgas_pdffontmgr.cpp | 27 CFGAS_PDFFontMgr::CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr) in CFGAS_PDFFontMgr() argument 28 : m_pDoc(pDoc), m_pFontMgr(pFontMgr) { in CFGAS_PDFFontMgr() 30 ASSERT(pFontMgr); in CFGAS_PDFFontMgr()
|
D | cfgas_fontmgr.cpp | 600 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFont() local 601 CFX_FontMapper* pFontMapper = pFontMgr->GetBuiltinMapper(); in LoadFont() 635 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFace() local 636 pFontMgr->InitFTLibrary(); in LoadFace() 638 FXFT_Library library = pFontMgr->GetFTLibrary(); in LoadFace() 692 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in CreateFontStream() local 693 CFX_FontMapper* pFontMapper = pFontMgr->GetBuiltinMapper(); in CreateFontStream()
|
D | cfgas_pdffontmgr.h | 25 explicit CFGAS_PDFFontMgr(CPDF_Document* pDoc, CFGAS_FontMgr* pFontMgr);
|
/external/pdfium/core/fxge/android/ |
D | cfx_androidfontinfo.cpp | 16 bool CFX_AndroidFontInfo::Init(CFPF_SkiaFontMgr* pFontMgr) { in Init() argument 17 if (!pFontMgr) in Init() 20 pFontMgr->LoadSystemFonts(); in Init() 21 m_pFontMgr = pFontMgr; in Init()
|
D | cfpf_skiafont.cpp | 182 bool CFPF_SkiaFont::InitFont(CFPF_SkiaFontMgr* pFontMgr, in InitFont() argument 187 if (!pFontMgr || !pFontDes) in InitFont() 193 m_Face = pFontMgr->GetFontFace(pFont->m_pPath, pFont->m_iFaceIndex); in InitFont() 198 m_Face = pFontMgr->GetFontFace(pFont->m_pFile, pFont->m_iFaceIndex); in InitFont() 203 m_Face = pFontMgr->GetFontFace((const uint8_t*)pFont->m_pBuffer, in InitFont() 215 m_pFontMgr = pFontMgr; in InitFont()
|
D | fx_android_imp.cpp | 22 CFPF_SkiaFontMgr* pFontMgr = pDeviceModule->GetFontMgr(); in InitPlatform() local 23 if (pFontMgr) { in InitPlatform() 25 pFontInfo->Init(pFontMgr); in InitPlatform()
|
D | cfx_androidfontinfo.h | 22 bool Init(CFPF_SkiaFontMgr* pFontMgr);
|
D | cfpf_skiafont.h | 39 bool InitFont(CFPF_SkiaFontMgr* pFontMgr,
|
/external/pdfium/fpdfsdk/ |
D | cfx_systemhandler.cpp | 94 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in FindNativeTrueTypeFont() local 95 if (!pFontMgr) in FindNativeTrueTypeFont() 98 CFX_FontMapper* pFontMapper = pFontMgr->GetBuiltinMapper(); in FindNativeTrueTypeFont()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffapp.cpp | 46 std::unique_ptr<CFGAS_DefaultFontManager> pFontMgr) { in SetDefaultFontMgr() argument 49 m_pFontMgr->SetDefFontMgr(std::move(pFontMgr)); in SetDefaultFontMgr()
|
D | cxfa_fontmgr.cpp | 74 std::unique_ptr<CFGAS_DefaultFontManager> pFontMgr) { in SetDefFontMgr() argument 75 m_pDefFontMgr = std::move(pFontMgr); in SetDefFontMgr()
|
D | cxfa_fontmgr.h | 32 void SetDefFontMgr(std::unique_ptr<CFGAS_DefaultFontManager> pFontMgr);
|
D | cxfa_ffapp.h | 37 void SetDefaultFontMgr(std::unique_ptr<CFGAS_DefaultFontManager> pFontMgr);
|
D | cxfa_textparser.cpp | 354 CXFA_FontMgr* pFontMgr = doc->GetApp()->GetXFAFontMgr(); in GetFont() local 355 return pFontMgr->GetFont(doc, wsFamily.AsStringView(), dwStyle); in GetFont()
|
/external/pdfium/core/fxge/ |
D | cfx_font.cpp | 284 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); in LoadFile() local 285 pFontMgr->InitFTLibrary(); in LoadFile() 287 FXFT_Library library = pFontMgr->GetFTLibrary(); in LoadFile()
|