Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp181 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in AddFontToAnnotDict() local
182 if (!pStreamResList) in AddFontToAnnotDict()
183 pStreamResList = pStreamDict->SetNewFor<CPDF_Dictionary>("Resources"); in AddFontToAnnotDict()
184 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in AddFontToAnnotDict()
187 pStreamResList->SetNewFor<CPDF_Reference>("Font", m_pDocument.Get(), in AddFontToAnnotDict()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp1046 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in GenerateFormAP() local
1047 if (pStreamResList) { in GenerateFormAP()
1048 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in GenerateFormAP()
1050 pStreamResFontList = pStreamResList->SetNewFor<CPDF_Dictionary>("Font"); in GenerateFormAP()
1057 pStreamResList = pStreamDict->GetDictFor("Resources"); in GenerateFormAP()
1291 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in GenerateFormAP() local
1292 if (pStreamResList) { in GenerateFormAP()
1294 pStreamResList->GetDictFor("Font"); in GenerateFormAP()
1297 pStreamResList->SetNewFor<CPDF_Dictionary>("Font"); in GenerateFormAP()
1305 pStreamResList = pStreamDict->GetDictFor("Resources"); in GenerateFormAP()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1900 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in AddImage() local
1901 if (!pStreamResList) in AddImage()
1902 pStreamResList = pStreamDict->SetNewFor<CPDF_Dictionary>("Resources"); in AddImage()
1905 pStreamResList->SetNewFor<CPDF_Dictionary>("XObject"); in AddImage()