Searched refs:pStreamResList (Results 1 – 3 of 3) sorted by relevance
181 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in AddFontToAnnotDict() local182 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()
1046 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in GenerateFormAP() local1047 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() local1292 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()
1900 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); in AddImage() local1901 if (!pStreamResList) in AddImage()1902 pStreamResList = pStreamDict->SetNewFor<CPDF_Dictionary>("Resources"); in AddImage()1905 pStreamResList->SetNewFor<CPDF_Dictionary>("XObject"); in AddImage()