Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:elem

56   IPDF_StructElement* elem = ToStructTreeElement(struct_element);
57 if (!elem)
60 CPDF_Dictionary* dict = elem->GetDict();
64 CFX_WideString str = elem->GetDict()->GetUnicodeTextFor("Alt");
77 IPDF_StructElement* elem = ToStructTreeElement(struct_element);
78 return elem ? elem->CountKids() : -1;
84 IPDF_StructElement* elem = ToStructTreeElement(struct_element);
85 if (!elem || index < 0 || index >= elem->CountKids())
88 return elem->GetKidIfElement(index);