Home
last modified time | relevance | path

Searched refs:tight (Results 1 – 25 of 134) sorted by relevance

123456

/third_party/flutter/skia/tests/
DPathOpsTightBoundsTest.cpp135 SkRect tight; in DEF_TEST() local
136 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
137 REPORTER_ASSERT(reporter, bounds == tight); in DEF_TEST()
144 SkRect tight; in DEF_TEST() local
145 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
146 REPORTER_ASSERT(reporter, bounds == tight); in DEF_TEST()
154 SkRect tight; in DEF_TEST() local
155 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
156 REPORTER_ASSERT(reporter, bounds == tight); in DEF_TEST()
164 SkRect tight; in DEF_TEST() local
[all …]
/third_party/skia/tests/
DPathOpsTightBoundsTest.cpp134 SkRect tight; in DEF_TEST() local
135 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
136 REPORTER_ASSERT(reporter, bounds == tight); in DEF_TEST()
143 SkRect tight; in DEF_TEST() local
144 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
145 REPORTER_ASSERT(reporter, bounds == tight); in DEF_TEST()
153 SkRect tight; in DEF_TEST() local
154 REPORTER_ASSERT(reporter, TightBounds(path, &tight)); in DEF_TEST()
155 REPORTER_ASSERT(reporter, bounds == tight); in DEF_TEST()
163 SkRect tight; in DEF_TEST() local
[all …]
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dstack_test.dart13 additionalConstraints: BoxConstraints.tight(const Size(100.0, 100.0))
58 layout(stack, constraints: BoxConstraints.tight(const Size(100.0, 100.0)));
67 additionalConstraints: BoxConstraints.tight(const Size(100.0, 100.0))
70 additionalConstraints: BoxConstraints.tight(const Size(100.0, 100.0))
73 additionalConstraints: BoxConstraints.tight(const Size(100.0, 100.0))
Dtransform_test.dart24 …layout(sizer, constraints: BoxConstraints.tight(const Size(100.0, 100.0)), alignment: Alignment.to…
45 …layout(sizer, constraints: BoxConstraints.tight(const Size(100.0, 100.0)), alignment: Alignment.to…
63 …layout(sizer, constraints: BoxConstraints.tight(const Size(100.0, 100.0)), alignment: Alignment.to…
84 …layout(sizer, constraints: BoxConstraints.tight(const Size(100.0, 100.0)), alignment: Alignment.to…
102 …layout(sizer, constraints: BoxConstraints.tight(const Size(100.0, 100.0)), alignment: Alignment.to…
123 …layout(sizer, constraints: BoxConstraints.tight(const Size(100.0, 100.0)), alignment: Alignment.to…
141 …layout(sizer, constraints: BoxConstraints.tight(const Size(100.0, 100.0)), alignment: Alignment.to…
159 …layout(sizer, constraints: BoxConstraints.tight(const Size(100.0, 100.0)), alignment: Alignment.to…
Dpositioned_box_test.dart13 additionalConstraints: BoxConstraints.tight(const Size(100.0, 100.0)),
25 additionalConstraints: BoxConstraints.tight(const Size(100.0, 100.0)),
50 additionalConstraints: BoxConstraints.tight(const Size(100.0, 100.0)),
Dproxy_box_test.dart60 …layout(makeFittedBox(const Size(1, 1)), constraints: BoxConstraints.tight(Size.zero), phase: Engin…
169 layout(boundary, constraints: BoxConstraints.tight(const Size(100.0, 200.0)));
177 layout(boundary, constraints: BoxConstraints.tight(const Size(100.0, 200.0)));
189 additionalConstraints: BoxConstraints.tight(const Size.square(20.0)),
197 additionalConstraints: BoxConstraints.tight(const Size.square(10.0)),
207 layout(boundary, constraints: BoxConstraints.tight(const Size(20.0, 20.0)));
542 …layout(renderObject, phase: EnginePhase.paint, constraints: BoxConstraints.tight(const Size(10, 10…
Dtable_test.dart13 additionalConstraints: BoxConstraints.tight(Size(width, height))
18 test('Table control test; tight', () {
243 layout(table, constraints: BoxConstraints.tight(const Size(800.0, 600.0)));
Dsize_test.dart13 additionalConstraints: BoxConstraints.tight(const Size(100.0, 100.0)));
Doffstage_test.dart15 // incoming constraints are tight 800x600
Dnon_render_object_root_test.dart42 child?.layout(BoxConstraints.tight(const Size(500.0, 500.0)));
Dreattach_test.dart13 // incoming constraints are tight 800x600
56 // incoming constraints are tight 800x600
Dconstraints_test.dart15 additionalConstraints: BoxConstraints.tight(const Size(200.0, 200.0)),
Dindependent_layout_test.dart13 // incoming constraints are tight 800x600
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dimplicit_animations_test.dart11 begin: BoxConstraints.tight(const Size(20.0, 50.0)),
12 end: BoxConstraints.tight(const Size(10.0, 30.0)),
Dcustom_single_child_layout_test.dart59 return BoxConstraints.tight(size);
78 return BoxConstraints.tight(size.value);
/third_party/mbedtls/tests/suites/
Dtest_suite_pkcs1_v15.data43 RSAES-V15 decoding: good, payload=max, tight output buffer
49 RSAES-V15 decoding: good, payload=max-1, tight output buffer
Dtest_suite_gcm.function33 /* Allocate a tight buffer for each update call. This way, if the function
88 /* Allocate a tight buffer for each update call. This way, if the function
/third_party/ltp/tools/genload/
DREADME24 in a tight loop calculating the sqrt() of a random number acquired with
35 The following forks 4 processes, each of which spins in a tight loop calling
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dflex.dart19 /// * [Expanded], the widget equivalent of [tight].
25 tight,
48 /// [FlexFit.tight], the child is required to fill the available space. If the
80 /// non-zero [FlexParentData.flex] and a [FlexFit.tight] fit (as applied by
180 /// This causes the constraints passed to the children to be tight in the
229 /// [crossAxisAlignment] is [CrossAxisAlignment.stretch], instead use tight
240 /// [FlexFit.tight] are given tight constraints (i.e., forced to fill the
613 return childParentData.fit ?? FlexFit.tight;
661 if (!canFlex && (mainAxisSize == MainAxisSize.max || _getFit(child) == FlexFit.tight)) {
767 case FlexFit.tight:
/third_party/flutter/flutter/packages/flutter/test/material/
Draw_material_button_test.dart24 constraints: BoxConstraints.tight(const Size(10.0, 10.0)),
44 constraints: BoxConstraints.tight(const Size(10.0, 10.0)),
/third_party/openssl/doc/man3/
DBIO_socket_wait.pod31 at most the given B<nap_milliseconds> in order to avoid a tight busy loop.
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.shaders.int_op.txt62 (vertex or fragment) a single quad or a tight grid of quads is rendered with
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dimage.dart253 /// widget should be placed in a context that sets tight layout constraints.
293 /// widget should be placed in a context that sets tight layout constraints.
339 /// widget should be placed in a context that sets tight layout constraints.
410 /// widget should be placed in a context that sets tight layout constraints.
541 /// widget should be placed in a context that sets tight layout constraints.
742 /// be specified, or that the widget be placed in a context that sets tight
754 /// be specified, or that the widget be placed in a context that sets tight
/third_party/flutter/flutter/examples/image_list/lib/
Dmain.dart141 fit: FlexFit.tight,
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Dmhchem.mjs688 'tex-math tight': function texMathTight(buffer, m) {
689 return mhchemParser.go(m, 'tex-math tight');
1757 action_: 'tex-math tight',
2173 'tex-math tight': {
2192 action_: 'tight operator'
2202 'tight operator': function tightOperator(buffer, m) {
2507 type_: 'tight cdot'
2930 case 'tight cdot':

123456