Home
last modified time | relevance | path

Searched refs:pStreamResFontList (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcba_fontmap.cpp339 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in AddFontToAnnotDict() local
340 if (!pStreamResFontList) { in AddFontToAnnotDict()
341 pStreamResFontList = m_pDocument->NewIndirect<CPDF_Dictionary>(); in AddFontToAnnotDict()
343 pStreamResFontList->GetObjNum()); in AddFontToAnnotDict()
345 if (!pStreamResFontList->KeyExist(sAlias)) { in AddFontToAnnotDict()
350 pStreamResFontList->SetFor(sAlias, std::move(pObject)); in AddFontToAnnotDict()
Dcpvt_generateap.cpp1076 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in GenerateFormAP() local
1077 if (pStreamResFontList) { in GenerateFormAP()
1078 if (!ValidateFontResourceDict(pStreamResFontList)) in GenerateFormAP()
1081 pStreamResFontList = pStreamResList->SetNewFor<CPDF_Dictionary>("Font"); in GenerateFormAP()
1083 if (!pStreamResFontList->KeyExist(font_name)) { in GenerateFormAP()
1084 pStreamResFontList->SetNewFor<CPDF_Reference>(font_name, pDoc, in GenerateFormAP()
1334 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in GenerateFormAP() local
1335 if (pStreamResFontList) { in GenerateFormAP()
1336 if (!ValidateFontResourceDict(pStreamResFontList)) in GenerateFormAP()
1339 pStreamResFontList = pStreamResList->SetNewFor<CPDF_Dictionary>("Font"); in GenerateFormAP()
[all …]