Searched refs:pSrcContentArray (Results 1 – 1 of 1) sorted by relevance
688 const CPDF_Array* pSrcContentArray = ToArray(pSrcContentObj); in MakeXObjectFromPage() local689 if (pSrcContentArray) { in MakeXObjectFromPage()690 for (size_t i = 0; i < pSrcContentArray->size(); ++i) { in MakeXObjectFromPage()691 const CPDF_Stream* pStream = pSrcContentArray->GetStreamAt(i); in MakeXObjectFromPage()