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

  /external/pdfium/fpdfsdk/src/
fpdfformfill.cpp 16 DLLEXPORT int STDCALL FPDPage_HasFormFieldAtPoint(FPDF_FORMHANDLE hHandle, FPDF_PAGE page,double page_x, double page_y)
26 CPDF_FormControl* pFormCtrl = pInterForm->GetControlAtPoint(pPage, (FX_FLOAT)page_x, (FX_FLOAT)page_y);
78 DLLEXPORT FPDF_BOOL STDCALL FORM_OnMouseMove(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier, double page_x, double page_y)
93 // double page_y = 0;
94 // pEnv->FFI_DeviceToPage(page, point_x, point_y, &page_x, &page_y);
95 CPDF_Point pt((FX_FLOAT)page_x, (FX_FLOAT)page_y);
99 DLLEXPORT FPDF_BOOL STDCALL FORM_OnLButtonDown(FPDF_FORMHANDLE hHandle, FPDF_PAGE page, int modifier, double page_x, double page_y)
110 // double page_y = 0;
111 // pEnv->FFI_DeviceToPage(page, point_x, point_y, &page_x, &page_y);
112 CPDF_Point pt((FX_FLOAT)page_x, (FX_FLOAT)page_y);
    [all...]
fpdfview.cpp 670 int rotate, int device_x, int device_y, double* page_x, double* page_y)
672 if (page == NULL || page_x == NULL || page_y == NULL) return;
684 *page_y = (page_y_f);
688 int rotate, double page_x, double page_y, int* device_x, int* device_y)
697 page2device.Transform(((FX_FLOAT)page_x), ((FX_FLOAT)page_y), device_x_f, device_y_f);
  /external/pdfium/fpdfsdk/include/
fpdfformfill.h 661 * page_y - Specifies the y-coordinate of the cursor in PDF user space.
665 DLLEXPORT FPDF_BOOL STDCALL FORM_OnMouseMove(FPDF_FORMHANDLE hHandle,FPDF_PAGE page, int modifier, double page_x, double page_y);
675 * page_y - Specifies the y-coordinate of the cursor in PDF user space.
679 DLLEXPORT FPDF_BOOL STDCALL FORM_OnLButtonDown(FPDF_FORMHANDLE hHandle,FPDF_PAGE page, int modifier, double page_x, double page_y);
689 * page_y - Specifies the y-coordinate of the cursor in device.
693 DLLEXPORT FPDF_BOOL STDCALL FORM_OnLButtonUp(FPDF_FORMHANDLE hHandle,FPDF_PAGE page, int modifier, double page_x, double page_y);
761 * page_y - Y position in PDF "user space".
765 DLLEXPORT int STDCALL FPDPage_HasFormFieldAtPoint(FPDF_FORMHANDLE hHandle,FPDF_PAGE page,double page_x, double page_y);
    [all...]
fpdfview.h 393 // page_y - A Pointer to a double receiving the converted Y value in page coordinate.
408 int rotate, int device_x, int device_y, double* page_x, double* page_y);
421 // page_y - Y value in page coordinate, for the point to be converted.
430 int rotate, double page_x, double page_y, int* device_x, int* device_y);
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 1342 double page_x, page_y; local
1425 double page_x, page_y; local
1468 double page_x, page_y; local
    [all...]
pdfium_engine.h 362 // not yet loaded, page_x and page_y will be set to 0.
367 double* page_y);
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js 227 page_y: e.pageY,
    [all...]

Completed in 95 milliseconds