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

/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp204 CPDF_Object* pContentsObj = pPage->GetStream("Contents"); local
205 if (!pContentsObj)
207 pContentsObj = pPage->GetArray("Contents");
210 if (!pContentsObj)
225 int iType = pContentsObj->GetType();
233 CPDF_Stream* pContents = (CPDF_Stream*)pContentsObj;
247 pContentsArray = (CPDF_Array*)pContentsObj;

Completed in 22 milliseconds