Searched full:vector_math (Results 1 – 25 of 95) sorted by relevance
1234
| /third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/ |
| D | transformations_demo_inertial_motion.dart | 3 import 'package:vector_math/vector_math.dart' show Vector2;
|
| /third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
| D | prebuilt_framework.gni | 13 "vector_math",
|
| D | collect_traces.dart | 11 function.startsWith("package:vector_math/");
|
| D | compilation_trace.txt | 5520 package:vector_math/vector_math.dart,Matrix4,Matrix4.identity 5521 package:vector_math/vector_math.dart,Matrix4,Matrix4.zero 5522 package:vector_math/vector_math.dart,Matrix4,get:_m4storage 5523 package:vector_math/vector_math.dart,Matrix4,get:storage 5524 package:vector_math/vector_math.dart,Matrix4,rotateZ 5525 package:vector_math/vector_math.dart,Matrix4,scale 5526 package:vector_math/vector_math.dart,Matrix4,setIdentity 5527 package:vector_math/vector_math_64.dart,Matrix4,== 5528 package:vector_math/vector_math_64.dart,Matrix4,Matrix4. 5529 package:vector_math/vector_math_64.dart,Matrix4,Matrix4.copy [all …]
|
| /third_party/flutter/flutter/dev/integration_tests/named_isolates/ |
| D | pubspec.yaml | 15 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/dev/integration_tests/web/ |
| D | pubspec.yaml | 15 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/examples/platform_view/ |
| D | pubspec.yaml | 14 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/packages/flutter/ |
| D | BUILD.gn | 20 "//third_party/dart-pkg/pub/vector_math",
|
| D | pubspec.yaml | 15 vector_math: 2.0.8
|
| /third_party/flutter/flutter/examples/flutter_view/ |
| D | pubspec.yaml | 15 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
| D | lsq_solver.dart | 10 // TODO(abarth): Consider using vector_math. 43 // TODO(abarth): Consider using vector_math.
|
| /third_party/flutter/flutter/examples/flutter_gallery/ |
| D | BUILD.gn | 40 "//third_party/dart-pkg/pub/vector_math",
|
| /third_party/flutter/flutter/packages/flutter/test/gestures/ |
| D | hit_test_test.dart | 6 import 'package:vector_math/vector_math_64.dart';
|
| D | pointer_signal_resolver_test.dart | 6 import 'package:vector_math/vector_math_64.dart';
|
| /third_party/flutter/flutter/examples/layers/ |
| D | pubspec.yaml | 14 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/dev/integration_tests/release_smoke_test/ |
| D | pubspec.yaml | 14 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/dev/manual_tests/ |
| D | pubspec.yaml | 14 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/examples/hello_world/ |
| D | pubspec.yaml | 14 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/packages/flutter_localizations/ |
| D | pubspec.yaml | 18 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/packages/flutter_goldens/ |
| D | pubspec.yaml | 33 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/packages/flutter_test/ |
| D | pubspec.yaml | 30 vector_math: 2.0.8
|
| /third_party/flutter/flutter/dev/tools/vitool/ |
| D | pubspec.yaml | 13 vector_math: 2.0.8
|
| /third_party/flutter/flutter/examples/image_list/ |
| D | pubspec.yaml | 20 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/packages/flutter_driver/ |
| D | pubspec.yaml | 43 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
|
| /third_party/flutter/flutter/packages/flutter/lib/ |
| D | rendering.dart | 31 export 'package:vector_math/vector_math_64.dart' show Matrix4;
|
1234