Home
last modified time | relevance | path

Searched refs:page_x (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfformfill.cpp214 double page_x, in FPDFPage_HasFormFieldAtPoint() argument
223 CFX_PointF(static_cast<float>(page_x), static_cast<float>(page_y)), in FPDFPage_HasFormFieldAtPoint()
260 if (rcWidget.Contains(CFX_PointF(static_cast<float>(page_x), in FPDFPage_HasFormFieldAtPoint()
272 double page_x, in FPDFPage_FormFieldZOrderAtPoint() argument
282 pPage, CFX_PointF(static_cast<float>(page_x), static_cast<float>(page_y)), in FPDFPage_FormFieldZOrderAtPoint()
342 double page_x, in FORM_OnMouseMove() argument
347 return pPageView->OnMouseMove(CFX_PointF(page_x, page_y), modifier); in FORM_OnMouseMove()
353 double page_x, in FORM_OnFocus() argument
358 return pPageView->OnFocus(CFX_PointF(page_x, page_y), modifier); in FORM_OnFocus()
364 double page_x, in FORM_OnLButtonDown() argument
[all …]
Dfpdfview.cpp1120 double* page_x, in FPDF_DeviceToPage() argument
1122 if (!page || !page_x || !page_y) in FPDF_DeviceToPage()
1127 device_y, page_x, page_y); in FPDF_DeviceToPage()
1135 *page_x = pos.x; in FPDF_DeviceToPage()
1146 double page_x, in FPDF_PageToDevice() argument
1156 pPage->PageToDevice(start_x, start_y, size_x, size_y, rotate, page_x, page_y, in FPDF_PageToDevice()
1162 CFX_PointF(static_cast<float>(page_x), static_cast<float>(page_y))); in FPDF_PageToDevice()
Dfpdfannot.cpp876 double page_x, in FPDFAnnot_GetFormFieldAtPoint() argument
885 pPage, CFX_PointF(static_cast<float>(page_x), static_cast<float>(page_y)), in FPDFAnnot_GetFormFieldAtPoint()
/external/pdfium/public/
Dfpdf_formfill.h1244 double page_x,
1267 double page_x,
1290 double page_x,
1311 double page_x,
1318 double page_x,
1323 double page_x,
1499 double page_x,
1518 double page_x,
Dfpdfview.h778 double* page_x,
812 double page_x,
Dfpdf_annot.h502 double page_x,
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp131 double* page_x, in DeviceToPage() argument
141 *page_x = pos.x; in DeviceToPage()
150 double page_x, in PageToDevice() argument
161 CFX_PointF(static_cast<float>(page_x), static_cast<float>(page_y))); in PageToDevice()
Dcpdfxfa_page.h48 double* page_x,
55 double page_x,