Searched refs:pDirect (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_utils.cpp299 CPDF_Object* pDirect = pObj->GetDirect(); local
300 if (pDirect != NULL && pDirect->GetType() == PDFOBJ_DICTIONARY) {
301 if (((CPDF_Dictionary*)pDirect)->GetString("Type") == "Font") {
330 CPDF_Object* pDirect = pObj->GetDirect(); local
331 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
334 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect;
390 CPDF_Object* pDirect = pObj->GetDirect(); local
391 if (pDirect
433 CPDF_Object* pDirect = pObj->GetDirect(); local
492 CPDF_Object* pDirect = pObj->GetDirect(); local
531 CPDF_Object* pDirect = pObj->GetDirect(); local
[all...]
H A Ddoc_action.cpp316 CPDF_Object* pDirect = pObj->GetDirect(); local
317 if (!pDirect || pDirect->GetType() != PDFOBJ_DICTIONARY) {
328 return CPDF_Action(static_cast<CPDF_Dictionary*>(pDirect));
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CBA_Fontmap.cpp142 CPDF_Object* pDirect = pObj->GetDirect(); local
143 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) continue;
145 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect;
/external/pdfium/fpdfsdk/src/
H A Dfpdfppo.cpp311 CPDF_Object* pDirect = pRef->GetDirect(); local
312 if(!pDirect)
317 CPDF_Object* pClone = pDirect->Clone();

Completed in 95 milliseconds