Searched refs:page_x (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fpdfformfill.cpp | 47 double page_x, in FPDFPage_HasFormFieldAtPoint() argument 56 pPage, (FX_FLOAT)page_x, (FX_FLOAT)page_y, nullptr); in FPDFPage_HasFormFieldAtPoint() 97 if (rcWidget.Contains(static_cast<FX_FLOAT>(page_x), in FPDFPage_HasFormFieldAtPoint() 113 pPage, (FX_FLOAT)page_x, (FX_FLOAT)page_y, nullptr); in FPDFPage_HasFormFieldAtPoint() 123 double page_x, in FPDPage_HasFormFieldAtPoint() argument 125 return FPDFPage_HasFormFieldAtPoint(hHandle, page, page_x, page_y); in FPDPage_HasFormFieldAtPoint() 130 double page_x, in FPDFPage_FormFieldZOrderAtPoint() argument 139 (void)interform.GetControlAtPoint(pPage, (FX_FLOAT)page_x, (FX_FLOAT)page_y, in FPDFPage_FormFieldZOrderAtPoint() 190 double page_x, in FORM_OnMouseMove() argument 196 CPDF_Point pt((FX_FLOAT)page_x, (FX_FLOAT)page_y); in FORM_OnMouseMove() [all …]
|
D | fpdfview.cpp | 766 double* page_x, in FPDF_DeviceToPage() argument 768 if (!page || !page_x || !page_y) in FPDF_DeviceToPage() 773 device_y, page_x, page_y); in FPDF_DeviceToPage() 783 *page_x = (page_x_f); in FPDF_DeviceToPage() 794 double page_x, in FPDF_PageToDevice() argument 804 pPage->PageToDevice(start_x, start_y, size_x, size_y, rotate, page_x, page_y, in FPDF_PageToDevice() 811 page2device.Transform(((FX_FLOAT)page_x), ((FX_FLOAT)page_y), device_x_f, in FPDF_PageToDevice()
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 1185 double page_x, 1208 double page_x, 1229 double page_x, 1236 double page_x, 1241 double page_x, 1344 double page_x, 1353 double page_x, 1371 double page_x,
|
D | fpdfview.h | 643 double* page_x, 677 double page_x,
|
/external/pdfium/fpdfsdk/src/fpdfxfa/ |
D | fpdfxfa_page.cpp | 181 double* page_x, in DeviceToPage() argument 198 *page_x = (page_x_f); in DeviceToPage() 207 double page_x, in PageToDevice() argument 219 page2device.Transform(((FX_FLOAT)page_x), ((FX_FLOAT)page_y), device_x_f, in PageToDevice()
|
/external/pdfium/fpdfsdk/include/fpdfxfa/ |
D | fpdfxfa_page.h | 34 double* page_x, 41 double page_x,
|