/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/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…
|
D | media_query.dart | 14 /// Whether in portrait or landscape. 20 landscape 278 /// The orientation of the media (e.g., whether the device is in landscape or 281 return size.width > size.height ? Orientation.landscape : Orientation.portrait;
|
/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/boost/libs/spirit/doc/refcard/ |
D | Makefile | 7 dvips -Ppdf -t landscape -q -f $< \
|
/third_party/cef/include/ |
D | cef_print_settings.h | 79 virtual void SetOrientation(bool landscape) = 0;
|
/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/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/boost/tools/build/doc/src/ |
D | history.adoc | 153 After even more years of development the landscape of build systems has changed 154 considerably, and so has the landscape of compilers. This version marks the
|
/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:
|
/third_party/skia/third_party/externals/opengl-registry/extensions/GREMEDY/ |
D | GREMEDY_string_marker.txt | 50 when (e.g. rendering background, landscape, building, players,
|
/third_party/openGLES/extensions/GREMEDY/ |
D | GREMEDY_string_marker.txt | 50 when (e.g. rendering background, landscape, building, players,
|