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

  /external/pdfium/core/fpdfdoc/
cpdf_nametree_unittest.cpp 44 void FillNameTreeDict(CPDF_Dictionary* pRootDict) {
45 CPDF_Array* pKids = pRootDict->SetNewFor<CPDF_Array>("Kids");
79 auto pRootDict = pdfium::MakeUnique<CPDF_Dictionary>();
80 CPDF_Array* pNames = pRootDict->SetNewFor<CPDF_Array>("Names");
91 CPDF_NameTree nameTree(pRootDict.get());
105 auto pRootDict = pdfium::MakeUnique<CPDF_Dictionary>();
106 CPDF_Array* pNames = pRootDict->SetNewFor<CPDF_Array>("Names");
110 CPDF_NameTree nameTree(pRootDict.get());
139 auto pRootDict = pdfium::MakeUnique<CPDF_Dictionary>();
140 FillNameTreeDict(pRootDict.get())
    [all...]
cpvt_generateap.cpp     [all...]
  /external/pdfium/fpdfsdk/
fpdf_ext.cpp 127 const CPDF_Dictionary* pRootDict = pDoc->GetRoot();
128 if (pRootDict) {
130 if (pRootDict->KeyExist("Collection")) {
134 if (pRootDict->KeyExist("Names")) {
135 CPDF_Dictionary* pNameDict = pRootDict->GetDictFor("Names");
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 92 const CPDF_Dictionary* pRootDict = pDocument->GetRoot();
93 if (!pRootDict)
96 CPDF_Dictionary* pAcroFormDict = pRootDict->GetDictFor("AcroForm");
200 const CPDF_Dictionary* pRootDict = m_pDocument->GetRoot();
201 if (pRootDict)
202 pAcroFormDict = pRootDict->GetDictFor("AcroForm");
  /external/pdfium/core/fpdfapi/parser/
cpdf_parser.cpp 1035 const CPDF_Dictionary* pRootDict = m_pDocument->GetRoot();
1036 if (pRootDict && pRootDict->GetObjNum() == objnum)
    [all...]

Completed in 1992 milliseconds