Searched refs:extendWithPath (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/ |
D | path.dart | 108 void extendWithPath(ui.Path path, ui.Offset offset, {Float64List matrix4}) { 109 throw 'extendWithPath';
|
/third_party/flutter/engine/flutter/lib/ui/painting/ |
D | path.cc | 36 V(Path, extendWithPath) \ 224 void CanvasPath::extendWithPath(CanvasPath* path, double dx, double dy) { in extendWithPath() function in flutter::CanvasPath
|
D | path.h | 89 void extendWithPath(CanvasPath* path, double dx, double dy);
|
/third_party/flutter/engine/flutter/testing/dart/ |
D | path_test.dart | 105 p.extendWithPath(p2, const Offset(0.0, 0.0)); 108 p.extendWithPath(p2, const Offset(45.0, 25.0), matrix4: scaleMatrix);
|
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | path_test.dart | 58 path.extendWithPath(subPath, Offset(0.0, 0.0));
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | canvas.dart | 1587 void extendWithPath(Path path, Offset offset, {Float64List matrix4}) {
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | painting.dart | 2077 void extendWithPath(Path path, Offset offset, {Float64List matrix4}) {
|