Home
last modified time | relevance | path

Searched refs:pDirectObj (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdf_transformpage.cpp140 CPDF_Object* pDirectObj = pReference->GetDirect(); in FPDFPage_TransFormWithClip() local
141 if (pDirectObj) { in FPDFPage_TransFormWithClip()
142 if (CPDF_Array* pArray = pDirectObj->AsArray()) { in FPDFPage_TransFormWithClip()
147 } else if (pDirectObj->IsStream()) { in FPDFPage_TransFormWithClip()
150 pContentArray->AddReference(pDoc, pDirectObj->GetObjNum()); in FPDFPage_TransFormWithClip()
308 CPDF_Object* pDirectObj = pReference->GetDirect(); in FPDFPage_InsertClipPath() local
309 if (pDirectObj) { in FPDFPage_InsertClipPath()
310 if (CPDF_Array* pArray = pDirectObj->AsArray()) { in FPDFPage_InsertClipPath()
314 } else if (pDirectObj->IsStream()) { in FPDFPage_InsertClipPath()
317 pContentArray->AddReference(pDoc, pDirectObj->GetObjNum()); in FPDFPage_InsertClipPath()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp652 CPDF_Object* pDirectObj = pPDFObj->GetDirect(); in ExportData() local
653 if (pDirectObj->GetType() != PDFOBJ_STREAM) in ExportData()
675 CPDF_Stream* pStream = (CPDF_Stream*)pDirectObj; in ExportData()
973 CPDF_Object* pDirectObj = pPDFObj->GetDirect(); in _ExportSubmitFile() local
974 if (pDirectObj->GetType() != PDFOBJ_STREAM) in _ExportSubmitFile()