Searched refs:pKid (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_structelement.cpp71 CPDF_Object* pKid = pArray->GetDirectObjectAt(i); local
72 LoadKid(PageObjNum, pKid, &m_Kids[i]);
83 CPDF_StructKid* pKid) {
84 pKid->m_Type = CPDF_StructKid::Invalid;
92 pKid->m_Type = CPDF_StructKid::PageContent;
93 pKid->m_ContentId = pKidObj->GetInteger();
94 pKid->m_PageObjNum = PageObjNum;
111 pKid->m_Type = CPDF_StructKid::StreamContent;
113 pKid->m_RefObjNum = pRef ? pRef->GetRefObjNum() : 0;
114 pKid
81 LoadKid(uint32_t PageObjNum, CPDF_Object* pKidObj, CPDF_StructKid* pKid) argument
[all...]
H A Dcpdf_numbertree.cpp37 CPDF_Dictionary* pKid = pKids->GetDictAt(i); local
38 if (!pKid)
41 CPDF_Object* pFound = SearchNumberNode(pKid, num);
H A Dcpdf_nametree.cpp56 CPDF_Dictionary* pKid = pKids->GetDictAt(i); local
57 if (!pKid)
60 if (GetNodeAncestorsLimits(pKid, pFind, nLevel + 1, pLimits)) {
115 CPDF_Dictionary* pKid = pKids->GetDictAt(i); local
116 if (!pKid)
118 if (!UpdateNodesAndLimitsUponDeletion(pKid, pFind, csName, nLevel + 1))
122 if ((pKid->KeyExist("Names") && pKid->GetArrayFor("Names")->IsEmpty()) ||
123 (pKid->KeyExist("Kids") && pKid
215 CPDF_Dictionary* pKid = pKids->GetDictAt(i); local
262 CPDF_Dictionary* pKid = pKids->GetDictAt(i); local
288 CPDF_Dictionary* pKid = pKids->GetDictAt(i); local
[all...]
H A Dcpdf_structelement.h57 void LoadKid(uint32_t PageObjNum, CPDF_Object* pObj, CPDF_StructKid* pKid);
H A Dcpdf_interform.cpp1043 CPDF_Dictionary* pKid = pKids->GetDictAt(i); local
1044 if (!pKid)
1046 if (pKid->GetStringFor("Subtype") != "Widget")
1049 AddControl(pField, pKid);
1193 CPDF_Dictionary* pKid = pKids->GetDictAt(i); local
1194 if (!pKid)
1197 FDF_ImportField(pKid, name, bNotify, nLevel + 1);
/external/pdfium/core/fxcrt/xml/
H A Dcxml_element.cpp113 const CXML_Element* pKid = pChild->AsElement(); local
114 if (MatchesElement(pKid, space, tag))
128 CXML_Element* pKid = pChild->AsElement(); local
129 if (MatchesElement(pKid, space, tag)) {
131 return pKid;
151 bool CXML_Element::MatchesElement(const CXML_Element* pKid, argument
154 return pKid && pKid->m_TagName == tag &&
155 (space.IsEmpty() || pKid->m_QSpaceName == space);
H A Dcxml_element.h59 static bool MatchesElement(const CXML_Element* pKid,
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_document.cpp258 CPDF_Dictionary* pKid = pKidList->GetDictAt(i); local
259 if (!pKid || pdfium::ContainsKey(*visited_pages, pKid))
261 if (pKid->KeyExist("Kids")) {
264 pKid);
265 count += CountPages(pKid, visited_pages);
432 CPDF_Dictionary* pKid = pKidList->GetDictAt(i); local
433 if (!pKid) {
438 if (pKid == pPages) {
442 if (!pKid
551 CPDF_Reference* pKid = ToReference(pKidList->GetObjectAt(i)); local
558 CPDF_Dictionary* pKid = pKidList->GetDictAt(i); local
691 CPDF_Dictionary* pKid = pKidList->GetDictAt(i); local
[all...]
H A Dcpdf_data_avail.cpp566 CPDF_Reference* pKid = ToReference(pArray->GetObjectAt(i)); local
567 if (!pKid)
571 pNode->m_dwPageNo = pKid->GetRefObjNum();
622 CPDF_Reference* pKid = pKids->AsReference(); local
624 pNode->m_dwPageNo = pKid->GetRefObjNum();
631 CPDF_Reference* pKid = ToReference(pKidsArray->GetObjectAt(i)); local
632 if (!pKid)
636 pNode->m_dwPageNo = pKid->GetRefObjNum();

Completed in 176 milliseconds