OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXFA_FontMgr
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffapp.h
26
class
CXFA_FontMgr
;
52
CXFA_FontMgr
* GetXFAFontMgr();
64
CXFA_FontMgr
* m_pFontMgr;
xfa_fontmgr.h
65
class
CXFA_FontMgr
{
67
CXFA_FontMgr
();
68
~
CXFA_FontMgr
();
xfa_ffapp.cpp
164
m_pFontMgr = new
CXFA_FontMgr
();
168
CXFA_FontMgr
* CXFA_FFApp::GetXFAFontMgr() {
xfa_fontmgr.cpp
[
all
...]
xfa_textlayout.cpp
385
CXFA_FontMgr
* pFontMgr = pDoc->GetApp()->GetXFAFontMgr();
[
all
...]
Completed in 60 milliseconds