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

  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 173 CPDF_Dictionary* pStreamDict = pStream->GetDict();
174 if (!pStreamDict) {
177 pStreamDict = pOwnedDict.get();
181 CPDF_Dictionary* pStreamResList = pStreamDict->GetDictFor("Resources");
183 pStreamResList = pStreamDict->SetNewFor<CPDF_Dictionary>("Resources");
  /external/pdfium/core/fpdfdoc/
cpvt_generateap.cpp 513 CPDF_Dictionary* pStreamDict = pNormalStream->GetDict();
514 pStreamDict->SetNewFor<CPDF_Number>("FormType", 1);
515 pStreamDict->SetNewFor<CPDF_String>("Subtype", "Form", false);
516 pStreamDict->SetMatrixFor("Matrix", CFX_Matrix());
521 pStreamDict->SetRectFor("BBox", rect);
522 pStreamDict->SetFor("Resources", std::move(pResourceDict));
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_appstream.cpp     [all...]

Completed in 55 milliseconds