Home
last modified time | relevance | path

Searched refs:laid (Results 1 – 25 of 175) sorted by relevance

1234567

/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dsliver_list.dart68 // haven't yet been laid out will be removed, leaving the list in an
74 // already been laid out.
88 // These variables track the range of children that we have laid out. Within
107 // firstChild. In this case, nothing has been laid out. We have
160 // cover a range of render boxes that we have laid out with the first being
167 // Make sure we've laid out at least one child.
176 // been laid out, and is in fact our leadingChildWithLayout. It's possible
177 // that some children beyond that one have also been laid out.
Dviewport_offset.dart116 /// will be laid out again with the new scroll offset. This is expensive. (The
120 /// be laid out again.)
138 /// will be laid out again with the new scroll offset. This is expensive. (The
142 /// be laid out again.)
144 /// This is called at least once each time the [RenderViewport] is laid out,
Dcustom_layout.dart112 /// child. Every child must be laid out using this function exactly
126 'Each child must be laid out exactly once.'
219 'Each child must be laid out exactly once.'
225 'Each child must be laid out exactly once.'
259 /// laid out.
Dsliver_padding.dart86 /// doesn't know what direction it will be laid out in.
108 /// doesn't know what direction it will be laid out in.
132 /// doesn't know what direction it will be laid out in.
145 /// doesn't know what direction it will be laid out in.
Dlist_body.dart46 /// The direction in which the children are laid out.
49 /// will be laid out below the next, vertically.
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtime.dart150 /// laid out horizontally. Hours are separated from minutes by one colon
157 /// laid out horizontally. Hours are separated from minutes by one dot
164 /// laid out horizontally. Hours are separated from minutes by letter 'h'.
170 /// always laid out horizontally. Hours are separated from minutes by one
177 /// period. Controls are laid out horizontally in portrait mode. In landscape
186 /// period. Controls are laid out horizontally in portrait mode. In landscape
Dtext_selection.dart75 /// The size of the screen at the time that the toolbar was last laid out.
79 /// laid out, in global coordinates.
Dbutton_bar.dart15 /// [ButtonTheme]. The children are laid out in a [Row] with
/third_party/flutter/flutter/packages/flutter/test/material/
Dbanner_test.dart53 …testWidgets('Actions laid out below content if more than one action', (WidgetTester tester) async {
80 testWidgets('Actions laid out beside content if only one action', (WidgetTester tester) async {
103 testWidgets('Actions laid out below content if forced override', (WidgetTester tester) async {
/third_party/flutter/engine/flutter/lib/web_ui/test/
Dcanvas_test.dart32 testCanvas('draws laid out paragraph', (EngineCanvas canvas) {
55 testCanvas('ignores paragraphs that were not laid out',
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dindependent_layout_test.dart57 // Make sure the offscreen didn't get laid out
88 // Make sure the onscreen didn't get laid out
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dwidget_span.dart18 /// [WidgetSpan]s. Child [Text] and [RichText] widgets will be laid out
96 /// in-order mapping of widget to laid-out dimensions. If no such dimension
99 /// The `textScaleFactor` will be applied to the laid-out size of the widget.
Dviewport.dart73 /// The direction in which child should be laid out in the cross axis.
267 /// The direction in which child should be laid out in the cross axis.
/third_party/boost/libs/spirit/doc/qi/
Dbinary.qbk28 that are laid out in the native __endianness__ of the target
137 that are laid out in little endian.
238 are laid out in big endian.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_type_2_10_10_10_REV.txt67 unsigned (2, 10, 10, 10) format laid out in a 32-bit word as shown.
/third_party/openGLES/extensions/EXT/
DEXT_texture_type_2_10_10_10_REV.txt67 unsigned (2, 10, 10, 10) format laid out in a 32-bit word as shown.
/third_party/icu/docs/userguide/transforms/
Dbidi.md95 some parts of the text laid out left-to-right, and other parts laid out
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dstrut_style.dart22 /// strut are calculated, and any laid out text that has a shorter ascent or
115 /// * [forceStrutHeight]: when true, all lines will be laid out with the
149 /// caused all lines to be laid out taller than without strut. This extra space
361 /// Equivalent to having no strut at all. All lines will be laid out according to
471 /// When true, all lines will be laid out with the height of the
/third_party/mesa3d/docs/isl/
Dtiling.rst25 each of which is 4KB of memory. Within each tile, the pixels are laid out like
26 a 128x8 linear image. The tiles themselves are laid out row-major in memory
186 Each 64B cache line within the tile is laid out as 4 rows of 16B each:
268 Each 64B cache line within the tile is laid out the same way as for a Y-tile,
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.tessellation.txt80 "additional segments", as laid out in the specification, are checked. The
150 The invariance tests target the 8 invariance rules laid out in the
/third_party/EGL/extensions/NV/
DEGL_NV_stream_origin.txt171 - EGL_X_AXIS_NV - Frames are laid out such that consecutive
175 - EGL_Y_AXIS_NV - Frames are laid out such that consecutive
/third_party/boost/libs/spirit/doc/karma/
Dbinary.qbk29 emit binary byte streams laid out conforming to the native endianness (byte
208 emit binary byte streams laid out conforming to the little endianness byte
361 emit binary byte streams laid out conforming to the big endianness byte
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dkeep_alive_test.dart504 …live but not laid out): RenderLimitedBox#00000\n' // <----- this one is index 0 and …
516 …' └╌child with index 3 (kept alive but not laid out): RenderLimitedBox#00000…
/third_party/skia/third_party/externals/libjpeg-turbo/
Dcoderules.txt19 Block comments should be laid out thusly:
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_half.inl161 // are laid out, we don't have to treat this case separately;

1234567