Home
last modified time | relevance | path

Searched refs:ClipPath (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dclip_test.dart58 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/
Ddraw_msg.proto204 message ClipPath { message
257 ClipPath clip_path = 6;
/third_party/skia/experimental/pvg/
Ddraw_msg.proto204 message ClipPath { message
257 ClipPath clip_path = 6;
/third_party/skia/src/core/
DSkEdgeClipper.h33 static void ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight,
DSkPictureCommon.h65 void operator()(const SkRecords::ClipPath& op) { in operator()
DSkRecords.h55 M(ClipPath) \
208 RECORD(ClipPath, 0,
DSkRecordDraw.cpp105 DRAW(ClipPath, clipPath(r.path, r.opAA.op(), r.opAA.aa()));
287 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds() argument
DSkEdgeBuilder.cpp302 SkEdgeClipper::ClipPath(path, clip, canCullToTheRight, in build()
DSkRecorder.cpp375 this->append<SkRecords::ClipPath>(path, opAA); in onClipPath()
DSkEdgeClipper.cpp563 void SkEdgeClipper::ClipPath(const SkPath& path, const SkRect& clip, bool canCullToTheRight, in ClipPath() function in SkEdgeClipper
DSkPath.cpp3734 SkEdgeClipper::ClipPath(rotated, clip, false, in clip()
/third_party/flutter/skia/src/core/
DSkPictureCommon.h65 void operator()(const SkRecords::ClipPath& op) { in operator()
DSkRecords.h50 M(ClipPath) \
212 RECORD(ClipPath, 0,
DSkRecordDraw.cpp99 DRAW(ClipPath, clipPath(r.path, r.opAA.op(), r.opAA.aa()));
269 void trackBounds(const ClipPath&) { this->pushControl(); } in trackBounds() argument
DSkRecorder.cpp393 this->append<SkRecords::ClipPath>(path, opAA); in onClipPath()
/third_party/skia/modules/svg/src/
DSkSVGNode.cpp96 return PARSE_AND_SET( "clip-path" , ClipPath) in parseAndSetAttribute()
/third_party/skia/modules/svg/include/
DSkSVGNode.h138 SVG_PRES_ATTR(ClipPath , SkSVGFuncIRI , false)
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dcontainer.dart24 /// [ShapeDecoration], consider using a [ClipPath] widget.
369 /// of a particular [ShapeDecoration], consider using a [ClipPath] widget.
Dbasic.dart579 /// * [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/
DSampleClip.cpp229 SkEdgeClipper::ClipPath(rotated, clip, false, in clip()
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dlayers_test.dart283 test('mutating ClipPath fields triggers needsAddToScene', () {
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dbox_decoration.dart61 /// (e.g., [ClipRect], [ClipRRect], [ClipPath]) as the child of the [Container].
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dmaterial.dart451 return ClipPath(
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dproxy_box.dart1066 /// [ClipPath]).
1084 /// * [ClipPath], which can be customized with a [CustomClipper<Path>].