Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp187 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources"); in AddFontToAnnotDict() local
188 if (!pStreamResList) { in AddFontToAnnotDict()
189 pStreamResList = new CPDF_Dictionary(); in AddFontToAnnotDict()
190 pStreamDict->SetAt("Resources", pStreamResList); in AddFontToAnnotDict()
193 if (pStreamResList) { in AddFontToAnnotDict()
194 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font"); in AddFontToAnnotDict()
198 pStreamResList->SetAtReference("Font", m_pDocument, objnum); in AddFontToAnnotDict()
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp432 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources"); in GenerateWidgetAP() local
433 if (pStreamResList) { in GenerateWidgetAP()
434 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font"); in GenerateWidgetAP()
437 pStreamResList->SetAt("Font", pStreamResFontList); in GenerateWidgetAP()
444 pStreamResList = pStreamDict->GetDict("Resources"); in GenerateWidgetAP()
677 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources"); in GenerateWidgetAP() local
678 if (pStreamResList) { in GenerateWidgetAP()
679 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDict("Font"); in GenerateWidgetAP()
682 pStreamResList->SetAt("Font", pStreamResFontList); in GenerateWidgetAP()
689 pStreamResList = pStreamDict->GetDict("Resources"); in GenerateWidgetAP()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1860 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources"); local
1861 if (!pStreamResList) {
1862 pStreamResList = new CPDF_Dictionary();
1863 pStreamDict->SetAt("Resources", pStreamResList);
1866 if (pStreamResList) {
1869 pStreamResList->SetAt("XObject", pXObject);