/third_party/cef/tests/ceftests/ |
D | print_unittest.cc | 18 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/ |
D | nup.cc | 69 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()
|
D | nup.h | 12 landscape(false), in NupParameters() 21 bool landscape; // post-rotate! member
|
D | pdftopdf_processor.cc | 293 param.nup.landscape = !param.nup.landscape; in processPDFTOPDF() 298 if (param.nup.landscape) in processPDFTOPDF()
|
/third_party/cups-filters/filter/ |
D | pcl-common.h | 40 #define pcl_set_duplex(duplex,landscape)\ argument 41 if (duplex) printf("\033&l%dS", (duplex) + (landscape))
|
D | common.c | 202 if (ppd && ppd->landscape > 0) in SetCommonOptions()
|
/third_party/cef/libcef/browser/ |
D | print_settings_impl.cc | 29 void CefPrintSettingsImpl::SetOrientation(bool landscape) { in SetOrientation() argument 31 mutable_value()->SetOrientation(landscape); in SetOrientation() 36 return const_value().landscape(); in IsLandscape()
|
D | print_settings_impl.h | 27 void SetOrientation(bool landscape) override;
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | orientation_builder.dart | 26 /// 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/ |
D | print_settings_ctocpp.h | 40 void SetOrientation(bool landscape) override;
|
D | print_settings_ctocpp.cc | 69 void CefPrintSettingsCToCpp::SetOrientation(bool landscape) { in SetOrientation() argument 79 _struct->set_orientation(_struct, landscape); in SetOrientation()
|
/third_party/cef/include/ |
D | cef_print_settings.h | 79 virtual void SetOrientation(bool landscape) = 0;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitappdelegate.m | 247 * 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/ |
D | cef_print_settings_capi.h | 74 int landscape);
|
/third_party/cef/libcef_dll/cpptoc/ |
D | print_settings_cpptoc.cc | 72 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/ |
D | complexity.gnuplot | 17 set terminal postscript landscape monochrome dashed "Helvetica" 14
|
D | mass-elements.gnuplot | 17 set terminal postscript landscape monochrome dashed "Helvetica" 14
|
/third_party/flutter/flutter/packages/flutter_localizations/test/material/ |
D | date_picker_test.dart | 271 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/ |
D | time.dart | 177 /// period. Controls are laid out horizontally in portrait mode. In landscape 186 /// period. Controls are laid out horizontally in portrait mode. In landscape
|
D | time_picker.dart | 168 /// 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/ |
D | system_chrome.dart | 25 /// 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/ |
D | date_picker_test.dart | 840 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/ |
D | 20.1.2.rst | 38 - [RADV] - Path of Exile (238960) - Map outline, landscape and markers are
|
/third_party/cef/libcef/browser/printing/ |
D | print_view_manager.cc | 77 print_settings.SetBoolean(kSettingLandscape, !!pdf_settings.landscape); in FillInDictionaryFromPdfPrintSettings()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | render_object_widget_test.dart | 28 case Orientation.landscape:
|