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

  /external/pdfium/fpdfsdk/src/
fpdfeditimg.cpp 15 CPDF_ImageObject* pImageObj = FX_NEW CPDF_ImageObject;
28 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;
46 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;
63 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;
fpdfeditpage.cpp 174 CPDF_ImageObject* pImageObj = (CPDF_ImageObject*)pPageObj;
283 //PDF_ImageObject* pImageObj = FX_NEW CPDF_ImageObject;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_image.cpp 10 CPDF_ImageObject::CPDF_ImageObject()
15 CPDF_ImageObject::~CPDF_ImageObject()
26 void CPDF_ImageObject::CopyData(const CPDF_PageObject* pSrc)
28 const CPDF_ImageObject* pSrcObj = (const CPDF_ImageObject*)pSrc;
35 void CPDF_ImageObject::Transform(const CFX_AffineMatrix& matrix)
40 void CPDF_ImageObject::CalcBoundingBox()
pageint.h 224 CPDF_ImageObject* AddImage(CPDF_Stream* pStream, CPDF_Image* pImage, FX_BOOL bInline);
fpdf_page_parser_old.cpp 136 CPDF_ImageObject *pImgObj = AddImage(pStream, NULL, TRUE);
    [all...]
fpdf_page.cpp 20 return FX_NEW CPDF_ImageObject;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 127 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);
192 FX_BOOL Load(const CPDF_ImageObject* pImage, CPDF_PageRenderCache* pCache, FX_BOOL bStdCS = FALSE, FX_DWORD GroupFamily = 0, FX_BOOL bLoadMask = FALSE, CPDF_RenderStatus* pRenderStatus = NULL);
194 FX_BOOL StartLoadImage(const CPDF_ImageObject* pImage, CPDF_PageRenderCache* pCache, FX_LPVOID& LoadHandle, FX_BOOL bStdCS = FALSE, FX_DWORD GroupFamily = 0, FX_BOOL bLoadMask = FALSE, CPDF_RenderStatus* pRenderStatus = NULL, FX_INT32 nDownsampleWidth = 0, FX_INT32 nDownsampleHeight = 0);
211 FX_BOOL Start(CPDF_ImageLoader* pImageLoader, const CPDF_ImageObject* pImage, CPDF_PageRenderCache* pCache, FX_BOOL bStdCS = FALSE, FX_DWORD GroupFamily = 0, FX_BOOL bLoadMask = FALSE, CPDF_RenderStatus* pRenderStatus = NULL, FX_INT32 nDownsampleWidth = 0, FX_INT32 nDownsampleHeight = 0);
216 CPDF_ImageObject* m_pImage;
232 CPDF_ImageObject* m_pImageObject;
288 FX_BOOL Start(CPDF_ImageObject* pImageObj, CFX_AffineMatrix* pImage2Device, const FX_RECT* pClipBox);
fpdf_render.cpp 426 bRet = ProcessImage((CPDF_ImageObject*)pObj, pObj2Device);
452 bRet = ProcessImage((CPDF_ImageObject *)pObj, pObj2Device);
761 ((CPDF_ImageObject*)pPageObj)->m_pImage->GetDict()->KeyExist(FX_BSTRC("SMask"))) {
793 pDocument = ((CPDF_ImageObject*)pPageObj)->m_pImage->GetDocument();
796 CPDF_Object* pCSObj = ((CPDF_ImageObject*)pPageObj)->m_pImage->GetStream()->GetDict()->GetElementValue(FX_BSTRC("ColorSpace"));
    [all...]
fpdf_render_loadimage.cpp     [all...]
fpdf_render_text.cpp 327 CPDF_ImageObject* pImage = (CPDF_ImageObject*)pPageObj;
fpdf_render_image.cpp 14 FX_BOOL CPDF_RenderStatus::ProcessImage(CPDF_ImageObject* pImageObj, const CFX_AffineMatrix* pObj2Device)
514 m_pImageObject = (CPDF_ImageObject*)pObj;
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 31 class CPDF_ImageObject;
645 class CPDF_ImageObject : public CPDF_PageObject
649 CPDF_ImageObject();
651 virtual ~CPDF_ImageObject();
fpdf_page.h 241 void ProcessImage(CFX_ByteTextBuf& buf, CPDF_ImageObject* pImageObj);
fpdf_render.h 25 class CPDF_ImageObject;
fpdf_resource.h 36 class CPDF_ImageObject;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_content.cpp 49 ProcessImage(buf, (CPDF_ImageObject*)pPageObj);
85 void CPDF_PageContentGenerate::ProcessImage(CFX_ByteTextBuf& buf, CPDF_ImageObject* pImageObj)
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 782 CPDF_ImageObject* ImageObj = (CPDF_ImageObject*)pObj;
    [all...]
autoreflow.cpp 343 CPDF_ImageObject* pImage = (CPDF_ImageObject*)pCurObj;

Completed in 350 milliseconds