/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_utils.h | 16 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/ |
D | doc_basic.cpp | 67 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/ |
D | emdL1_def.hpp | 87 m_pRoot = NULL; in EmdL1() 130 cvPEmdNode m_pRoot; // root of the BV Tree member in EmdL1
|
D | emdL1.cpp | 84 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/ |
D | fx_sax_imp.cpp | 79 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()
|
D | fx_sax_imp.h | 97 CFX_SAXItem* m_pRoot; variable
|
/external/pdfium/xfa/src/fdp/src/xml/ |
D | fde_xml.cpp | 855 : 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()
|
D | fde_xml.h | 172 virtual CFDE_XMLNode* GetRoot() const { return m_pRoot; } in GetRoot() 179 CFDE_XMLNode* m_pRoot; variable
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_parser_imp.h | 123 IFDE_XMLNode* m_pRoot;
|
D | xfa_parser_imp.cpp | 1452 m_pRoot(pRoot), in CXFA_XMLParser()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 47 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/ |
D | fpdf_parser_utility.cpp | 460 return SearchNumberNode(m_pRoot, num); in LookupValue()
|
D | fpdf_parser_parser.cpp | 2826 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/ |
D | fpdf_parser.h | 851 CPDF_NumberTree(CPDF_Dictionary* pRoot) { m_pRoot = pRoot; } in CPDF_NumberTree() 856 CPDF_Dictionary* m_pRoot;
|