Searched refs:pImageObj (Results 1 – 8 of 8) sorted by relevance
306 CPDF_ImageObject* pImageObj) { in ProcessImage() argument307 if ((pImageObj->matrix().a == 0 && pImageObj->matrix().b == 0) || in ProcessImage()308 (pImageObj->matrix().c == 0 && pImageObj->matrix().d == 0)) { in ProcessImage()311 *buf << "q " << pImageObj->matrix() << " cm "; in ProcessImage()313 RetainPtr<CPDF_Image> pImage = pImageObj->GetImage(); in ProcessImage()328 pImageObj->SetImage(pPageData->GetImage(pStream->GetObjNum())); in ProcessImage()
41 void ProcessImage(std::ostringstream* buf, CPDF_ImageObject* pImageObj);
794 auto pImageObj = in AddImage() local796 pImageObj->SetImage( in AddImage()799 return AddImageObject(std::move(pImageObj)); in AddImage()803 auto pImageObj = in AddImage() local805 pImageObj->SetImage(CPDF_DocPageData::FromDocument(m_pDocument.Get()) in AddImage()808 return AddImageObject(std::move(pImageObj)); in AddImage()816 auto pImageObj = in AddImage() local818 pImageObj->SetImage(CPDF_DocPageData::FromDocument(m_pDocument.Get()) in AddImage()821 return AddImageObject(std::move(pImageObj)); in AddImage()825 std::unique_ptr<CPDF_ImageObject> pImageObj) { in AddImageObject() argument[all …]
126 CPDF_ImageObject* AddImageObject(std::unique_ptr<CPDF_ImageObject> pImageObj);
98 auto pImageObj = pdfium::MakeUnique<CPDF_ImageObject>(); in FPDFPageObj_NewImageObj() local99 pImageObj->SetImage(pdfium::MakeRetain<CPDF_Image>(pDoc)); in FPDFPageObj_NewImageObj()102 return FPDFPageObjectFromCPDFPageObject(pImageObj.release()); in FPDFPageObj_NewImageObj()
82 CPDF_ImageObject* pImageObj = pPageObj->AsImage(); in CalcBoundingBox() local83 pImageObj->CalcBoundingBox(); in CalcBoundingBox()
151 bool ProcessImage(CPDF_ImageObject* pImageObj,
1443 bool CPDF_RenderStatus::ProcessImage(CPDF_ImageObject* pImageObj, in ProcessImage() argument1446 if (render.Start(this, pImageObj, mtObj2Device, m_bStdCS, m_curBlend)) in ProcessImage()