HomeSort by relevance Sort by last modified time
    Searched refs:pStreamDict (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 174 CPDF_Dictionary* pStreamDict = pStream->GetDict();
175 if (!pStreamDict) {
178 pStreamDict = pOwnedDict.get();
182 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources");
184 pStreamResList = pStreamDict->SetNewFor<CPDF_Dictionary>("Resources");
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 325 CPDF_Dictionary* pStreamDict = pStream->GetDict();
326 if (!pStreamDict) {
329 pStreamDict = pNewDict.get();
330 pStreamDict->SetNewFor<CPDF_Name>("Type", "XObject");
331 pStreamDict->SetNewFor<CPDF_Name>("Subtype", "Form");
332 pStreamDict->SetNewFor<CPDF_Number>("FormType", 1);
335 pStreamDict->SetMatrixFor("Matrix", matrix);
336 pStreamDict->SetRectFor("BBox", rcBBox);
cpdfsdk_widget.cpp     [all...]
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp 182 CPDF_Dictionary* pStreamDict = pNormalStream->GetDict();
183 if (pStreamDict) {
184 pStreamDict->SetMatrixFor("Matrix", matrix);
185 pStreamDict->SetRectFor("BBox", rcBBox);
186 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources");
196 pStreamDict->SetFor("Resources", pFormDict->GetDictFor("DR")->Clone());
197 pStreamResList = pStreamDict->GetDictFor("Resources");
217 pDoc, pStreamDict ? pStreamDict->GetDictFor("Resources") : nullptr,
278 pDoc, pStreamDict ? pStreamDict->GetDictFor("Resources") : nullptr
    [all...]

Completed in 74 milliseconds