Home
last modified time | relevance | path

Searched refs:horizontal (Results 1 – 25 of 744) sorted by relevance

12345678910>>...30

/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/
Dcupertino_text_field_demo.dart41 prefix: const Padding(padding: EdgeInsets.symmetric(horizontal: 4.0)),
43 padding: const EdgeInsets.symmetric(horizontal: 4.0),
70 padding: EdgeInsets.symmetric(horizontal: 6.0, vertical: 12.0),
88 padding: EdgeInsets.symmetric(horizontal: 6.0, vertical: 12.0),
107 padding: const EdgeInsets.symmetric(horizontal: 6.0, vertical: 12.0),
124 padding: EdgeInsets.symmetric(horizontal: 6.0, vertical: 12.0),
145 padding: const EdgeInsets.symmetric(horizontal: 6.0, vertical: 12.0),
173 padding: const EdgeInsets.symmetric(vertical: 32.0, horizontal: 16.0),
185 padding: const EdgeInsets.symmetric(vertical: 32.0, horizontal: 16.0),
Dcupertino_alert_demo.dart60 padding: const EdgeInsets.symmetric(vertical: 24.0, horizontal: 72.0)
93 padding: const EdgeInsets.symmetric(vertical: 16.0, horizontal: 36.0),
122 padding: const EdgeInsets.symmetric(vertical: 16.0, horizontal: 36.0),
138 padding: const EdgeInsets.symmetric(vertical: 16.0, horizontal: 36.0),
149 padding: const EdgeInsets.symmetric(vertical: 16.0, horizontal: 36.0),
/third_party/skia/src/pathops/
DSkIntersections.h62 return horizontal(conic, left, right, y, flipped); in conicHorizontal()
87 return horizontal(cubic, left, right, y, flipped); in cubicHorizontal()
137 return horizontal(line, left, right, y, flipped); in lineHorizontal()
173 return horizontal(quad, left, right, y, flipped); in quadHorizontal()
243 int horizontal(const SkDLine&, double left, double right, double y, bool flipped);
244 int horizontal(const SkDQuad&, double left, double right, double y, bool flipped);
245 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]);
246 int horizontal(const SkDCubic&, double y, double tRange[3]);
247 int horizontal(const SkDConic&, double left, double right, double y, bool flipped);
248 int horizontal(const SkDCubic&, double left, double right, double y, bool flipped);
[all …]
/third_party/flutter/skia/src/pathops/
DSkIntersections.h62 return horizontal(conic, left, right, y, flipped); in conicHorizontal()
87 return horizontal(cubic, left, right, y, flipped); in cubicHorizontal()
137 return horizontal(line, left, right, y, flipped); in lineHorizontal()
173 return horizontal(quad, left, right, y, flipped); in quadHorizontal()
243 int horizontal(const SkDLine&, double left, double right, double y, bool flipped);
244 int horizontal(const SkDQuad&, double left, double right, double y, bool flipped);
245 int horizontal(const SkDQuad&, double left, double right, double y, double tRange[2]);
246 int horizontal(const SkDCubic&, double y, double tRange[3]);
247 int horizontal(const SkDConic&, double left, double right, double y, bool flipped);
248 int horizontal(const SkDCubic&, double left, double right, double y, bool flipped);
[all …]
/third_party/ffmpeg/libswscale/arm/
Dhscale.S49 …vpadd.s32 d16, d16, d17 @ horizontal pair adding of the…
50 …vpadd.s32 d17, d18, d19 @ horizontal pair adding of the…
51 …vpadd.s32 d20, d20, d21 @ horizontal pair adding of the…
52 …vpadd.s32 d21, d22, d23 @ horizontal pair adding of the…
60 …vpadd.s32 d8, d8, d9 @ horizontal pair adding of the…
61 …vpadd.s32 d9, d10, d11 @ horizontal pair adding of the…
62 …vpadd.s32 d8, d8, d9 @ horizontal pair adding of the…
/third_party/boost/boost/polygon/
Drectangle_concept.hpp100 horizontal(const T& rectangle) { in horizontal() function
139 horizontal(T& rectangle, const T2& interval) { in horizontal() function
343 return contains(horizontal(rectangle), horizontal(rectangle_contained), consider_touch) && in contains()
354 return contains(horizontal(rectangle), x(point_contained), consider_touch) && in contains()
374horizontal(rectangle, construct<typename rectangle_interval_type<rectangle_type>::type>(x1, x2)); in set_points()
404 typename rectangle_interval_type<rectangle_type_1>::type ivl = horizontal(rectangle); in convolve()
405 horizontal(rectangle, convolve(ivl, horizontal(convolution_rectangle))); in convolve()
420 typename rectangle_interval_type<rectangle_type_1>::type ivl = horizontal(rectangle); in deconvolve()
421 horizontal(rectangle, deconvolve(ivl, horizontal(convolution_rectangle))); in deconvolve()
436 typename rectangle_interval_type<rectangle_type_1>::type ivl = horizontal(rectangle); in reflected_convolve()
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dbasic_types.dart106 /// example, that a [horizontal] axis might actually be diagonally from top
112 /// light left and right, rather than just horizontal).
113 /// * [TextDirection], which disambiguates between left-to-right horizontal
114 /// content and right-to-left horizontal content.
120 /// * [TextDirection], which disambiguates between left-to-right horizontal
121 /// content and right-to-left horizontal content.
122 horizontal,
130 /// Specifically, returns [Axis.horizontal] for [Axis.vertical], and
139 case Axis.horizontal:
142 return Axis.horizontal;
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dh264_intrapred_init.c57 PRED8x8(horizontal, 10, sse2)
73 PRED8x8L(horizontal, 10, sse2)
74 PRED8x8L(horizontal, 10, ssse3)
75 PRED8x8L(horizontal, 10, avx)
103 PRED16x16(horizontal, 10, mmxext)
104 PRED16x16(horizontal, 10, sse2)
109 PRED16x16(horizontal, 8, mmx)
110 PRED16x16(horizontal, 8, mmxext)
111 PRED16x16(horizontal, 8, ssse3)
136 PRED8x8(horizontal, 8, mmx)
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dbutton_bar.dart41 /// How the children should be placed along the horizontal axis.
44 /// How much horizontal space is available. See [Row.mainAxisSize].
56 final double paddingUnit = buttonTheme.padding.horizontal / 4.0;
62 padding: EdgeInsets.symmetric(horizontal: paddingUnit),
72 horizontal: paddingUnit,
78 padding: EdgeInsets.symmetric(horizontal: paddingUnit),
Dconstants.dart42 /// The duration of the horizontal scroll animation that occurs when a tab is tapped.
45 /// The horizontal padding included by [Tab]s.
46 const EdgeInsets kTabLabelPadding = EdgeInsets.symmetric(horizontal: 16.0);
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dwrap.dart17 /// If this value is used in a horizontal direction, a [TextDirection] must be
26 /// If this value is used in a horizontal direction, a [TextDirection] must be
53 /// If this value is used in a horizontal direction, a [TextDirection] must be
63 /// If this value is used in a horizontal direction, a [TextDirection] must be
90 /// Displays its children in multiple horizontal or vertical runs.
108 /// By default, the wrap layout is horizontal and both the children and the
112 Axis direction = Axis.horizontal,
139 /// For example, if [direction] is [Axis.horizontal], the default, the
140 /// children are placed adjacent to one another in a horizontal run until the
141 /// available horizontal space is consumed, at which point a subsequent
[all …]
Dflex.dart107 /// If this value is used in a horizontal direction, a [TextDirection] must be
116 /// If this value is used in a horizontal direction, a [TextDirection] must be
152 /// If this value is used in a horizontal direction, a [TextDirection] must be
165 /// If this value is used in a horizontal direction, a [TextDirection] must be
187 /// (since baselines are always horizontal).
195 case Axis.horizontal:
269 /// By default, the flex layout is horizontal and children are aligned to the
273 Axis direction = Axis.horizontal,
307 /// If the [direction] is [Axis.horizontal], and the [mainAxisAlignment] is
346 /// If the [direction] is [Axis.horizontal], and the [crossAxisAlignment] is
[all …]
Dlist_body.dart60 /// The axis (horizontal or vertical) corresponding to the current
68 case Axis.horizontal:
87 case Axis.horizontal:
213 case Axis.horizontal:
225 case Axis.horizontal:
237 case Axis.horizontal:
249 case Axis.horizontal:
/third_party/flutter/flutter/dev/manual_tests/lib/
Dpage_view.dart44 Axis scrollDirection = Axis.horizontal;
72 ? Axis.horizontal
90 selected: scrollDirection == Axis.horizontal,
115 Text(scrollDirection == Axis.horizontal ? 'horizontal' : 'vertical'),
/third_party/node/deps/npm/node_modules/boxen/
Dindex.js125 const horizontal = chars.horizontal.repeat(contentWidth); constant
126 …const top = colorizeBorder(NL.repeat(margin.top) + marginLeft + chars.topLeft + horizontal + chars…
127 …const bottom = colorizeBorder(marginLeft + chars.bottomLeft + horizontal + chars.bottomRight + NL.…
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dlist_body_test.dart67 direction: Axis.horizontal,
71 child: ListBody(mainAxis: Axis.horizontal, children: children),
90 direction: Axis.horizontal,
94 child: ListBody(mainAxis: Axis.horizontal, children: children),
Dsemantics_clipping_test.dart22 direction: Axis.horizontal,
77 direction: Axis.horizontal,
85 direction: Axis.horizontal,
/third_party/libinput/doc/user/
Dscrolling.rst31 Scroll movements provide vertical and horizontal directions, each
34 toggles to enable or disable horizontal scrolling. Instead, horizontal
36 enough context to know when horizontal scrolling is appropriate for a given
37 widget. The task of filtering horizontal movements is up to the caller.
53 Vertical and horizontal two-finger scrolling
80 finger along the right edge (vertical scroll) or bottom edge (horizontal
86 Vertical and horizontal edge scrolling
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dnavigation_toolbar.dart14 /// widgets along a horizontal axis that's sensible for an application's
42 /// Widget to place at the start of the horizontal toolbar.
45 /// Widget to place in the middle of the horizontal toolbar, occupying
49 /// Widget to place at the end of the horizontal toolbar.
56 /// The spacing around the [middle] widget on horizontal axis.
103 // If true the middle widget is centered within the toolbar (not within the horizontal
107 /// The spacing around middle widget on horizontal axis.
/third_party/boost/libs/math/example/
Dlambert_w_graph.cpp103 .y_values_rotation(horizontal) in main()
160 .y_values_rotation(horizontal) in main()
216 .y_values_rotation(horizontal) in main()
260 .y_values_rotation(horizontal) in main()
/third_party/flutter/flutter/packages/flutter/test/material/
Dreorderable_list_test.dart487 group('in horizontal mode', () {
489 await tester.pumpWidget(build(scrollDirection: Axis.horizontal));
500 await tester.pumpWidget(build(scrollDirection: Axis.horizontal));
511 await tester.pumpWidget(build(scrollDirection: Axis.horizontal));
522 …wait tester.pumpWidget(build(header: const Text('Header Text'), scrollDirection: Axis.horizontal));
533 …wait tester.pumpWidget(build(header: const Text('Header Text'), scrollDirection: Axis.horizontal));
543 … testWidgets('properly determines the horizontal drop area extents', (WidgetTester tester) async {
562 scrollDirection: Axis.horizontal,
631 scrollDirection: Axis.horizontal,
649 scrollDirection: Axis.horizontal,
[all …]
/third_party/boost/libs/gil/doc/image_processing/
Dbasics.rst28 (horizontal) direction. There is filtering that cannot be done with a
39 (horizontal) and y (vertical). To compute a derivative, one can use
49 axises (which form horizontal plane) will correspond to X and Y indices
/third_party/boost/libs/gil/doc/html/_sources/image_processing/
Dbasics.rst.txt28 (horizontal) direction. There is filtering that cannot be done with a
39 (horizontal) and y (vertical). To compute a derivative, one can use
49 axises (which form horizontal plane) will correspond to X and Y indices
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-fallback.cc523 bool horizontal = HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction); in _hb_ot_shape_fallback_spaces() local
544 if (horizontal) in _hb_ot_shape_fallback_spaces()
551 if (horizontal) in _hb_ot_shape_fallback_spaces()
561 if (horizontal) in _hb_ot_shape_fallback_spaces()
573 if (horizontal) in _hb_ot_shape_fallback_spaces()
586 if (horizontal) in _hb_ot_shape_fallback_spaces()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-fallback.cc519 bool horizontal = HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction); in _hb_ot_shape_fallback_spaces() local
540 if (horizontal) in _hb_ot_shape_fallback_spaces()
547 if (horizontal) in _hb_ot_shape_fallback_spaces()
557 if (horizontal) in _hb_ot_shape_fallback_spaces()
569 if (horizontal) in _hb_ot_shape_fallback_spaces()
582 if (horizontal) in _hb_ot_shape_fallback_spaces()

12345678910>>...30