HomeSort by relevance Sort by last modified time
    Searched refs:pImageObj (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 83 void CPDF_PageContentGenerate::ProcessImage(CFX_ByteTextBuf& buf, CPDF_ImageObject* pImageObj)
85 if ((pImageObj->m_Matrix.a == 0 && pImageObj->m_Matrix.b == 0) ||
86 (pImageObj->m_Matrix.c == 0 && pImageObj->m_Matrix.d == 0)) {
89 buf << "q " << pImageObj->m_Matrix << " cm ";
90 if (!pImageObj->m_pImage->IsInline()) {
91 CPDF_Stream* pStream = pImageObj->m_pImage->GetStream();
95 if (pImageObj->m_pImage)
96 pImageObj->m_pImage->Release()
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfeditimg.cpp 15 CPDF_ImageObject* pImageObj = new CPDF_ImageObject;
17 pImageObj->m_pImage = pImg;
18 return pImageObj;
fpdfeditpage.cpp 167 CPDF_ImageObject* pImageObj = (CPDF_ImageObject*)pPageObj;
168 pImageObj->CalcBoundingBox();
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 237 void ProcessImage(CFX_ByteTextBuf& buf, CPDF_ImageObject* pImageObj);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 129 FX_BOOL ProcessImage(CPDF_ImageObject* pImageObj, const CFX_AffineMatrix* pObj2Device);
130 FX_BOOL OutputBitmapAlpha(CPDF_ImageObject* pImageObj, const CFX_AffineMatrix* pImage2Device);
131 FX_BOOL OutputImage(CPDF_ImageObject* pImageObj, const CFX_AffineMatrix* pImage2Device);
293 FX_BOOL Start(CPDF_ImageObject* pImageObj, CFX_AffineMatrix* pImage2Device, const FX_RECT* pClipBox);
fpdf_render_image.cpp 15 FX_BOOL CPDF_RenderStatus::ProcessImage(CPDF_ImageObject* pImageObj, const CFX_AffineMatrix* pObj2Device)
18 if (render.Start(this, pImageObj, pObj2Device, m_bStdCS, m_curBlend)) {
    [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]

Completed in 118 milliseconds