OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pSysFont
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fpdfdoc/
cpvt_fontmap.cpp
52
if (!
m_pSysFont
) {
53
m_pSysFont
= GetAnnotSysPDFFont(m_pDocument.Get(), m_pResDict.Get(),
56
return
m_pSysFont
.Get();
67
if (!
m_pSysFont
) {
68
m_pSysFont
= GetAnnotSysPDFFont(m_pDocument.Get(), m_pResDict.Get(),
cpvt_fontmap.h
45
UnownedPtr<CPDF_Font>
m_pSysFont
;
Completed in 54 milliseconds