OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDefFont
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/fpdfdoc/
cpvt_fontmap.cpp
19
CPDF_Font*
pDefFont
,
23
m_pDefFont(
pDefFont
),
cpvt_fontmap.h
24
CPDF_Font*
pDefFont
,
cpvt_generateap.cpp
359
CPDF_Font*
pDefFont
,
364
CPVT_FontMap map(pDoc, nullptr,
pDefFont
, sFontName);
747
CPDF_Font*
pDefFont
= pDoc->LoadFont(pResourceFontDict.get());
748
if (!
pDefFont
)
756
sAppStream << GetPopupContentsString(pDoc, *pAnnotDict,
pDefFont
, sFontName);
[
all
...]
cpdf_variabletext.cpp
66
if (CPDF_Font*
pDefFont
= m_pFontMap->GetPDFFont(0)) {
67
if (
pDefFont
->CharCodeFromUnicode(word) != CPDF_Font::kInvalidCharCode)
Completed in 100 milliseconds