Home
last modified time | relevance | path

Searched refs:box2 (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/flutter/packages/flutter/test/rendering/
Dflex_test.dart140 final RenderDecoratedBox box2 = RenderDecoratedBox(decoration: const BoxDecoration());
141 … RenderFlex flex = RenderFlex(textDirection: TextDirection.ltr, children: <RenderBox>[box1, box2]);
147 expect(box2.size.width, equals(0.0));
148 expect(box2.size.height, equals(0.0));
150 final FlexParentData box2ParentData = box2.parentData;
156 expect(box2.size.width, equals(100.0));
157 expect(box2.size.height, equals(0.0));
162 final RenderDecoratedBox box2 = RenderDecoratedBox(decoration: const BoxDecoration());
164 flex.setupParentData(box2);
165 final FlexParentData box2ParentData = box2.parentData;
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dcomposited_transform_test.dart78 final RenderBox box2 = key2.currentContext.findRenderObject();
80 final Offset position2 = box2.localToGlobal(Offset.zero);
133 final RenderBox box2 = key2.currentContext.findRenderObject();
135 final Offset position2 = box2.localToGlobal(Offset.zero);
172 final RenderBox box2 = key2.currentContext.findRenderObject();
173 expect(box2.size, const Size(10.0, 10.0));
Danimated_cross_fade_test.dart145 final RenderBox box2 = tester.renderObject(find.byKey(secondKey));
147 expect(box2.localToGlobal(Offset.zero), const Offset(275.0, 175.0));
203 final RenderBox box2 = tester.renderObject(find.byKey(secondKey));
205 expect(box2.localToGlobal(Offset.zero), const Offset(275.0, 175.0));
261 final RenderBox box2 = tester.renderObject(find.byKey(secondKey));
263 expect(box2.localToGlobal(Offset.zero), const Offset(325.0, 175.0));
Dsliver_fill_viewport_test.dart54 final RenderBox box2 = tester.renderObject<RenderBox>(find.byType(Container).first);
55 expect(box2.size.height, equals(600.0));
Dsliver_fill_remaining_test.dart235 final RenderBox box2 = tester.renderObject<RenderBox>(find.byType(Container).last);
236 expect(box2.size.height, greaterThan(450));
345 final RenderBox box2 = tester.renderObject<RenderBox>(find.byType(Container).last);
346 expect(box2.size.height, equals(450));
Dwidget_inspector_test.dart2544 final RenderBox box2 = key2.currentContext.findRenderObject();
2548 final Offset position2 = box2.localToGlobal(Offset.zero);
2601 expect(identical(key2.currentContext.findRenderObject(), box2), isTrue);
2603 expect(box2.localToGlobal(Offset.zero), equals(position2));
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DBundleGroupCreationDialog.java32 Box box2 = new Box(BoxLayout.X_AXIS); field in BundleGroupCreationDialog
91 box2.add(commentLabel); box2.add(commentField); in initComponents()
128 mainBox.add(box2); in initComponents()
DBundleGroupEditDialog.java32 Box box2 = new Box(BoxLayout.X_AXIS); field in BundleGroupEditDialog
95 box2.add(commentLabel); box2.add(commentField); in initComponents()
130 mainBox.add(box2); in initComponents()
DBundleItemDialog.java37 Box box2 = new Box(BoxLayout.X_AXIS); field in BundleItemDialog
192 box2.add(transLabel); box2.add(transField); in initComponents()
214 mainBox.add(box2); in initComponents()
DBundleItemCreationDialog.java36 Box box2 = new Box(BoxLayout.X_AXIS); field in BundleItemCreationDialog
275 box2.add(nameLabel); box2.add(nameField); in initComponents()
375 mainBox.add(box2); in initComponents()
/third_party/ffmpeg/libavfilter/
Dvf_paletteuse.c685 struct color_rect box1, box2; in colormap_insert() local
705 box1 = box2 = *box; in colormap_insert()
707 box2.min[component-1] = node->val[component] + 1; in colormap_insert()
711 if (box2.min[component-1] <= box2.max[component-1]) in colormap_insert()
712 node_right_id = colormap_insert(map, color_used, nb_used, palette, trans_thresh, &box2); in colormap_insert()
Dvf_palettegen.c132 const struct range_box *box2 = b; in cmp_color() local
133 return FFDIFFSIGN(box1->color , box2->color); in cmp_color()
Dvf_fieldmatch.c326 const int box2 = ((x + xhalf) / blockx) * 4; \ in calc_combed_score()
328 c_array[temp1 + box2 + 1] += v; \ in calc_combed_score()
330 c_array[temp2 + box2 + 3] += v; \ in calc_combed_score()
/third_party/flutter/flutter/packages/flutter/test/material/
Ddropdown_test.dart128 bool sameGeometry(RenderBox box1, RenderBox box2) {
129 expect(box1.localToGlobal(Offset.zero), equals(box2.localToGlobal(Offset.zero)));
130 expect(box1.size.height, equals(box2.size.height));
/third_party/rust/crates/cxx/tests/ffi/
Dtests.cc68 rust::Box<Shared> box2(*box); // copy from another Box in c_return_box() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2238 struct pipe_box box2; in tc_buffer_map() local
2242 u_box_1d(tres->valid_buffer_range.start, valid_range_len, &box2); in tc_buffer_map()
2248 0, PIPE_MAP_READ, &box2, &transfer2); in tc_buffer_map()
/third_party/skia/third_party/externals/microhttpd/doc/
Dtexinfo.tex5146 % box0 will be the left-hand column, box2 the right.
5154 % followed by the two boxes we just split, in box0 and box2.
5160 \hbox to\pagewidth{\box0\hfil\box2}%
/third_party/libffi/doc/
Dtexinfo.tex5950 % box0 will be the left-hand column, box2 the right.
5959 % followed by the two boxes we just split, in box0 and box2.
5965 \hbox to\txipagewidth{\box0\hfil\box2}%