/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | clip_test.dart | 58 class _UpdateCountedClipPath extends ClipPath { 119 testWidgets('ClipPath updates clipBehavior in updateRenderObject', (WidgetTester tester) async { 131 testWidgets('ClipPath', (WidgetTester tester) async { 133 ClipPath( 526 testWidgets('ClipPath painting', (WidgetTester tester) async { 539 child: ClipPath( 571 'clip.ClipPath.png', 817 testWidgets('ClipPath.shape', (WidgetTester tester) async { 821 return ClipPath.shape( 834 // verify that ClipPath passes the TextDirection on to its shape
|
/third_party/flutter/skia/experimental/pvg/ |
D | draw_msg.proto | 204 message ClipPath { message 257 ClipPath clip_path = 6;
|
/third_party/skia/experimental/pvg/ |
D | draw_msg.proto | 204 message ClipPath { message 257 ClipPath clip_path = 6;
|
/third_party/skia/src/core/ |
D | SkEdgeClipper.h | 33 static void ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight,
|
D | SkPictureCommon.h | 65 void operator()(const SkRecords::ClipPath& op) { in operator()
|
D | SkRecords.h | 55 M(ClipPath) \ 208 RECORD(ClipPath, 0,
|
D | SkRecordDraw.cpp | 105 DRAW(ClipPath, clipPath(r.path, r.opAA.op(), r.opAA.aa())); 287 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds() argument
|
D | SkEdgeBuilder.cpp | 302 SkEdgeClipper::ClipPath(path, clip, canCullToTheRight, in build()
|
D | SkRecorder.cpp | 375 this->append<SkRecords::ClipPath>(path, opAA); in onClipPath()
|
D | SkEdgeClipper.cpp | 563 void SkEdgeClipper::ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight, in ClipPath() function in SkEdgeClipper
|
D | SkPath.cpp | 3734 SkEdgeClipper::ClipPath(rotated, clip, false, in clip()
|
/third_party/flutter/skia/src/core/ |
D | SkPictureCommon.h | 65 void operator()(const SkRecords::ClipPath& op) { in operator()
|
D | SkRecords.h | 50 M(ClipPath) \ 212 RECORD(ClipPath, 0,
|
D | SkRecordDraw.cpp | 99 DRAW(ClipPath, clipPath(r.path, r.opAA.op(), r.opAA.aa())); 269 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds() argument
|
D | SkRecorder.cpp | 393 this->append<SkRecords::ClipPath>(path, opAA); in onClipPath()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGNode.cpp | 96 return PARSE_AND_SET( "clip-path" , ClipPath) in parseAndSetAttribute()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGNode.h | 138 SVG_PRES_ATTR(ClipPath , SkSVGFuncIRI , false)
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | container.dart | 24 /// [ShapeDecoration], consider using a [ClipPath] widget. 369 /// of a particular [ShapeDecoration], consider using a [ClipPath] widget.
|
D | basic.dart | 579 /// * [ClipPath], for an arbitrarily shaped clip. 628 /// * [ClipPath], for an arbitrarily shaped clip. 690 /// * [ClipPath], for an arbitrarily shaped clip. 748 /// [ClipPath.shape] static method or the [ShapeBorderClipper] custom clipper 750 class ClipPath extends SingleChildRenderObjectWidget { 757 const ClipPath({ 766 /// Uses a [ShapeBorderClipper] to configure the [ClipPath] to clip to the 778 return ClipPath(
|
/third_party/skia/samplecode/ |
D | SampleClip.cpp | 229 SkEdgeClipper::ClipPath(rotated, clip, false, in clip()
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | layers_test.dart | 283 test('mutating ClipPath fields triggers needsAddToScene', () {
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | box_decoration.dart | 61 /// (e.g., [ClipRect], [ClipRRect], [ClipPath]) as the child of the [Container].
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | material.dart | 451 return ClipPath(
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | proxy_box.dart | 1066 /// [ClipPath]). 1084 /// * [ClipPath], which can be customized with a [CustomClipper<Path>].
|