Home
last modified time | relevance | path

Searched refs:m_pRoot (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_utils.h16 CXFA_NodeIteratorTemplate(NodeType* pRootNode = NULL) : m_pRoot(pRootNode) { in m_pRoot() function
25 m_pRoot = pRootNode; in Init()
33 if (m_pRoot) { in Reset()
34 m_NodeStack.Push(m_pRoot); in Reset()
42 for (pNode = pCurNode; pNode && pNode != m_pRoot; in SetCurrent()
49 revStack.Push(m_pRoot); in SetCurrent()
60 NodeType* GetRoot() const { return m_pRoot; } in GetRoot()
84 if (m_pRoot) { in MoveToPrev()
85 m_NodeStack.Push(m_pRoot); in MoveToPrev()
147 NodeType* m_pRoot;
/external/pdfium/core/src/fpdfdoc/
Ddoc_basic.cpp67 m_pRoot = pDoc->GetRoot()->GetDict("Names")->GetDict(category); in CPDF_NameTree()
69 m_pRoot = NULL; in CPDF_NameTree()
193 if (!m_pRoot) { in GetCount()
196 return ::CountNames(m_pRoot); in GetCount()
199 if (!m_pRoot) { in GetIndex()
203 if (!SearchNameNode(m_pRoot, csName, nIndex, NULL)) { in GetIndex()
210 if (!m_pRoot) { in LookupValue()
214 return SearchNameNode(m_pRoot, nIndex, nCurIndex, csName, NULL); in LookupValue()
217 if (!m_pRoot) { in LookupValue()
221 return SearchNameNode(m_pRoot, csName, nIndex, NULL); in LookupValue()
/external/opencv3/modules/shape/src/
DemdL1_def.hpp87 m_pRoot = NULL; in EmdL1()
130 cvPEmdNode m_pRoot; // root of the BV Tree member in EmdL1
DemdL1.cpp84 if(m_nItr==0) updateSubtree(m_pRoot); in getEMDL1()
167 m_pRoot = NULL; in fillBaseTrees()
441 m_pRoot = dimension==2 ? &(m_Nodes[r][c]) : &(m_3dNodes[r][c][z]); in initBVTree()
442 m_pRoot->u = 0; in initBVTree()
443 m_pRoot->iLevel = 0; in initBVTree()
444 m_pRoot->pParent= NULL; in initBVTree()
445 m_pRoot->pPEdge = NULL; in initBVTree()
448 m_auxQueue[0] = m_pRoot; in initBVTree()
760 m_auxQueue[0] = m_pRoot; in compuTotalFlow()
/external/pdfium/xfa/src/fgas/src/xml/
Dfx_sax_imp.cpp79 m_pRoot(nullptr), in CFX_SAXReader()
102 CFX_SAXItem* pItem = m_pRoot; in Reset()
108 m_pRoot = NULL; in Reset()
186 m_pRoot = m_pCurItem = new CFX_SAXItem; in StartParse()
Dfx_sax_imp.h97 CFX_SAXItem* m_pRoot; variable
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.cpp855 : m_pRoot(NULL), m_pSyntaxParser(NULL), m_pXMLParser(NULL) { in CFDE_XMLDoc()
858 m_pRoot->InsertChildNode(pXML); in CFDE_XMLDoc()
867 if (m_pRoot == NULL) { in Reset()
868 m_pRoot = new CFDE_XMLNode; in Reset()
870 m_pRoot->DeleteChildren(); in Reset()
873 if (m_pRoot != NULL) { in Reset()
874 m_pRoot->Release(); in Reset()
875 m_pRoot = NULL; in Reset()
926 m_pXMLParser = new CFDE_XMLDOMParser(m_pRoot, m_pSyntaxParser); in LoadXML()
1077 CFDE_XMLNode* pNode = m_pRoot->m_pChild; in SaveXML()
Dfde_xml.h172 virtual CFDE_XMLNode* GetRoot() const { return m_pRoot; } in GetRoot()
179 CFDE_XMLNode* m_pRoot; variable
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_parser_imp.h123 IFDE_XMLNode* m_pRoot;
Dxfa_parser_imp.cpp1452 m_pRoot(pRoot), in CXFA_XMLParser()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h47 explicit CPDF_NameTree(CPDF_Dictionary* pRoot) { m_pRoot = pRoot; } in CPDF_NameTree()
62 CPDF_Dictionary* GetRoot() const { return m_pRoot; } in GetRoot()
65 CPDF_Dictionary* m_pRoot;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp460 return SearchNumberNode(m_pRoot, num); in LookupValue()
Dfpdf_parser_parser.cpp2826 CPDF_Object* m_pRoot; member in CPDF_DataAvail
2984 m_pRoot = NULL; in CPDF_DataAvail()
3001 if (m_pRoot) { in ~CPDF_DataAvail()
3002 m_pRoot->Release(); in ~CPDF_DataAvail()
3339 m_pRoot = GetObject(m_dwRootObjNum, pHints, &bExist); in CheckRoot()
3344 if (!m_pRoot) { in CheckRoot()
3351 CPDF_Dictionary* pDict = m_pRoot->GetDict(); in CheckRoot()
3364 ToReference(m_pRoot->GetDict()->GetElement("AcroForm")); in CheckRoot()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h851 CPDF_NumberTree(CPDF_Dictionary* pRoot) { m_pRoot = pRoot; } in CPDF_NumberTree()
856 CPDF_Dictionary* m_pRoot;