Searched defs:pFontMgr (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/core/src/fxge/android/
H A Dfx_android_imp.cpp14 IFPF_FontMgr* pFontMgr = pDeviceModule->GetFontMgr(); local
15 if (pFontMgr) {
17 pFontInfo->Init(pFontMgr);
H A Dfx_android_font.cpp10 FX_BOOL CFX_AndroidFontInfo::Init(IFPF_FontMgr* pFontMgr) { argument
11 if (!pFontMgr) {
14 pFontMgr->LoadSystemFonts();
15 m_pFontMgr = pFontMgr;
H A Dfpf_skiafont.cpp178 FX_BOOL CFPF_SkiaFont::InitFont(CFPF_SkiaFontMgr* pFontMgr, argument
183 if (!pFontMgr || !pFontDes) {
189 m_Face = pFontMgr->GetFontFace(pFont->m_pPath, pFont->m_iFaceIndex);
193 m_Face = pFontMgr->GetFontFace(pFont->m_pFile, pFont->m_iFaceIndex);
197 m_Face = pFontMgr->GetFontFace((const uint8_t*)pFont->m_pBuffer,
208 m_pFontMgr = pFontMgr;
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffapp.cpp162 void CXFA_FFApp::SetDefaultFontMgr(IXFA_FontMgr* pFontMgr) { argument
166 m_pFontMgr->SetDefFontMgr(pFontMgr);
H A Dxfa_fontmgr.cpp2130 void CXFA_FontMgr::SetDefFontMgr(IXFA_FontMgr* pFontMgr) { argument
2131 m_pDefFontMgr = pFontMgr;
H A Dxfa_textlayout.cpp101 IFX_FontMgr* pFontMgr = pDoc->GetApp()->GetFDEFontMgr(); local
102 FXSYS_assert(pFontMgr != NULL);
104 m_pSelector->SetFontMgr(pFontMgr);
385 CXFA_FontMgr* pFontMgr = pDoc->GetApp()->GetXFAFontMgr(); local
386 return pFontMgr->GetFont(pDoc, wsFamily, dwStyle);
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_gefont.cpp14 IFX_FontMgr* pFontMgr) {
16 if (NULL != pFontMgr) {
17 return pFontMgr->GetFontByCodePage(wCodePage, dwFontStyles, pszFontFamily);
21 CFX_GEFont* pFont = new CFX_GEFont(pFontMgr);
31 IFX_FontMgr* pFontMgr) {
33 if (NULL != pFontMgr) {
34 return pFontMgr->LoadFont(pBuffer, iLength, 0, NULL);
38 CFX_GEFont* pFont = new CFX_GEFont(pFontMgr);
47 IFX_FontMgr* pFontMgr) {
49 if (NULL != pFontMgr) {
11 LoadFont(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage, IFX_FontMgr* pFontMgr) argument
29 LoadFont(const uint8_t* pBuffer, int32_t iLength, IFX_FontMgr* pFontMgr) argument
46 LoadFont(const FX_WCHAR* pszFileName, IFX_FontMgr* pFontMgr) argument
62 LoadFont(IFX_Stream* pFontStream, IFX_FontMgr* pFontMgr, FX_BOOL bSaveStream) argument
79 LoadFont(CFX_Font* pExtFont, IFX_FontMgr* pFontMgr, FX_BOOL bTakeOver) argument
89 CFX_GEFont(IFX_FontMgr* pFontMgr) argument
[all...]
H A Dfx_gdifont.cpp48 IFX_FontMgr* pFontMgr) {
49 CFX_GdiFont* pFont = new CFX_GdiFont(pFontMgr);
58 IFX_FontMgr* pFontMgr) {
59 CFX_GdiFont* pFont = new CFX_GdiFont(pFontMgr);
67 IFX_FontMgr* pFontMgr) {
68 CFX_GdiFont* pFont = new CFX_GdiFont(pFontMgr);
76 IFX_FontMgr* pFontMgr,
78 CFX_GdiFont* pFont = new CFX_GdiFont(pFontMgr);
85 IFX_Font* IFX_Font::LoadFont(CFX_Font* pExtFont, IFX_FontMgr* pFontMgr) { argument
90 CFX_GdiFont::CFX_GdiFont(IFX_FontMgr* pFontMgr) argument
45 LoadFont(const FX_WCHAR* pszFontFamily, FX_DWORD dwFontStyles, FX_WORD wCodePage, IFX_FontMgr* pFontMgr) argument
56 LoadFont(const uint8_t* pBuffer, int32_t iLength, IFX_FontMgr* pFontMgr) argument
66 LoadFont(const FX_WCHAR* pszFileName, IFX_FontMgr* pFontMgr) argument
75 LoadFont(IFX_Stream* pFontStream, IFX_FontMgr* pFontMgr, FX_BOOL bSaveStream) argument
[all...]
H A Dfx_stdfontmgr.cpp596 CFX_FontMgrImp* pFontMgr = local
598 if (pFontMgr->EnumFonts()) {
599 return pFontMgr;
601 delete pFontMgr;
1004 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr();
1005 pFontMgr->InitFTLibrary();
1006 FXFT_Library library = pFontMgr->GetFTLibrary();
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_font.cpp212 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); local
213 pFontMgr->InitFTLibrary();
214 FXFT_Library library = pFontMgr->GetFTLibrary();
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssstyleselector.cpp107 IFX_FontMgr* pFontMgr) {
114 AddRulesFrom(pSheet, pSheet->GetRule(j), dwMatchMedia, pFontMgr);
122 IFX_FontMgr* pFontMgr) {
170 pFontMgr);
235 void CFDE_CSSStyleSelector::SetFontMgr(IFX_FontMgr* pFontMgr) { argument
236 m_pFontMgr = pFontMgr;
105 AddRulesFrom(const CFDE_CSSStyleSheetArray& sheets, FX_DWORD dwMediaList, IFX_FontMgr* pFontMgr) argument
119 AddRulesFrom(IFDE_CSSStyleSheet* pStyleSheet, IFDE_CSSRule* pRule, FX_DWORD dwMediaList, IFX_FontMgr* pFontMgr) argument
/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp150 CFX_FontMgr* pFontMgr = CFX_GEModule::Get()->GetFontMgr(); local
151 if (!pFontMgr)
154 CFX_FontMapper* pFontMapper = pFontMgr->GetBuiltinMapper();

Completed in 166 milliseconds