HomeSort by relevance Sort by last modified time
    Searched refs:pDirect (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_utils.cpp 299 CPDF_Object* pDirect = pObj->GetDirect();
300 if (pDirect != NULL && pDirect->GetType() == PDFOBJ_DICTIONARY) {
301 if (((CPDF_Dictionary*)pDirect)->GetString("Type") == "Font") {
330 CPDF_Object* pDirect = pObj->GetDirect();
331 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) {
334 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect;
390 CPDF_Object* pDirect = pObj->GetDirect();
391 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY)
    [all...]
doc_action.cpp 316 CPDF_Object* pDirect = pObj->GetDirect();
317 if (!pDirect || pDirect->GetType() != PDFOBJ_DICTIONARY) {
328 return CPDF_Action(static_cast<CPDF_Dictionary*>(pDirect));
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp 142 CPDF_Object* pDirect = pObj->GetDirect();
143 if (pDirect == NULL || pDirect->GetType() != PDFOBJ_DICTIONARY) continue;
145 CPDF_Dictionary* pElement = (CPDF_Dictionary*)pDirect;
  /external/pdfium/fpdfsdk/src/
fpdfppo.cpp 311 CPDF_Object* pDirect = pRef->GetDirect();
312 if(!pDirect)
317 CPDF_Object* pClone = pDirect->Clone();

Completed in 1818 milliseconds