Searched refs:page_y (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdfformfill.cpp | 152 double page_y) { in FPDFPage_HasFormFieldAtPoint() argument 160 static_cast<FX_FLOAT>(page_y)), in FPDFPage_HasFormFieldAtPoint() 202 static_cast<FX_FLOAT>(page_y)))) { in FPDFPage_HasFormFieldAtPoint() 214 double page_y) { in FPDPage_HasFormFieldAtPoint() argument 215 return FPDFPage_HasFormFieldAtPoint(hHandle, page, page_x, page_y); in FPDPage_HasFormFieldAtPoint() 221 double page_y) { in FPDFPage_FormFieldZOrderAtPoint() argument 231 CFX_PointF(static_cast<FX_FLOAT>(page_x), static_cast<FX_FLOAT>(page_y)), in FPDFPage_FormFieldZOrderAtPoint() 294 double page_y) { in FORM_OnMouseMove() argument 298 return pPageView->OnMouseMove(CFX_PointF(page_x, page_y), modifier); in FORM_OnMouseMove() 305 double page_y) { in FORM_OnLButtonDown() argument [all …]
|
D | fpdfview.cpp | 881 double* page_y) { in FPDF_DeviceToPage() argument 882 if (!page || !page_x || !page_y) in FPDF_DeviceToPage() 887 device_y, page_x, page_y); in FPDF_DeviceToPage() 898 *page_y = pos.y; in FPDF_DeviceToPage() 909 double page_y, in FPDF_PageToDevice() argument 918 pPage->PageToDevice(start_x, start_y, size_x, size_y, rotate, page_x, page_y, in FPDF_PageToDevice() 924 CFX_PointF(static_cast<FX_FLOAT>(page_x), static_cast<FX_FLOAT>(page_y))); in FPDF_PageToDevice()
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 1240 double page_y); 1263 double page_y); 1284 double page_y); 1291 double page_y); 1296 double page_y); 1399 double page_y); 1408 double page_y); 1426 double page_y);
|
D | fpdfview.h | 723 double* page_y); 757 double page_y,
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_page.cpp | 153 double* page_y) { in DeviceToPage() argument 165 *page_y = pos.y; in DeviceToPage() 174 double page_y, in PageToDevice() argument 184 CFX_PointF(static_cast<FX_FLOAT>(page_x), static_cast<FX_FLOAT>(page_y))); in PageToDevice()
|
D | cpdfxfa_page.h | 52 double* page_y); 59 double page_y,
|