Home
last modified time | relevance | path

Searched refs:pStreamResList (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcba_fontmap.cpp336 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in AddFontToAnnotDict() local
337 if (!pStreamResList) in AddFontToAnnotDict()
338 pStreamResList = pStreamDict->SetNewFor<CPDF_Dictionary>("Resources"); in AddFontToAnnotDict()
339 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in AddFontToAnnotDict()
342 pStreamResList->SetNewFor<CPDF_Reference>("Font", m_pDocument.Get(), in AddFontToAnnotDict()
Dcpvt_generateap.cpp1074 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in GenerateFormAP() local
1075 if (pStreamResList) { in GenerateFormAP()
1076 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in GenerateFormAP()
1081 pStreamResFontList = pStreamResList->SetNewFor<CPDF_Dictionary>("Font"); in GenerateFormAP()
1328 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in GenerateFormAP() local
1329 if (!pStreamResList) { in GenerateFormAP()
1334 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in GenerateFormAP()
1339 pStreamResFontList = pStreamResList->SetNewFor<CPDF_Dictionary>("Font"); in GenerateFormAP()
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp1896 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in AddImage() local
1897 if (!pStreamResList) in AddImage()
1898 pStreamResList = pStreamDict->SetNewFor<CPDF_Dictionary>("Resources"); in AddImage()
1901 pStreamResList->SetNewFor<CPDF_Dictionary>("XObject"); in AddImage()