Home
last modified time | relevance | path

Searched refs:pRoot (Results 1 – 25 of 28) sorted by relevance

12

/external/pdfium/core/fpdfdoc/
Dcpdf_metadata.cpp15 CPDF_Dictionary* pRoot = pDoc->GetRoot(); in CPDF_Metadata() local
16 if (!pRoot) in CPDF_Metadata()
19 CPDF_Stream* pStream = pRoot->GetStreamFor("Metadata"); in CPDF_Metadata()
Dcpdf_bookmarktree.cpp17 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in GetFirstChild() local
18 if (!pRoot) in GetFirstChild()
21 CPDF_Dictionary* pOutlines = pRoot->GetDictFor("Outlines"); in GetFirstChild()
Dcpdf_numbertree.h15 explicit CPDF_NumberTree(CPDF_Dictionary* pRoot) : m_pRoot(pRoot) {} in CPDF_NumberTree() argument
Dcpdf_nametree.h19 explicit CPDF_NameTree(CPDF_Dictionary* pRoot) : m_pRoot(pRoot) {} in CPDF_NameTree() argument
Dcpdf_nametree.cpp142 CPDF_Dictionary* pRoot = pDoc->GetRoot(); in CPDF_NameTree() local
143 if (!pRoot) in CPDF_NameTree()
146 CPDF_Dictionary* pNames = pRoot->GetDictFor("Names"); in CPDF_NameTree()
Dcpdf_action.cpp93 CPDF_Dictionary* pRoot = pDoc->GetRoot(); in GetURI() local
94 CPDF_Dictionary* pURI = pRoot->GetDictFor("URI"); in GetURI()
Dcpdf_annotlist.cpp73 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in CPDF_AnnotList() local
74 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm"); in CPDF_AnnotList()
Dcpdf_interform.cpp655 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in CPDF_InterForm() local
656 if (!pRoot) in CPDF_InterForm()
659 m_pFormDict = pRoot->GetDictFor("AcroForm"); in CPDF_InterForm()
/external/icu/icu4c/source/common/
Duresdata.cpp44 (const char *)(pResData)->pRoot+(keyOffset) : \
49 (const char *)(pResData)->pRoot+(keyOffset) : \
163 pResData->pRoot=(const int32_t *)inBytes; in res_init()
164 pResData->rootRes=(Resource)*pResData->pRoot; in res_init()
186 const int32_t *indexes=pResData->pRoot+1; in res_init()
227 pResData->p16BitUnits=(const uint16_t *)(pResData->pRoot+indexes[URES_INDEX_KEYS_TOP]); in res_init()
335 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res; in res_getString()
361 const int32_t *p32=pResData->pRoot+res; in isNoInheritanceMarker()
423 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset; in res_getAlias()
442 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset; in res_getBinary()
[all …]
Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
386 const int32_t *pRoot; member
/external/pdfium/xfa/fxfa/app/
Dxfa_ffdoc.cpp301 CPDF_Dictionary* pRoot = pPDFDoc->GetRoot(); in OpenDoc() local
302 if (!pRoot) in OpenDoc()
305 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm"); in OpenDoc()
373 CPDF_Dictionary* pRoot = m_pPDFDoc->GetRoot(); in GetPDFNamedImage() local
374 if (!pRoot) in GetPDFNamedImage()
377 CPDF_Dictionary* pNames = pRoot->GetDictFor("Names"); in GetPDFNamedImage()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_xml_parser.cpp9 CXFA_XMLParser::CXFA_XMLParser(CFDE_XMLNode* pRoot, in CXFA_XMLParser() argument
14 m_pRoot(pRoot), in CXFA_XMLParser()
17 m_pParent(pRoot), in CXFA_XMLParser()
Dcxfa_xml_parser.h19 CXFA_XMLParser(CFDE_XMLNode* pRoot,
Dcxfa_document.cpp341 CXFA_Node* CXFA_Document::GetNodeByID(CXFA_Node* pRoot, in GetNodeByID() argument
343 if (!pRoot || wsID.IsEmpty()) in GetNodeByID()
346 CXFA_NodeIterator sIterator(pRoot); in GetNodeByID()
Dcxfa_document.h71 CXFA_Node* GetNodeByID(CXFA_Node* pRoot, const CFX_WideStringC& wsID);
/external/pdfium/fpdfsdk/
Dfpdf_ext.cpp177 CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDFDoc_GetPageMode() local
178 if (!pRoot) in FPDFDoc_GetPageMode()
181 CPDF_Object* pName = pRoot->GetObjectFor("PageMode"); in FPDFDoc_GetPageMode()
Dfpdfview.cpp521 CPDF_Dictionary* pRoot = pdfDoc->GetRoot(); in FPDF_HasXFAField() local
522 if (!pRoot) in FPDF_HasXFAField()
525 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm"); in FPDF_HasXFAField()
533 bool bDynamicXFA = pRoot->GetBooleanFor("NeedsRendering", false); in FPDF_HasXFAField()
1122 CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDF_CountNamedDests() local
1123 if (!pRoot) in FPDF_CountNamedDests()
1128 CPDF_Dictionary* pDest = pRoot->GetDictFor("Dests"); in FPDF_CountNamedDests()
1218 CPDF_Dictionary* pRoot = pDoc->GetRoot(); in FPDF_GetNamedDest() local
1219 if (!pRoot) in FPDF_GetNamedDest()
1227 CPDF_Dictionary* pDest = pRoot->GetDictFor("Dests"); in FPDF_GetNamedDest()
Dfpdfsave.cpp96 CPDF_Dictionary* pRoot = pPDFDocument->GetRoot(); in SaveXFADocumentData() local
97 if (!pRoot) in SaveXFADocumentData()
100 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm"); in SaveXFADocumentData()
Dcpdfsdk_formfillenvironment.cpp625 CPDF_Dictionary* pRoot = GetPDFDocument()->GetRoot(); in ProcOpenAction() local
626 if (!pRoot) in ProcOpenAction()
629 CPDF_Object* pOpenAction = pRoot->GetDictFor("OpenAction"); in ProcOpenAction()
631 pOpenAction = pRoot->GetArrayFor("OpenAction"); in ProcOpenAction()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.cpp434 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in PreparePageItem() local
436 ToReference(pRoot ? pRoot->GetObjectFor("Pages") : nullptr); in PreparePageItem()
1638 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in IsFormAvail() local
1639 if (!pRoot) in IsFormAvail()
1642 CPDF_Object* pAcroForm = pRoot->GetObjectFor("AcroForm"); in IsFormAvail()
1675 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in ValidateForm() local
1676 if (!pRoot) in ValidateForm()
1678 CPDF_Object* pAcroForm = pRoot->GetObjectFor("AcroForm"); in ValidateForm()
Dcpdf_document.cpp471 CPDF_Dictionary* pRoot = GetRoot(); in GetPagesDict() local
472 return pRoot ? pRoot->GetDictFor("Pages") : nullptr; in GetPagesDict()
726 CPDF_Dictionary* pRoot = GetRoot(); in InsertNewPage() local
727 CPDF_Dictionary* pPages = pRoot ? pRoot->GetDictFor("Pages") : nullptr; in InsertNewPage()
Dcpdf_parser.cpp733 CPDF_Object* pRoot = pDict->GetObjectFor("Root"); in RebuildCrossRef() local
734 if (pRoot && pRoot->GetDict() && in RebuildCrossRef()
735 pRoot->GetDict()->GetObjectFor("Pages")) { in RebuildCrossRef()
793 CPDF_Object* pRoot = pTrailer->GetObjectFor("Root"); in RebuildCrossRef() local
794 CPDF_Reference* pRef = ToReference(pRoot); in RebuildCrossRef()
795 if (!pRoot || in RebuildCrossRef()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp455 CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportData() local
456 if (!pRoot) in ExportData()
459 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm"); in ExportData()
757 CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); in ExportSubmitFile() local
758 if (!pRoot) { in ExportSubmitFile()
763 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm"); in ExportSubmitFile()
/external/icu/icu4c/source/tools/genrb/
Dgenrb.cpp384 const int32_t *pRoot = (const int32_t *)( in main() local
386 poolBundle.fIndexes = pRoot + 1; in main()
394 poolBundle.fKeys = (const char *)(pRoot + keysBottom); in main()
417 const UChar *p = (const UChar *)(pRoot + keysTop); in main()
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp424 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) { in ures_enumDependencies()

12