HomeSort by relevance Sort by last modified time
    Searched refs:FPDF_PAGE (Results 1 - 25 of 27) sorted by null

1 2

  /external/pdfium/public/
fpdf_progressive.h 68 DLLEXPORT int STDCALL FPDF_RenderPageBitmap_Start(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x,
79 DLLEXPORT int STDCALL FPDF_RenderPage_Continue(FPDF_PAGE page,IFSDK_PAUSE * pause);
88 DLLEXPORT void STDCALL FPDF_RenderPage_Close(FPDF_PAGE page);
fpdf_flatten.h 35 DLLEXPORT int STDCALL FPDFPage_Flatten(FPDF_PAGE page, int nFlag);
fpdf_edit.h 56 DLLEXPORT FPDF_PAGE STDCALL FPDFPage_New(FPDF_DOCUMENT document, int page_index, double width, double height);
75 DLLEXPORT int STDCALL FPDFPage_GetRotation(FPDF_PAGE page);
87 DLLEXPORT void STDCALL FPDFPage_SetRotation(FPDF_PAGE page, int rotate);
97 DLLEXPORT void STDCALL FPDFPage_InsertObject(FPDF_PAGE page, FPDF_PAGEOBJECT page_obj);
105 DLLEXPORT int STDCALL FPDFPage_CountObject(FPDF_PAGE page);
114 DLLEXPORT FPDF_PAGEOBJECT STDCALL FPDFPage_GetObject(FPDF_PAGE page, int index);
123 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_HasTransparency(FPDF_PAGE page);
134 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GenerateContent(FPDF_PAGE page);
178 DLLEXPORT void STDCALL FPDFPage_TransformAnnots(FPDF_PAGE page,
215 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_LoadJpegFile(FPDF_PAGE* pages, int nCount,FPDF_PAGEOBJECT image_object, FPDF_FILEACCESS* fileAccess)
    [all...]
fpdf_transformpage.h 28 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, float top);
39 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, float top);
50 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top);
60 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetCropBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top);
70 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_TransFormWithClip(FPDF_PAGE page, FS_MATRIX* matrix, FS_RECTF* clipRect);
113 DLLEXPORT void STDCALL FPDFPage_InsertClipPath(FPDF_PAGE page,FPDF_CLIPPATH clipPath);
fpdf_formfill.h 305 void (*FFI_Invalidate)(struct _FPDF_FORMFILLINFO* pThis,FPDF_PAGE page, double left, double top, double right, double bottom);
331 void (*FFI_OutputSelectedRect)(struct _FPDF_FORMFILLINFO* pThis,FPDF_PAGE page, double left, double top, double right, double bottom);
429 FPDF_PAGE (*FFI_GetPage)(struct _FPDF_FORMFILLINFO* pThis, FPDF_DOCUMENT document, int nPageIndex);
444 FPDF_PAGE (*FFI_GetCurrentPage)(struct _FPDF_FORMFILLINFO* pThis, FPDF_DOCUMENT document);
459 int (*FFI_GetRotation)(struct _FPDF_FORMFILLINFO* pThis, FPDF_PAGE page);
569 DLLEXPORT void STDCALL FORM_OnAfterLoadPage(FPDF_PAGE page, FPDF_FORMHANDLE hHandle);
581 DLLEXPORT void STDCALL FORM_OnBeforeClosePage(FPDF_PAGE page, FPDF_FORMHANDLE hHandle);
647 DLLEXPORT void STDCALL FORM_DoPageAAction(FPDF_PAGE page, FPDF_FORMHANDLE hHandle, int aaType);
661 DLLEXPORT FPDF_BOOL STDCALL FORM_OnMouseMove(FPDF_FORMHANDLE hHandle,FPDF_PAGE page, int modifier, double page_x, double page_y);
675 DLLEXPORT FPDF_BOOL STDCALL FORM_OnLButtonDown(FPDF_FORMHANDLE hHandle,FPDF_PAGE page, int modifier, double page_x, double page_y)
    [all...]
fpdfview.h 22 typedef void* FPDF_PAGE;
283 DLLEXPORT FPDF_PAGE STDCALL FPDF_LoadPage(FPDF_DOCUMENT document, int page_index);
293 DLLEXPORT double STDCALL FPDF_GetPageWidth(FPDF_PAGE page);
303 DLLEXPORT double STDCALL FPDF_GetPageHeight(FPDF_PAGE page);
350 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
370 DLLEXPORT void STDCALL FPDF_RenderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y,
380 DLLEXPORT void STDCALL FPDF_ClosePage(FPDF_PAGE page);
418 DLLEXPORT void STDCALL FPDF_DeviceToPage(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
440 DLLEXPORT void STDCALL FPDF_PageToDevice(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
fpdf_doc.h 159 DLLEXPORT FPDF_LINK STDCALL FPDFLink_GetLinkAtPoint(FPDF_PAGE page, double x, double y);
191 DLLEXPORT FPDF_BOOL STDCALL FPDFLink_Enumerate(FPDF_PAGE page, int* startPos, FPDF_LINK* linkAnnot);
fpdf_text.h 27 DLLEXPORT FPDF_TEXTPAGE STDCALL FPDFText_LoadPage(FPDF_PAGE page);
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser_embeddertest.cpp 19 FPDF_PAGE page = LoadPage(0);
  /external/pdfium/fpdfsdk/src/
fpdfformfill_embeddertest.cpp 28 FPDF_PAGE page = LoadPage(0);
38 FPDF_PAGE page = LoadPage(0);
fpdf_progressive.cpp 12 extern void (*Func_RenderPage)( CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
17 DLLEXPORT int STDCALL FPDF_RenderPageBitmap_Start( FPDF_BITMAP bitmap, FPDF_PAGE page,
60 DLLEXPORT int STDCALL FPDF_RenderPage_Continue(FPDF_PAGE page,IFSDK_PAUSE * pause)
89 DLLEXPORT void STDCALL FPDF_RenderPage_Close(FPDF_PAGE page)
fpdfeditpage.cpp 61 DLLEXPORT FPDF_PAGE STDCALL FPDFPage_New(FPDF_DOCUMENT document, int page_index, double width, double height)
95 DLLEXPORT int STDCALL FPDFPage_GetRotation(FPDF_PAGE page)
137 DLLEXPORT void STDCALL FPDFPage_InsertObject(FPDF_PAGE page, FPDF_PAGEOBJECT page_obj)
192 DLLEXPORT int STDCALL FPDFPage_CountObject(FPDF_PAGE page)
204 DLLEXPORT FPDF_PAGEOBJECT STDCALL FPDFPage_GetObject(FPDF_PAGE page, int index)
216 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_HasTransparency(FPDF_PAGE page)
256 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GenerateContent(FPDF_PAGE page)
279 DLLEXPORT void STDCALL FPDFPage_TransformAnnots(FPDF_PAGE page,
309 DLLEXPORT void STDCALL FPDFPage_SetRotation(FPDF_PAGE page, int rotate)
fpdfformfill.cpp 16 DLLEXPORT int STDCALL FPDPage_HasFormFieldAtPoint(FPDF_FORMHANDLE hHandle, FPDF_PAGE page,double page_x, double page_y)
78 DLLEXPORT FPDF_BOOL STDCALL FORM_OnMouseMove(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier, double page_x, double page_y)
99 DLLEXPORT FPDF_BOOL STDCALL FORM_OnLButtonDown(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier, double page_x, double page_y)
116 DLLEXPORT FPDF_BOOL STDCALL FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier, double page_x, double page_y)
133 DLLEXPORT FPDF_BOOL STDCALL FORM_OnKeyDown(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int nKeyCode, int modifier)
148 DLLEXPORT FPDF_BOOL STDCALL FORM_OnKeyUp(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int nKeyCode, int modifier)
164 DLLEXPORT FPDF_BOOL STDCALL FORM_OnChar(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int nChar, int modifier)
189 DLLEXPORT void STDCALL FPDF_FFLDraw(FPDF_FORMHANDLE hHandle, FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y,
307 DLLEXPORT void STDCALL FORM_OnAfterLoadPage(FPDF_PAGE page, FPDF_FORMHANDLE hHandle)
322 DLLEXPORT void STDCALL FORM_OnBeforeClosePage(FPDF_PAGE page, FPDF_FORMHANDLE hHandle
    [all...]
fpdfeditimg.cpp 21 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_LoadJpegFile(FPDF_PAGE* pages, int nCount,FPDF_PAGEOBJECT image_object, FPDF_FILEACCESS* fileAccess)
56 DLLEXPORT FPDF_BOOL STDCALL FPDFImageObj_SetBitmap(FPDF_PAGE* pages,int nCount,FPDF_PAGEOBJECT image_object,FPDF_BITMAP bitmap)
fpdf_transformpage.cpp 10 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, float top)
26 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, float top)
42 DLLEXPORT FX_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top)
60 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetCropBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top)
78 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_TransFormWithClip(FPDF_PAGE page, FS_MATRIX* matrix, FS_RECTF* clipRect)
255 DLLEXPORT void STDCALL FPDFPage_InsertClipPath(FPDF_PAGE page,FPDF_CLIPPATH clipPath)
fpdftext_embeddertest.cpp 33 FPDF_PAGE page = LoadPage(0);
142 FPDF_PAGE page = LoadPage(0);
249 FPDF_PAGE page = LoadPage(0);
262 FPDF_PAGE page = LoadPage(0);
fpdfview.cpp 301 DLLEXPORT FPDF_PAGE STDCALL FPDF_LoadPage(FPDF_DOCUMENT document, int page_index)
316 DLLEXPORT double STDCALL FPDF_GetPageWidth(FPDF_PAGE page)
323 DLLEXPORT double STDCALL FPDF_GetPageHeight(FPDF_PAGE page)
334 void FPDF_RenderPage_Retail(CRenderContext* pContext, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
336 void (*Func_RenderPage)(CRenderContext*, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
344 DLLEXPORT void STDCALL FPDF_RenderPage(HDC dc, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
502 DLLEXPORT void STDCALL FPDF_RenderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y,
533 DLLEXPORT void STDCALL FPDF_ClosePage(FPDF_PAGE page)
565 DLLEXPORT void STDCALL FPDF_DeviceToPage(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y,
583 DLLEXPORT void STDCALL FPDF_PageToDevice(FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y
    [all...]
fpdfview_embeddertest.cpp 35 FPDF_PAGE page = LoadPage(0);
195 FPDF_PAGE page = LoadPage(0);
fpdfdoc.cpp 167 DLLEXPORT FPDF_LINK STDCALL FPDFLink_GetLinkAtPoint(FPDF_PAGE page, double x, double y)
208 DLLEXPORT FPDF_BOOL STDCALL FPDFLink_Enumerate(FPDF_PAGE page, int* startPos, FPDF_LINK* linkAnnot)
  /external/pdfium/testing/
embedder_test.h 72 virtual FPDF_PAGE LoadPage(int page_number);
75 virtual FPDF_BITMAP RenderPage(FPDF_PAGE page);
79 virtual void UnloadPage(FPDF_PAGE page);
embedder_test.cpp 252 FPDF_PAGE EmbedderTest::LoadPage(int page_number) {
253 FPDF_PAGE page = FPDF_LoadPage(document_, page_number);
262 FPDF_BITMAP EmbedderTest::RenderPage(FPDF_PAGE page) {
272 void EmbedderTest::UnloadPage(FPDF_PAGE page) {
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 111 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex);
137 FPDF_PAGE page = reinterpret_cast<FPDF_PAGE>(pagePtr);
161 static void renderPageBitmap(FPDF_BITMAP bitmap, FPDF_PAGE page, int destLeft, int destTop,
249 FPDF_PAGE page = reinterpret_cast<FPDF_PAGE>(pagePtr);
PdfEditor.cpp 234 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex);
267 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex);
315 FPDF_PAGE page = FPDF_LoadPage(document, pageIndex);
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 39 void FFI_Invalidate(FPDF_PAGE page, double left, double top, double right, double bottom)
46 void FFI_OutputSelectedRect(FPDF_PAGE page, double left, double top, double right, double bottom)
275 FPDF_PAGE FFI_GetPage(FPDF_DOCUMENT document,int nPageIndex)
284 FPDF_PAGE FFI_GetCurrentPage(FPDF_DOCUMENT document)
293 int FFI_GetRotation(FPDF_PAGE page)
  /external/pdfium/samples/
pdfium_test.cc 238 void WriteEmf(FPDF_PAGE page, const char* pdf_name, int num) {
490 FPDF_PAGE page = FPDF_LoadPage(doc, i);

Completed in 363 milliseconds

1 2