Home | History | Annotate | Download | only in src

Lines Matching refs:psub

57 	CPDF_Object* psub = pAP->GetElementValue(ap_entry);

58 if (psub == NULL) return FALSE;
68 return psub->GetType() == PDFOBJ_STREAM;
71 if (psub->GetType() == PDFOBJ_DICTIONARY)
73 CPDF_Dictionary* pSubDict = (CPDF_Dictionary*)psub;