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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_utils.cpp318 CPDF_Object* pDirect = pObj->GetDirect(); local
319 if (pDirect != NULL && pDirect->GetType() == PDFOBJ_DICTIONARY) {
320 if (((CPDF_Dictionary*)pDirect)->GetString("Type") == "Font") {
349 CPDF_Object* pDirect = pObj->GetDirect(); local
350 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
353 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect;
409 CPDF_Object* pDirect = pObj->GetDirect(); local
410 if (pDirect
452 CPDF_Object* pDirect = pObj->GetDirect(); local
511 CPDF_Object* pDirect = pObj->GetDirect(); local
550 CPDF_Object* pDirect = pObj->GetDirect(); local
[all...]
H A Ddoc_action.cpp312 CPDF_Object* pDirect = pObj->GetDirect(); local
313 if (pDirect != NULL && pDirect->GetType() == PDFOBJ_DICTIONARY) {
322 return (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;

Completed in 363 milliseconds