Home
last modified time | relevance | path

Searched refs:bottomRight (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/flutter/flutter/packages/flutter/test/material/
Drange_slider_test.dart55 final Offset bottomRight = tester.getBottomRight(find.byType(RangeSlider)).translate(-24, 0);
58 final Offset leftTarget = topLeft + (bottomRight - topLeft) * 0.1;
65 final Offset rightTarget = topLeft + (bottomRight - topLeft) * 0.9;
110 final Offset bottomRight = tester.getBottomRight(find.byType(RangeSlider)).translate(-24, 0);
113 final Offset leftTarget = topLeft + (bottomRight - topLeft) * 0.1;
120 final Offset rightTarget = topLeft + (bottomRight - topLeft) * 0.9;
168 final Offset bottomRight = tester.getBottomRight(find.byType(RangeSlider)).translate(-24, 0);
171 final Offset leftTarget = topLeft + (bottomRight - topLeft) * 0.1;
179 final Offset rightTarget = topLeft + (bottomRight - topLeft) * 0.9;
228 final Offset bottomRight = tester.getBottomRight(find.byType(RangeSlider)).translate(-24, 0);
[all …]
Dtooltip_theme_test.dart153 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(200.0));
211 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(200.0));
282 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(589.0));
351 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(589.0));
410 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(590.0));
467 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(590.0));
522 final Offset bottomRightTipInGlobal = tip.localToGlobal(tip.size.bottomRight(Offset.zero));
523 …ooltipContentInGlobal = tooltipContent.localToGlobal(tooltipContent.size.bottomRight(Offset.zero));
578 final Offset bottomRightTipInGlobal = tip.localToGlobal(tip.size.bottomRight(Offset.zero));
579 …ooltipContentInGlobal = tooltipContent.localToGlobal(tooltipContent.size.bottomRight(Offset.zero));
Dmergeable_material_test.dart38 expect(borderRadius.bottomRight, equals(Radius.zero));
44 expect(borderRadius.bottomRight.x, greaterThan(0.0));
45 expect(borderRadius.bottomRight.x, lessThan(cardRadius.x));
46 expect(borderRadius.bottomRight.y, greaterThan(0.0));
47 expect(borderRadius.bottomRight.y, lessThan(cardRadius.y));
50 expect(borderRadius.bottomRight, equals(cardRadius));
Dtooltip_test.dart207 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(200.0));
274 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(589.0));
329 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(590.0));
385 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dx, equals(790.0));
386 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(324.0));
442 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dx, equals(790.0));
443 expect(tip.localToGlobal(tip.size.bottomRight(Offset.zero)).dy, equals(324.0));
/third_party/flutter/skia/gm/
Dplus.cpp33 SkPath bottomRight; variable
34 bottomRight.moveTo(100, 0);
35 bottomRight.lineTo(100, 100);
36 bottomRight.lineTo(0, 100);
37 bottomRight.lineTo(100, 0);
41 canvas->drawPath(bottomRight, p);
48 canvas->drawPath(bottomRight, p);
/third_party/skia/gm/
Dplus.cpp33 SkPath bottomRight; variable
34 bottomRight.moveTo(100, 0);
35 bottomRight.lineTo(100, 100);
36 bottomRight.lineTo(0, 100);
37 bottomRight.lineTo(100, 0);
41 canvas->drawPath(bottomRight, p);
48 canvas->drawPath(bottomRight, p);
/third_party/flutter/flutter/packages/flutter/test/painting/
Dborder_radius_test.dart18 expect(borderRadius.bottomRight, const Radius.elliptical(5.0, 7.0));
26 expect(borderRadius.bottomRight, const Radius.elliptical(3.0, 3.0));
37 expect(borderRadius.bottomRight, radius2);
43 bottomRight: radius2,
51 expect(borderRadius.bottomRight, radius2);
57 bottomRight: radius2,
65 expect(borderRadius.bottomRight, Radius.zero);
68 borderRadius = const BorderRadius.only(topRight: radius1, bottomRight: radius2);
73 expect(borderRadius.bottomRight, radius2);
79 bottomRight: radius2,
[all …]
Ddecoration_test.dart359 alignment: Alignment.bottomRight,
381 outputRect.bottomRight.translate(-expectedTileSize.width, -expectedTileSize.height),
382 outputRect.bottomRight,
403 alignment: Alignment.bottomRight,
425 outputRect.bottomRight.translate(-expectedTileSize.width, -expectedTileSize.height),
426 outputRect.bottomRight,
446 alignment: Alignment.bottomRight,
468 outputRect.bottomRight.translate(-expectedTileSize.width, -expectedTileSize.height),
469 outputRect.bottomRight,
Dgradient_test.dart12 begin: Alignment.bottomRight,
23 begin: Alignment.bottomRight,
711 end: Alignment.bottomRight,
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dborder_radius.dart188 result.write('bottomRight: $_bottomRight');
288 bottomRight: radius,
305 bottomRight: bottom,
317 bottomRight: right,
326 this.bottomRight = Radius.zero,
351 final Radius bottomRight;
354 Radius get _bottomRight => bottomRight;
375 bottomRight: bottomRight,
399 bottomRight: bottomRight - other.bottomRight,
409 bottomRight: bottomRight + other.bottomRight,
[all …]
/third_party/flutter/flutter/packages/flutter_localizations/test/
Dtext_test.dart79 Offset bottomRight = tester.getBottomRight(find.text('hello, world'));
84 expect(bottomRight, const Offset(596.0, 315.3999996185303));
89 bottomRight = tester.getBottomRight(find.text('你好,世界'));
94 expect(bottomRight, const Offset(477.0, 363.3999996185303));
165 Offset bottomRight = tester.getBottomRight(find.text('hello, world'));
171 expect(bottomRight, const Offset(584.0, 315.19999980926514));
176 bottomRight = tester.getBottomRight(find.text('你好,世界'));
181 expect(bottomRight, const Offset(472.0, 363.19999980926514));
/third_party/node/lib/internal/
Dcli_table.js25 bottomRight: '┘', property
81 tableChars.bottomRight;
/third_party/flutter/flutter/dev/manual_tests/lib/
Doverlay_geometry.dart21 enum MarkerType { topLeft, bottomRight, touch }
46 if (type == MarkerType.bottomRight) {
174 markers[MarkerType.bottomRight] = box.localToGlobal(Offset(size.width, size.height));
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp337 Sk4f bottomRight = devPt; in transform_path_pts() local
348 bottomRight = Sk4f::Max(bottomRight, devPt); in transform_path_pts()
352 if (!(Sk4f(0) == topLeft*0).allTrue() || !(Sk4f(0) == bottomRight*0).allTrue()) { in transform_path_pts()
359 bottomRight.store(bottomRightPts); in transform_path_pts()
/third_party/flutter/engine/flutter/testing/dart/
Dgeometry_test.dart219 bottomRight: const Radius.elliptical(0.25, 0.75),
238 bottomRight: const Radius.elliptical(2500.0, 7500.0),
257 bottomRight: const Radius.elliptical(0.25, 0.75),
283 bottomRight: const Radius.elliptical(2500.0, 7500.0),
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dink_splash.dart41 final double d4 = (position - bounds.bottomRight(Offset.zero)).distance;
220 bottomLeft: _borderRadius.bottomLeft, bottomRight: _borderRadius.bottomRight,
Darc.dart180 bottomRight
190 _Diagonal(_CornerId.topLeft, _CornerId.bottomRight),
191 _Diagonal(_CornerId.bottomRight, _CornerId.topLeft),
271 case _CornerId.bottomRight: return rect.bottomRight;
Dink_highlight.dart122 bottomLeft: _borderRadius.bottomLeft, bottomRight: _borderRadius.bottomRight,
Dink_ripple.dart34 final double d1 = size.bottomRight(Offset.zero).distance;
255 bottomLeft: _borderRadius.bottomLeft, bottomRight: _borderRadius.bottomRight,
Dtoggle_buttons.dart389 bottomRight: resultingBorderRadius.bottomRight,
416bottomRight: resultingBorderRadius.bottomRight - Radius.circular(resultingBorderWidth / 2.0),
1070 final Offset bottomRight = size.bottomRight(offset);
1071 final Rect outer = Rect.fromLTRB(offset.dx, offset.dy, bottomRight.dx, bottomRight.dy);
1080 bottomRight: borderRadius.bottomRight,
Dinput_border.dart232 if (borderRadius.bottomLeft != Radius.zero || borderRadius.bottomRight != Radius.zero)
234 canvas.drawLine(rect.bottomLeft, rect.bottomRight, borderSide.toPaint());
304 && borderRadius.bottomRight.x == borderRadius.bottomRight.y;
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsafe_area_test.dart200 final Offset bottomRight = target.localToGlobal(target.size.bottomRight(Offset.zero));
201 return Rect.fromPoints(topLeft, bottomRight);
Dcontainer_test.dart13 alignment: Alignment.bottomRight,
99 ' │ alignment: bottomRight\n'
176 ' │ alignment: bottomRight\n'
284 ' │ alignment: bottomRight\n'
421 ' │ alignment: bottomRight\n'
/third_party/node/deps/npm/node_modules/cli-boxes/
Dreadme.md25 "bottomRight": "┘",
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/
Dhome.dart53 Align(child: expandingBottomSheet, alignment: Alignment.bottomRight),

1234