OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pFDEFontMgr
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffapp.cpp
80
m_pFDEFontMgr
(nullptr),
121
if (
m_pFDEFontMgr
) {
122
m_pFDEFontMgr
->Release();
172
if (!
m_pFDEFontMgr
) {
174
m_pFDEFontMgr
= IFX_FontMgr::Create(FX_GetDefFontEnumerator());
177
m_pFDEFontMgr
= IFX_FontMgr::Create(m_pFontSource);
180
return
m_pFDEFontMgr
;
xfa_ffapp.h
70
IFX_FontMgr*
m_pFDEFontMgr
;
Completed in 2277 milliseconds