Searched refs:image_object (Results 1 - 5 of 5) 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)
28 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;
41 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_SetMatrix (FPDF_PAGEOBJECT image_object, argument
44 if (!image_object)
46 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;
57 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_SetBitmap(FPDF_PAGE* pages,int nCount,FPDF_PAGEOBJECT image_object,FPDF_BITMAP bitmap) argument
59 if (!image_object || !bitmap)
63 CPDF_ImageObject* pImgObj = (CPDF_ImageObject*)image_object;
/external/chromium_org/ppapi/proxy/
H A Dgraphics_2d_resource.cc60 Resource* image_object = local
62 if (!image_object || pp_instance() != image_object->pp_instance()) {
71 image_object->host_resource(), *top_left,
90 Resource* image_object =
92 if (!image_object || pp_instance() != image_object->pp_instance()) {
100 image_object->host_resource()));
H A Dvideo_destination_resource.cc70 Resource* image_object =
72 if (!image_object || pp_instance() != image_object->pp_instance()) {
79 PpapiHostMsg_VideoDestination_PutFrame(image_object->host_resource(),
H A Dppb_testing_proxy.cc35 Resource* image_object = local
37 if (!image_object)
42 image_object->pp_instance() != graphics_2d_object->pp_instance())
48 const HostResource& host_image = image_object->host_resource();
/external/pdfium/fpdfsdk/include/
H A Dfpdfedit.h196 // image_object - Handle of image object returned by FPDFPageObj_NewImgeObj.
203 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_LoadJpegFile(FPDF_PAGE* pages, int nCount,FPDF_PAGEOBJECT image_object, FPDF_FILEACCESS* fileAccess);
209 // image_object - Handle of image object returned by FPDFPageObj_NewImgeObj.
218 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_SetMatrix(FPDF_PAGEOBJECT image_object,
226 // image_object - Handle of image object returned by FPDFPageObj_NewImgeObj.
230 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_SetBitmap(FPDF_PAGE* pages,int nCount,FPDF_PAGEOBJECT image_object, FPDF_BITMAP bitmap);

Completed in 1030 milliseconds