Searched defs:pStreamResList (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
H A Dcba_fontmap.cpp182 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); local
183 if (!pStreamResList)
184 pStreamResList = pStreamDict->SetNewFor<CPDF_Dictionary>("Resources");
185 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font");
188 pStreamResList->SetNewFor<CPDF_Reference>("Font", m_pDocument,
/external/pdfium/core/fpdfdoc/
H A Dcpvt_generateap.cpp186 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); local
187 if (pStreamResList) {
188 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font");
190 pStreamResFontList = pStreamResList->SetNewFor<CPDF_Dictionary>("Font");
197 pStreamResList = pStreamDict->GetDictFor("Resources");
434 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); local
435 if (pStreamResList) {
437 pStreamResList->GetDictFor("Font");
440 pStreamResList->SetNewFor<CPDF_Dictionary>("Font");
448 pStreamResList
[all...]
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp1802 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources"); local
1803 if (!pStreamResList)
1804 pStreamResList = pStreamDict->SetNewFor<CPDF_Dictionary>("Resources");
1807 pStreamResList->SetNewFor<CPDF_Dictionary>("XObject");

Completed in 357 milliseconds