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

  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 83 CPDF_ImageObject* pImageObj) {
84 if ((pImageObj->m_Matrix.a == 0 && pImageObj->m_Matrix.b == 0) ||
85 (pImageObj->m_Matrix.c == 0 && pImageObj->m_Matrix.d == 0)) {
88 buf << "q " << pImageObj->m_Matrix << " cm ";
89 if (!pImageObj->m_pImage->IsInline()) {
90 CPDF_Stream* pStream = pImageObj->m_pImage->GetStream();
94 if (pImageObj->m_pImage)
95 pImageObj->m_pImage->Release()
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfeditimg.cpp 16 CPDF_ImageObject* pImageObj = new CPDF_ImageObject;
18 pImageObj->m_pImage = pImg;
19 return pImageObj;
fpdfeditpage.cpp 153 CPDF_ImageObject* pImageObj = (CPDF_ImageObject*)pPageObj;
154 pImageObj->CalcBoundingBox();
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 178 void ProcessImage(CFX_ByteTextBuf& buf, CPDF_ImageObject* pImageObj);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 181 FX_BOOL ProcessImage(CPDF_ImageObject* pImageObj,
183 FX_BOOL OutputBitmapAlpha(CPDF_ImageObject* pImageObj,
185 FX_BOOL OutputImage(CPDF_ImageObject* pImageObj,
fpdf_render_image.cpp 20 FX_BOOL CPDF_RenderStatus::ProcessImage(CPDF_ImageObject* pImageObj,
23 if (render.Start(this, pImageObj, pObj2Device, m_bStdCS, m_curBlend)) {
    [all...]

Completed in 1036 milliseconds