Home
last modified time | relevance | path

Searched refs:pKidObj (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_structelement.cpp96 const CPDF_Object* pKidObj, in LoadKid() argument
99 if (!pKidObj) in LoadKid()
102 if (pKidObj->IsNumber()) { in LoadKid()
107 pKid->m_ContentId = pKidObj->GetInteger(); in LoadKid()
112 const CPDF_Dictionary* pKidDict = pKidObj->AsDictionary(); in LoadKid()
Dcpdf_structelement.h61 const CPDF_Object* pKidObj,