Home
last modified time | relevance | path

Searched refs:pRootDict (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_nametree_unittest.cpp44 void FillNameTreeDict(CPDF_Dictionary* pRootDict) { in FillNameTreeDict() argument
45 CPDF_Array* pKids = pRootDict->SetNewFor<CPDF_Array>("Kids"); in FillNameTreeDict()
79 auto pRootDict = pdfium::MakeUnique<CPDF_Dictionary>(); in TEST() local
80 CPDF_Array* pNames = pRootDict->SetNewFor<CPDF_Array>("Names"); in TEST()
91 CPDF_NameTree nameTree(pRootDict.get()); in TEST()
105 auto pRootDict = pdfium::MakeUnique<CPDF_Dictionary>(); in TEST() local
106 CPDF_Array* pNames = pRootDict->SetNewFor<CPDF_Array>("Names"); in TEST()
110 CPDF_NameTree nameTree(pRootDict.get()); in TEST()
139 auto pRootDict = pdfium::MakeUnique<CPDF_Dictionary>(); in TEST() local
140 FillNameTreeDict(pRootDict.get()); in TEST()
[all …]
Dcpvt_generateap.cpp888 const CPDF_Dictionary* pRootDict = pDoc->GetRoot(); in GenerateFormAP() local
889 if (!pRootDict) in GenerateFormAP()
892 const CPDF_Dictionary* pFormDict = pRootDict->GetDictFor("AcroForm"); in GenerateFormAP()
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp92 const CPDF_Dictionary* pRootDict = pDocument->GetRoot(); in FindFontSameCharset() local
93 if (!pRootDict) in FindFontSameCharset()
96 CPDF_Dictionary* pAcroFormDict = pRootDict->GetDictFor("AcroForm"); in FindFontSameCharset()
200 const CPDF_Dictionary* pRootDict = m_pDocument->GetRoot(); in GetAnnotDefaultFont() local
201 if (pRootDict) in GetAnnotDefaultFont()
202 pAcroFormDict = pRootDict->GetDictFor("AcroForm"); in GetAnnotDefaultFont()
/external/pdfium/fpdfsdk/
Dfpdf_ext.cpp127 const CPDF_Dictionary* pRootDict = pDoc->GetRoot(); in CheckUnSupportError() local
128 if (pRootDict) { in CheckUnSupportError()
130 if (pRootDict->KeyExist("Collection")) { in CheckUnSupportError()
134 if (pRootDict->KeyExist("Names")) { in CheckUnSupportError()
135 CPDF_Dictionary* pNameDict = pRootDict->GetDictFor("Names"); in CheckUnSupportError()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_parser.cpp1035 const CPDF_Dictionary* pRootDict = m_pDocument->GetRoot(); in LoadCrossRefV5() local
1036 if (pRootDict && pRootDict->GetObjNum() == objnum) in LoadCrossRefV5()