Searched refs:pDirect (Results 1 – 4 of 4) sorted by relevance
299 CPDF_Object* pDirect = pObj->GetDirect(); in CountInterFormFonts() local300 if (pDirect != NULL && pDirect->GetType() == PDFOBJ_DICTIONARY) { in CountInterFormFonts()301 if (((CPDF_Dictionary*)pDirect)->GetString("Type") == "Font") { in CountInterFormFonts()330 CPDF_Object* pDirect = pObj->GetDirect(); in GetInterFormFont() local331 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) { in GetInterFormFont()334 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; in GetInterFormFont()390 CPDF_Object* pDirect = pObj->GetDirect(); in GetInterFormFont() local391 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) { in GetInterFormFont()394 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; in GetInterFormFont()433 CPDF_Object* pDirect = pObj->GetDirect(); in GetNativeInterFormFont() local[all …]
316 CPDF_Object* pDirect = pObj->GetDirect(); in GetNextAction() local317 if (!pDirect || pDirect->GetType() != PDFOBJ_DICTIONARY) { in GetNextAction()328 return CPDF_Action(static_cast<CPDF_Dictionary*>(pDirect)); in GetNextAction()
142 CPDF_Object* pDirect = pObj->GetDirect(); in FindResFontSameCharset() local143 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) continue; in FindResFontSameCharset()145 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect; in FindResFontSameCharset()
311 CPDF_Object* pDirect = pRef->GetDirect(); in GetNewObjId() local312 if(!pDirect) in GetNewObjId()317 CPDF_Object* pClone = pDirect->Clone(); in GetNewObjId()