Home
last modified time | relevance | path

Searched refs:pStreamDict (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp194 CPDF_Dictionary * pStreamDict = pStream->GetDict(); in AddFontToAnnotDict() local
196 if (!pStreamDict) in AddFontToAnnotDict()
198 pStreamDict = FX_NEW CPDF_Dictionary; in AddFontToAnnotDict()
199 pStream->InitStream(NULL, 0, pStreamDict); in AddFontToAnnotDict()
202 if (pStreamDict) in AddFontToAnnotDict()
204 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources"); in AddFontToAnnotDict()
208 pStreamDict->SetAt("Resources", pStreamResList); in AddFontToAnnotDict()
/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp409 CPDF_Dictionary * pStreamDict = pNormalStream->GetDict(); in GenerateWidgetAP() local
410 if (pStreamDict) { in GenerateWidgetAP()
411 pStreamDict->SetAtMatrix("Matrix", matrix); in GenerateWidgetAP()
412 pStreamDict->SetAtRect("BBox", rcBBox); in GenerateWidgetAP()
413 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources"); in GenerateWidgetAP()
427 pStreamDict->SetAt("Resources", pFormDict->GetDict("DR")->Clone()); in GenerateWidgetAP()
428 pStreamResList = pStreamDict->GetDict("Resources"); in GenerateWidgetAP()
437 …CPVT_FontMap map(pDoc, pStreamDict->GetDict("Resources"), pDefFont, sFontName.Right(sFontName.GetL… in GenerateWidgetAP()
486 …CPVT_FontMap map(pDoc, pStreamDict->GetDict("Resources"), pDefFont, sFontName.Right(sFontName.GetL… in GenerateWidgetAP()
537 …CPVT_FontMap map(pDoc, pStreamDict->GetDict("Resources"), pDefFont, sFontName.Right(sFontName.GetL… in GenerateWidgetAP()
[all …]
/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp1053 CPDF_Dictionary * pStreamDict = pStream->GetDict(); in WriteAppearance() local
1055 if (!pStreamDict) in WriteAppearance()
1057 pStreamDict = FX_NEW CPDF_Dictionary; in WriteAppearance()
1058 pStreamDict->SetAtName("Type", "XObject"); in WriteAppearance()
1059 pStreamDict->SetAtName("Subtype", "Form"); in WriteAppearance()
1060 pStreamDict->SetAtInteger("FormType", 1); in WriteAppearance()
1061 pStream->InitStream(NULL,0,pStreamDict); in WriteAppearance()
1064 if (pStreamDict) in WriteAppearance()
1066 pStreamDict->SetAtMatrix("Matrix",matrix); in WriteAppearance()
1067 pStreamDict->SetAtRect("BBox", rcBBox); in WriteAppearance()
Dfsdk_baseform.cpp1552 CPDF_Dictionary* pStreamDict = pStream->GetDict(); in AddImageToAppearance() local
1553 ASSERT(pStreamDict != NULL); in AddImageToAppearance()
1564 CPDF_Dictionary* pStreamResList = pStreamDict->GetDict("Resources"); in AddImageToAppearance()
1568 pStreamDict->SetAt("Resources", pStreamResList); in AddImageToAppearance()
1887 CPDF_Dictionary* pStreamDict = new CPDF_Dictionary(); in LoadImageFromFile() local
1888 pStreamDict->SetAtName("Subtype", "Form"); in LoadImageFromFile()
1889 pStreamDict->SetAtName("Name", "IMG"); in LoadImageFromFile()
1891 pStreamDict->SetAt("Matrix", pMatrix); in LoadImageFromFile()
1899 pStreamDict->SetAt("Resources", pResource); in LoadImageFromFile()
1907 pStreamDict->SetAtName("Type", "XObject"); in LoadImageFromFile()
[all …]