Searched refs:pStreamResList (Results 1 – 3 of 3) sorted by relevance
336 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in AddFontToAnnotDict() local337 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()
1074 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in GenerateFormAP() local1075 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() local1329 if (!pStreamResList) { in GenerateFormAP()1334 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in GenerateFormAP()1339 pStreamResFontList = pStreamResList->SetNewFor<CPDF_Dictionary>("Font"); in GenerateFormAP()
1896 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in AddImage() local1897 if (!pStreamResList) in AddImage()1898 pStreamResList = pStreamDict->SetNewFor<CPDF_Dictionary>("Resources"); in AddImage()1901 pStreamResList->SetNewFor<CPDF_Dictionary>("XObject"); in AddImage()