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

/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_content.cpp85 void CPDF_PageContentGenerate::ProcessImage(CFX_ByteTextBuf& buf, CPDF_ImageObject* pImageObj) argument
87 if ((pImageObj->m_Matrix.a == 0 && pImageObj->m_Matrix.b == 0) ||
88 (pImageObj->m_Matrix.c == 0 && pImageObj->m_Matrix.d == 0)) {
91 buf << "q " << pImageObj->m_Matrix << " cm ";
92 if (!pImageObj->m_pImage->IsInline()) {
93 CPDF_Stream* pStream = pImageObj->m_pImage->GetStream();
97 pImageObj->m_pImage->Release();
98 pImageObj
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfeditimg.cpp15 CPDF_ImageObject* pImageObj = FX_NEW CPDF_ImageObject;
17 pImageObj->m_pImage = pImg;
18 return pImageObj;
H A Dfpdfeditpage.cpp174 CPDF_ImageObject* pImageObj = (CPDF_ImageObject*)pPageObj; local
175 pImageObj->CalcBoundingBox();
283 //PDF_ImageObject* pImageObj = FX_NEW CPDF_ImageObject;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h241 void ProcessImage(CFX_ByteTextBuf& buf, CPDF_ImageObject* pImageObj);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h127 FX_BOOL ProcessImage(CPDF_ImageObject* pImageObj, const CFX_AffineMatrix* pObj2Device);
128 FX_BOOL OutputBitmapAlpha(CPDF_ImageObject* pImageObj, const CFX_AffineMatrix* pImage2Device);
129 FX_BOOL OutputImage(CPDF_ImageObject* pImageObj, const CFX_AffineMatrix* pImage2Device);
288 FX_BOOL Start(CPDF_ImageObject* pImageObj, CFX_AffineMatrix* pImage2Device, const FX_RECT* pClipBox);
H A Dfpdf_render_image.cpp14 FX_BOOL CPDF_RenderStatus::ProcessImage(CPDF_ImageObject* pImageObj, const CFX_AffineMatrix* pObj2Device) argument
17 if (render.Start(this, pImageObj, pObj2Device, m_bStdCS, m_curBlend)) {
22 DitherObjectArea(pImageObj, pObj2Device);
909 FX_BOOL CPDF_QuickStretcher::Start(CPDF_ImageObject* pImageObj, CFX_AffineMatrix* pImage2Device, const FX_RECT* pClipBox) argument
931 CPDF_Dictionary* pDict = pImageObj->m_pImage->GetDict();
946 m_pCS = CPDF_ColorSpace::Load(pImageObj->m_pImage->GetDocument(), pCSObj);
958 CPDF_Stream* pStream = pImageObj->m_pImage->GetStream();
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp1071 CPDF_ImageObject* pImageObj = (CPDF_ImageObject* )pObj; local
1081 CPDF_Image *pImage = pImageObj->m_pImage;
1083 if(pImage->StartLoadDIBSource(m_pReflowedPage->GetFormResDict(pImageObj), m_pReflowedPage->m_pPDFPage->m_pResources, 0, 0, TRUE)) {
1106 ObjBBox = pImageObj->GetBBox(pObjMatrix);
1109 ObjBBox = pImageObj->GetBBox(&matrix);
1116 matrix.Concat(pImageObj->m_Matrix);

Completed in 3738 milliseconds