Home
last modified time | relevance | path

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

12345678910

/dports/editors/leafpad/leafpad-0.8.18.1/src/
H A Dgnomeprint.c50 gnome_print_moveto(gpx, page_x, page_y); in move_pen_to_nextpage()
55 page_x = margin_left; in move_pen_to_newline()
60 gnome_print_moveto(gpx, page_x, page_y); in move_pen_to_newline()
68 page_x += gl_width; in print_glyph_list()
69 gnome_print_moveto(gpx, page_x, page_y); in print_glyph_list()
149 page_x = margin_left; // TODO RTL in create_job()
151 gnome_print_moveto(gpx, page_x, page_y); in create_job()
176 page_x = tmp_x; in create_job()
177 gnome_print_moveto(gpx, page_x, page_y); in create_job()
209 page_x += in create_job()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/
H A Dfpdf_formfill.cpp250 double page_x, in FPDFPage_HasFormFieldAtPoint() argument
283 double page_x, in FPDFPage_FormFieldZOrderAtPoint() argument
374 double page_x, in FORM_OnMouseMove() argument
379 return pPageView->OnMouseMove(CFX_PointF(page_x, page_y), modifier); in FORM_OnMouseMove()
385 double page_x, in FORM_OnFocus() argument
390 return pPageView->OnFocus(CFX_PointF(page_x, page_y), modifier); in FORM_OnFocus()
396 double page_x, in FORM_OnLButtonDown() argument
411 double page_x, in FORM_OnLButtonUp() argument
427 double page_x, in FORM_OnLButtonDoubleClick() argument
442 double page_x, in FORM_OnRButtonDown() argument
[all …]
H A Dfpdf_view_embeddertest.cpp163 double page_x = 0.0; in TEST_F() local
167 EXPECT_NEAR(9.5625, page_x, kTolerance); in TEST_F()
174 EXPECT_NEAR(12.75, page_x, kTolerance); in TEST_F()
181 EXPECT_NEAR(602.4374, page_x, kTolerance); in TEST_F()
188 EXPECT_NEAR(599.25, page_x, kTolerance); in TEST_F()
197 EXPECT_NEAR(9.5625, page_x, kTolerance); in TEST_F()
205 EXPECT_NEAR(device_x, page_x, kTolerance); in TEST_F()
209 page_x = 1234.0; in TEST_F()
214 EXPECT_NEAR(1234.0, page_x, kTolerance); in TEST_F()
240 double page_x = 9.0; in TEST_F() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dtouch.rs23 page_x: f64, field
31 page_x: Finite<f64>, page_y: Finite<f64>) -> Touch { in new_inherited()
40 page_x: *page_x, in new_inherited()
48 page_x: Finite<f64>, page_y: Finite<f64>) -> DomRoot<Touch> { in new()
54 page_x, page_y in new()
95 Finite::wrap(self.page_x) in PageX()
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Doffscreen.cxx68 int page_x, page_y; // top left of view area member in oscr_box
78 page_x((offscreen_size - win_size) / 2), // roughly centred in view in oscr_box()
97 fl_copy_offscreen(xo, yo, wd, ht, oscr, page_x, page_y); in draw()
144 page_x += xoff; in handle()
147 if (page_x < -w()) in handle()
149 page_x = -w(); in handle()
151 else if (page_x > offsc_w) in handle()
153 page_x = offsc_w; in handle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/
H A Dfpdf_formfill.cpp249 double page_x, in FPDFPage_HasFormFieldAtPoint() argument
282 double page_x, in FPDFPage_FormFieldZOrderAtPoint() argument
373 double page_x, in FORM_OnMouseMove() argument
378 return pPageView->OnMouseMove(modifier, CFX_PointF(page_x, page_y)); in FORM_OnMouseMove()
398 double page_x, in FORM_OnFocus() argument
403 return pPageView->OnFocus(modifier, CFX_PointF(page_x, page_y)); in FORM_OnFocus()
409 double page_x, in FORM_OnLButtonDown() argument
424 double page_x, in FORM_OnLButtonUp() argument
440 double page_x, in FORM_OnLButtonDoubleClick() argument
455 double page_x, in FORM_OnRButtonDown() argument
[all …]
H A Dfpdf_view_embeddertest.cpp173 double page_x = 0.0; in TEST_F() local
177 EXPECT_NEAR(9.5625, page_x, kTolerance); in TEST_F()
184 EXPECT_NEAR(12.75, page_x, kTolerance); in TEST_F()
191 EXPECT_NEAR(602.4374, page_x, kTolerance); in TEST_F()
198 EXPECT_NEAR(599.25, page_x, kTolerance); in TEST_F()
207 EXPECT_NEAR(9.5625, page_x, kTolerance); in TEST_F()
215 EXPECT_NEAR(device_x, page_x, kTolerance); in TEST_F()
219 page_x = 1234.0; in TEST_F()
224 EXPECT_NEAR(1234.0, page_x, kTolerance); in TEST_F()
250 double page_x = 9.0; in TEST_F() local
[all …]
/dports/math/grace/grace-5.1.25/src/
H A Dprintwin.c236 double page_x, page_y; in update_device_setup() local
316 page_x = (float) pg.width; in update_device_setup()
332 sprintf (buf, "%.2f", page_x); in update_device_setup()
346 double page_x, page_y; in set_printer_proc() local
385 pg.width = (long) page_x; in set_printer_proc()
600 double page_x, page_y; in do_units_toggle() local
623 page_x /= dev_res; in do_units_toggle()
629 page_x *= dev_res; in do_units_toggle()
632 page_x *= CM_PER_INCH; in do_units_toggle()
638 page_x /= CM_PER_INCH; in do_units_toggle()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/
H A Dfpdfformfill.cpp151 double page_x, in FPDFPage_HasFormFieldAtPoint() argument
159 pPage, CFX_PointF(static_cast<FX_FLOAT>(page_x), in FPDFPage_HasFormFieldAtPoint()
201 if (rcWidget.Contains(CFX_PointF(static_cast<FX_FLOAT>(page_x), in FPDFPage_HasFormFieldAtPoint()
213 double page_x, in FPDPage_HasFormFieldAtPoint() argument
293 double page_x, in FORM_OnMouseMove() argument
304 double page_x, in FORM_OnLButtonDown() argument
315 double page_x, in FORM_OnLButtonUp() argument
321 CFX_PointF pt((FX_FLOAT)page_x, (FX_FLOAT)page_y); in FORM_OnLButtonUp()
329 double page_x, in FORM_OnRButtonDown() argument
340 double page_x, in FORM_OnRButtonUp() argument
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/
H A Dfpdfformfill.cpp199 if (rcWidget.Contains(static_cast<FX_FLOAT>(page_x), in FPDFPage_HasFormFieldAtPoint()
278 double page_x, in FORM_OnMouseMove() argument
284 CFX_FloatPoint pt((FX_FLOAT)page_x, (FX_FLOAT)page_y); in FORM_OnMouseMove()
291 double page_x, in FORM_OnLButtonDown() argument
297 CFX_FloatPoint pt((FX_FLOAT)page_x, (FX_FLOAT)page_y); in FORM_OnLButtonDown()
304 double page_x, in FORM_OnLButtonUp() argument
310 CFX_FloatPoint pt((FX_FLOAT)page_x, (FX_FLOAT)page_y); in FORM_OnLButtonUp()
318 double page_x, in FORM_OnRButtonDown() argument
324 CFX_FloatPoint pt((FX_FLOAT)page_x, (FX_FLOAT)page_y); in FORM_OnRButtonDown()
331 double page_x, in FORM_OnRButtonUp() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/public/
H A Dfpdf_formfill.h1271 double page_x,
1294 double page_x,
1316 double page_x,
1329 double page_x,
1348 double page_x,
1361 double page_x,
1384 double page_x,
1678 double page_x,
1697 double page_x,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/public/
H A Dfpdf_formfill.h1302 double page_x,
1358 double page_x,
1380 double page_x,
1393 double page_x,
1412 double page_x,
1425 double page_x,
1448 double page_x,
1754 double page_x,
1773 double page_x,
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_blocked_range3d.cpp69 for( int page_x=-4; page_x<4; ++page_x ) { in SerialTest() local
70 for( int page_y=page_x; page_y<4; ++page_y ) { in SerialTest()
71 page_type page_i = MakeAbstractValueType<PageTag>(page_x); in SerialTest()
97 … ASSERT( r.empty()==(page_x==page_y||row_x==row_y||col_x==col_y), NULL ); in SerialTest()
99 …ASSERT( r.is_divisible()==(page_y-page_x>page_grain||row_y-row_x>row_grain||col_y-col_x>col_grain)… in SerialTest()
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_blocked_range3d.cpp69 for( int page_x=-4; page_x<4; ++page_x ) { in SerialTest() local
70 for( int page_y=page_x; page_y<4; ++page_y ) { in SerialTest()
71 page_type page_i = MakeAbstractValueType<PageTag>(page_x); in SerialTest()
97 … ASSERT( r.empty()==(page_x==page_y||row_x==row_y||col_x==col_y), NULL ); in SerialTest()
99 …ASSERT( r.is_divisible()==(page_y-page_x>page_grain||row_y-row_x>row_grain||col_y-col_x>col_grain)… in SerialTest()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_blocked_range3d.cpp69 for( int page_x=-4; page_x<4; ++page_x ) { in SerialTest() local
70 for( int page_y=page_x; page_y<4; ++page_y ) { in SerialTest()
71 page_type page_i = MakeAbstractValueType<PageTag>(page_x); in SerialTest()
97 … ASSERT( r.empty()==(page_x==page_y||row_x==row_y||col_x==col_y), NULL ); in SerialTest()
99 …ASSERT( r.is_divisible()==(page_y-page_x>page_grain||row_y-row_x>row_grain||col_y-col_x>col_grain)… in SerialTest()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/public/
H A Dfpdf_formfill.h1239 double page_x,
1262 double page_x,
1283 double page_x,
1290 double page_x,
1295 double page_x,
1398 double page_x,
1407 double page_x,
1425 double page_x,
/dports/editors/texmaker/texmaker-5.0.3/pdfium/public/
H A Dfpdf_formfill.h1229 double page_x,
1252 double page_x,
1273 double page_x,
1280 double page_x,
1285 double page_x,
1388 double page_x,
1397 double page_x,
1415 double page_x,
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dygv608.c110 if( col >= ygv608.page_x ) in get_tile_info_A_8()
201 else if (col >= ygv608.page_x) in get_tile_info_B_8()
287 if( col >= ygv608.page_x ) { in get_tile_info_A_16()
372 if( col >= ygv608.page_x ) { in get_tile_info_B_16()
763 for( col=0; col<ygv608.page_x; col++ ) in VIDEO_UPDATE()
943 ygv608.page_x, ygv608.page_y, in READ16_HANDLER()
1103 ygv608.page_x, ygv608.page_y, in WRITE16_HANDLER()
1397 if (xTile >= ygv608.page_x) in SetPostShortcuts()
1400 xTile &= (ygv608.page_x - 1); in SetPostShortcuts()
1422 ygv608.page_x = 64; in SetPostShortcuts()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dygv608.c110 if( col >= ygv608.page_x ) in get_tile_info_A_8()
201 else if (col >= ygv608.page_x) in get_tile_info_B_8()
287 if( col >= ygv608.page_x ) { in get_tile_info_A_16()
372 if( col >= ygv608.page_x ) { in get_tile_info_B_16()
763 for( col=0; col<ygv608.page_x; col++ ) in VIDEO_UPDATE()
943 ygv608.page_x, ygv608.page_y, in READ16_HANDLER()
1103 ygv608.page_x, ygv608.page_y, in WRITE16_HANDLER()
1397 if (xTile >= ygv608.page_x) in SetPostShortcuts()
1400 xTile &= (ygv608.page_x - 1); in SetPostShortcuts()
1422 ygv608.page_x = 64; in SetPostShortcuts()
[all …]
/dports/textproc/py-pdfrw/pdfrw-0.4/examples/
H A Dfancy_watermark.py76 page_x, page_y, page_x1, page_y1 = mbox variable
77 page_w = page_x1 - page_x
92 wmark.x = page_x
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.cpp152 double* page_x, in DeviceToPage() argument
164 *page_x = pos.x; in DeviceToPage()
173 double page_x, in PageToDevice() argument
184 CFX_PointF(static_cast<FX_FLOAT>(page_x), static_cast<FX_FLOAT>(page_y))); in PageToDevice()
H A Dcpdfxfa_page.h51 double* page_x,
58 double page_x,
/dports/devel/onetbb/oneTBB-2021.4.0/test/conformance/
H A Dconformance_blocked_range3d.cpp77 for( int page_x=-4; page_x<4; ++page_x ) { in SerialTest() local
78 for( int page_y=page_x; page_y<4; ++page_y ) { in SerialTest()
79 page_type page_i = MakeAbstractValueType<PageTag>(page_x); in SerialTest()
105 … REQUIRE( r.empty()==(page_x==page_y||row_x==row_y||col_x==col_y) ); in SerialTest()
107 …REQUIRE( r.is_divisible()==(page_y-page_x>page_grain||row_y-row_x>row_grain||col_y-col_x>col_grain… in SerialTest()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/fpdfxfa/
H A Dfpdfxfa_page.cpp151 double* page_x, in DeviceToPage() argument
166 *page_x = (page_x_f); in DeviceToPage()
175 double page_x, in PageToDevice() argument
187 page2device.Transform(((FX_FLOAT)page_x), ((FX_FLOAT)page_y), device_x_f, in PageToDevice()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/fpdfxfa/include/
H A Dfpdfxfa_page.h51 double* page_x,
58 double page_x,

12345678910