Home
last modified time | relevance | path

Searched refs:pCatalog (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_catalog.cpp17 const CPDF_Dictionary* pCatalog = pDoc->GetRoot(); in FPDFCatalog_IsTagged() local
18 if (!pCatalog) in FPDFCatalog_IsTagged()
21 const CPDF_Dictionary* pMarkInfo = pCatalog->GetDictFor("MarkInfo"); in FPDFCatalog_IsTagged()
/external/pdfium/core/fpdfdoc/
Dcpdf_structtree.cpp21 const CPDF_Dictionary* pCatalog = pDoc->GetRoot(); in IsTagged() local
22 const CPDF_Dictionary* pMarkInfo = pCatalog->GetDictFor("MarkInfo"); in IsTagged()