Home
last modified time | relevance | path

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

1234

/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/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…
Dmedia_query.dart14 /// 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/
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/boost/libs/spirit/doc/refcard/
DMakefile7 dvips -Ppdf -t landscape -q -f $< \
/third_party/cef/include/
Dcef_print_settings.h79 virtual void SetOrientation(bool landscape) = 0;
/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/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/boost/tools/build/doc/src/
Dhistory.adoc153 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/
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:
/third_party/skia/third_party/externals/opengl-registry/extensions/GREMEDY/
DGREMEDY_string_marker.txt50 when (e.g. rendering background, landscape, building, players,
/third_party/openGLES/extensions/GREMEDY/
DGREMEDY_string_marker.txt50 when (e.g. rendering background, landscape, building, players,

1234