OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pStreamResFontList
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp
194
CPDF_Dictionary*
pStreamResFontList
= pStreamResList->GetDict("Font");
195
if (!
pStreamResFontList
) {
196
pStreamResFontList
= new CPDF_Dictionary;
197
int32_t objnum = m_pDocument->AddIndirectObject(
pStreamResFontList
);
200
if (!
pStreamResFontList
->KeyExist(sAlias))
201
pStreamResFontList
->SetAtReference(sAlias, m_pDocument,
/external/pdfium/core/src/fpdfdoc/
doc_ap.cpp
434
CPDF_Dictionary*
pStreamResFontList
= pStreamResList->GetDict("Font");
435
if (!
pStreamResFontList
) {
436
pStreamResFontList
= new CPDF_Dictionary;
437
pStreamResList->SetAt("Font",
pStreamResFontList
);
439
if (!
pStreamResFontList
->KeyExist(sFontName)) {
440
pStreamResFontList
->SetAtReference(sFontName, pDoc, pFontDict);
679
CPDF_Dictionary*
pStreamResFontList
= pStreamResList->GetDict("Font");
680
if (!
pStreamResFontList
) {
681
pStreamResFontList
= new CPDF_Dictionary;
682
pStreamResList->SetAt("Font",
pStreamResFontList
);
[
all
...]
Completed in 1316 milliseconds