Home
last modified time | relevance | path

Searched refs:landscape (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/cef/tests/ceftests/
Dprint_unittest.cc18 bool landscape = true; in TEST() local
19 settings->SetOrientation(landscape); in TEST()
20 EXPECT_EQ(landscape, settings->IsLandscape()); in TEST()
21 landscape = false; in TEST()
22 settings->SetOrientation(landscape); in TEST()
23 EXPECT_EQ(landscape, settings->IsLandscape()); in TEST()
/third_party/cups-filters/filter/pdftopdf/
Dnup.cc69 ret.landscape=true; in preset()
74 ret.landscape=true; in preset()
83 ret.landscape=true; in preset()
88 ret.landscape=true; in preset()
97 ret.landscape=true; in preset()
106 ret.landscape=true; in preset()
Dnup.h12 landscape(false), in NupParameters()
21 bool landscape; // post-rotate! member
Dpdftopdf_processor.cc293 param.nup.landscape = !param.nup.landscape; in processPDFTOPDF()
298 if (param.nup.landscape) in processPDFTOPDF()
/third_party/cups-filters/filter/
Dpcl-common.h40 #define pcl_set_duplex(duplex,landscape)\ argument
41 if (duplex) printf("\033&l%dS", (duplex) + (landscape))
Dcommon.c202 if (ppd && ppd->landscape > 0) in SetCommonOptions()
/third_party/cef/libcef/browser/
Dprint_settings_impl.cc29 void CefPrintSettingsImpl::SetOrientation(bool landscape) { in SetOrientation() argument
31 mutable_value()->SetOrientation(landscape); in SetOrientation()
36 return const_value().landscape(); in IsLandscape()
Dprint_settings_impl.h27 void SetOrientation(bool landscape) override;
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dorientation_builder.dart26 /// landscape or portrait mode.
40 /// height. For example, a [Column] widget will have a landscape orientation
49 …rientation = constraints.maxWidth > constraints.maxHeight ? Orientation.landscape : Orientation.po…
/third_party/cef/libcef_dll/ctocpp/
Dprint_settings_ctocpp.h40 void SetOrientation(bool landscape) override;
Dprint_settings_ctocpp.cc69 void CefPrintSettingsCToCpp::SetOrientation(bool landscape) { in SetOrientation() argument
79 _struct->set_orientation(_struct, landscape); in SetOrientation()
/third_party/cef/include/
Dcef_print_settings.h79 virtual void SetOrientation(bool landscape) = 0;
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitappdelegate.m247 * landscape mode (e.g. a standard Default.png on an iPhone
248 * when Info.plist only supports landscape orientations) need
256 /* On iOS 7 and below, landscape launch images displayed in
257 * landscape mode (e.g. landscape iPad launch images) need
/third_party/cef/include/capi/
Dcef_print_settings_capi.h74 int landscape);
/third_party/cef/libcef_dll/cpptoc/
Dprint_settings_cpptoc.cc72 int landscape) { in print_settings_set_orientation() argument
82 CefPrintSettingsCppToC::Get(self)->SetOrientation(landscape ? true : false); in print_settings_set_orientation()
/third_party/gstreamer/gstreamer/tests/benchmarks/
Dcomplexity.gnuplot17 set terminal postscript landscape monochrome dashed "Helvetica" 14
Dmass-elements.gnuplot17 set terminal postscript landscape monochrome dashed "Helvetica" 14
/third_party/flutter/flutter/packages/flutter_localizations/test/material/
Ddate_picker_test.dart271 testWidgets('common screen size - landscape - Chinese', (WidgetTester tester) async {
281 testWidgets('common screen size - landscape - Japanese', (WidgetTester tester) async {
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtime.dart177 /// period. Controls are laid out horizontally in portrait mode. In landscape
186 /// period. Controls are laid out horizontally in portrait mode. In landscape
Dtime_picker.dart168 /// and vertically in landscape orientation.
294 case Orientation.landscape:
618 case Orientation.landscape:
749 case Orientation.landscape:
773 case Orientation.landscape:
1684 case Orientation.landscape:
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dsystem_chrome.dart25 /// For a device with a landscape default orientation, the orientation obtained
32 /// in [portraitUp]. Otherwise, the device shows its boot logo in landscape
39 /// If the device shows its boot logo in landscape, then the boot logo is
/third_party/flutter/flutter/packages/flutter/test/material/
Ddate_picker_test.dart840 testWidgets('common screen size - landscape', (WidgetTester tester) async {
850 testWidgets('common screen size - landscape - textScale 1.3', (WidgetTester tester) async {
860 testWidgets('small screen size - landscape', (WidgetTester tester) async {
870 testWidgets('small screen size - landscape - textScale 1.3', (WidgetTester tester) async {
/third_party/mesa3d/docs/relnotes/
D20.1.2.rst38 - [RADV] - Path of Exile (238960) - Map outline, landscape and markers are
/third_party/cef/libcef/browser/printing/
Dprint_view_manager.cc77 print_settings.SetBoolean(kSettingLandscape, !!pdf_settings.landscape); in FillInDictionaryFromPdfPrintSettings()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Drender_object_widget_test.dart28 case Orientation.landscape:

12345