Home
last modified time | relevance | path

Searched refs:is_landscape (Results 1 – 22 of 22) sorted by relevance

/dports/korean/h2ps/h2ps-2.06/
H A Dh2ps.c54 int is_landscape = 1; variable
174 if (is_landscape) { in init_parameter()
254 fprintf(out, "/landscape %s def\n", (is_landscape)? "true" : "false"); in print_prolog()
532 case 'l': is_landscape = 1; break;
533 case 'p': is_landscape = 0; break;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/tablet_mode/
H A Dtablet_mode_window_drag_delegate.cc383 const bool is_landscape = IsCurrentScreenOrientationLandscape(); in GetSnapPosition() local
385 if (!is_landscape && in GetSnapPosition()
465 const bool is_landscape = IsCurrentScreenOrientationLandscape(); in ShouldFlingIntoOverview() local
466 const float velocity = is_landscape ? event->details().velocity_x() in ShouldFlingIntoOverview()
/dports/graphics/evince/evince-41.3/libdocument/
H A Dev-document-misc.c568 gboolean is_landscape; in ev_document_misc_get_widget_dpi() local
589 is_landscape = geometry.width > geometry.height; in ev_document_misc_get_widget_dpi()
595 if (is_landscape && geometry.height >= 1080) in ev_document_misc_get_widget_dpi()
/dports/print/cups-filters/cups-filters-1.28.10/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.h16 virtual bool is_landscape(Rotation orientation);
H A Dpdftopdf_processor.h122 virtual bool is_landscape(Rotation orientation) =0 ;
H A Dpdftopdf_processor.cc222 bool land = pages[0]->is_landscape(param.orientation); in processPDFTOPDF()
H A Dqpdf_pdftopdf_processor.cc242 bool QPDF_PDFTOPDF_PageHandle::is_landscape(Rotation orientation) in is_landscape() function in QPDF_PDFTOPDF_PageHandle
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/gecko/
H A Dmedia_features.rs162 let is_landscape = size.width > size.height; in eval_orientation_for() localVariable
164 Orientation::Landscape => is_landscape, in eval_orientation_for()
165 Orientation::Portrait => !is_landscape, in eval_orientation_for()
/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Dvid_conf.c833 static pj_bool_t is_landscape(const pjmedia_rect_size *size) { in is_landscape() function
960 if (is_landscape(&size)) { in update_render_state()
982 if (is_landscape(&size)) { in update_render_state()
1006 if (is_landscape(&size)) { in update_render_state()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Dmedia_features.rs159 let is_landscape = size.width > size.height; in eval_orientation_for() localVariable
161 Orientation::Landscape => is_landscape, in eval_orientation_for()
162 Orientation::Portrait => !is_landscape, in eval_orientation_for()
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Dmedia_features.rs158 let is_landscape = size.width > size.height; in eval_orientation_for() localVariable
160 Orientation::Landscape => is_landscape, in eval_orientation_for()
161 Orientation::Portrait => !is_landscape, in eval_orientation_for()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Dmedia_features.rs159 let is_landscape = size.width > size.height; in eval_orientation_for() localVariable
161 Orientation::Landscape => is_landscape, in eval_orientation_for()
162 Orientation::Portrait => !is_landscape, in eval_orientation_for()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/pdf/pdfium/
H A Dpdfium_print.cc199 bool is_landscape = PDFiumPrint::IsSourcePdfLandscape(doc.get()); in CreateNupPdfDocument() local
200 nup_params.SetParameters(pages_per_sheet, is_landscape); in CreateNupPdfDocument()
/dports/www/chromium-legacy/chromium-88.0.4324.182/pdf/pdfium/
H A Dpdfium_print.cc200 bool is_landscape = PDFiumPrint::IsSourcePdfLandscape(doc.get()); in CreateNupPdfDocument() local
201 nup_params.SetParameters(pages_per_sheet, is_landscape); in CreateNupPdfDocument()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/home_screen/
H A Ddrag_window_from_shelf_controller.cc528 const bool is_landscape = IsCurrentScreenOrientationLandscape(); in GetSnapPosition() local
530 if (!is_landscape && in GetSnapPosition()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/html/
H A Dlatex.c479 gboolean is_landscape = FALSE, use_utf8; in latex2e_write_file_header() local
482 is_landscape = (orient == GTK_PAGE_ORIENTATION_LANDSCAPE || in latex2e_write_file_header()
555 if (is_landscape) in latex2e_write_file_header()
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/images/
H A Dmodels.py341 def is_landscape(self): member in AbstractImage
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/images/tests/
H A Dtest_models.py33 self.assertTrue(self.image.is_landscape())
/dports/graphics/simple-scan/simple-scan-40.7/src/
H A Dapp-window.vala1466 bool is_landscape = false;
1468 is_landscape = true;
1469 if (page.is_landscape != is_landscape)
H A Dpage.vala47 public bool is_landscape { get { return width > height; } }
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_layout_manager.cc225 const bool is_landscape = IsCurrentScreenOrientationLandscape(); in GetWindowForDragToHomeOrOverview() local
230 if (is_landscape) { in GetWindowForDragToHomeOrOverview()
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/users/prev_whats_new/
H A Dgithub_stats_3.2.0.rst524 * :ghpull:`14352`: Remove redundant is_landscape kwarg from backend_ps helpers.