Searched refs:pStreamResList (Results 1 – 3 of 3) sorted by relevance
187 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources"); in AddFontToAnnotDict() local188 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()
432 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources"); in GenerateWidgetAP() local433 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() local678 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()
1860 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources"); local1861 if (!pStreamResList) {1862 pStreamResList = new CPDF_Dictionary();1863 pStreamDict->SetAt("Resources", pStreamResList);1866 if (pStreamResList) {1869 pStreamResList->SetAt("XObject", pXObject);