Searched refs:pTree (Results 1 – 5 of 5) sorted by relevance
29 CPDF_StructElement::CPDF_StructElement(CPDF_StructTree* pTree, in CPDF_StructElement() argument32 : m_pTree(pTree), in CPDF_StructElement()37 if (pTree->GetRoleMap()) { in CPDF_StructElement()38 ByteString mapped = pTree->GetRoleMap()->GetStringFor(m_Type); in CPDF_StructElement()
33 auto pTree = pdfium::MakeUnique<CPDF_StructTree>(pDoc); in LoadPage() local34 pTree->LoadPageTree(pPageDict); in LoadPage()35 return pTree; in LoadPage()
51 CPDF_StructElement(CPDF_StructTree* pTree,
47752 struct RowSetEntry *p, *pTree;47768 for(pTree = pRowSet->pForest; pTree; pTree=pTree->pRight){47769 ppPrevTree = &pTree->pRight;47770 if( pTree->pLeft==0 ){47771 pTree->pLeft = rowSetListToTree(p);47775 rowSetTreeToList(pTree->pLeft, &pAux, &pTail);47776 pTree->pLeft = 0;47780 if( pTree==0 ){47781 *ppPrevTree = pTree = rowSetEntryAlloc(pRowSet);47782 if( pTree ){[all …]
47768 struct RowSetEntry *p, *pTree;47784 for(pTree = pRowSet->pForest; pTree; pTree=pTree->pRight){47785 ppPrevTree = &pTree->pRight;47786 if( pTree->pLeft==0 ){47787 pTree->pLeft = rowSetListToTree(p);47791 rowSetTreeToList(pTree->pLeft, &pAux, &pTail);47792 pTree->pLeft = 0;47796 if( pTree==0 ){47797 *ppPrevTree = pTree = rowSetEntryAlloc(pRowSet);47798 if( pTree ){[all …]