Searched defs:image_object (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfpdfeditimg.cpp21 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_LoadJpegFile(FPDF_PAGE* pages, int nCount,FPDF_PAGEOBJECT image_object, FPDF_FILEACCESS* fileAccess) argument
23 if (!image_object || !fileAccess)
27 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;
40 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_SetMatrix (FPDF_PAGEOBJECT image_object, argument
43 if (!image_object)
45 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;
56 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_SetBitmap(FPDF_PAGE* pages,int nCount,FPDF_PAGEOBJECT image_object,FPDF_BITMAP bitmap) argument
58 if (!image_object || !bitmap)
62 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;

Completed in 4464 milliseconds