/third_party/flutter/skia/modules/pathkit/tests/ |
D | effects.spec.js | 92 let stroked = drawStar(); 93 let notACopy = stroked.stroke({ 108 expect(stroked === notACopy).toBe(true); 109 expect(stroked.equals(rounded)).toBe(false); 110 expect(stroked.equals(orig)).toBe(false); 112 reportPath(stroked, 'stroke_bevel_butt', () => { 115 stroked.delete();
|
/third_party/skia/modules/pathkit/tests/ |
D | effects.spec.js | 92 let stroked = drawStar(); 93 let notACopy = stroked.stroke({ 108 expect(stroked === notACopy).toBe(true); 109 expect(stroked.equals(rounded)).toBe(false); 110 expect(stroked.equals(orig)).toBe(false); 112 reportPath(stroked, 'stroke_bevel_butt', () => { 115 stroked.delete();
|
/third_party/flutter/skia/site/user/api/ |
D | SkPath_Overview.md | 3 …Line'>Lines</a> and <a href='undocumented#Curve'>Curves</a> which can be stroked or filled. <a hre… 22 …, and <a href='SkPath_Reference#Quad'>Quad</a>. <a href='undocumented#Line'>Line</a> is stroked but 23 not filled. <a href='undocumented#Circle'>Circle</a> is stroked and filled; <a href='undocumented#C… 24 is stroked and filled, but since it is not closed, <a href='SkPath_Reference#Quad'>Quad</a> does no… 33 …iv><a href='SkPath_Reference#Path'>Path</a> is drawn filled, then stroked, then stroked and filled. 57 …_Reference#Point'>Point</a>. A closed <a href='SkPath_Overview#Contour'>Contour</a>, stroked, draws 60 remains open. An open <a href='SkPath_Overview#Contour'>Contour</a>, stroked, draws <a href='#Paint… 65 …f5b1190879259cb2"><div><a href='SkPath_Reference#Path'>Path</a> is drawn stroked, with an open <a … 74 Even if <a href='SkPath_Overview#Contour'>Contour</a> length is zero, stroked <a href='undocumented…
|
D | index.md | 50 this case) is drawn: what color it is, if it is filled or stroked, how
|
D | skpaint_overview.md | 169 path is a straight line to be stroked, not a path to be filled.
|
D | SkPaint_Reference.md | 1528 values used to draw a filled or stroked shape in a 32-bit value. Each component 1793 …#SkPaint_Style'>Style</a> specifies if the geometry is filled, stroked, or both filled and stroked. 1794 Some shapes ignore <a href='#SkPaint_Style'>Style</a> and are always drawn filled or stroked. 1911 Returns whether the geometry is filled, stroked, or filled and stroked. 1941 Sets whether the geometry is filled, stroked, or filled and stroked. 2078 <div><fiddle-embed name="5de2de0f00354e59074a9bb1a42d5a63"><div>This example draws a stroked corner… 2343 <a href='#SkPaint_Join'>Join</a> specifies how corners are drawn when a shape is stroked. <a href='… 2344 affects the four corners of a stroked rectangle, and the connected segments in a 2345 stroked <a href='SkPath_Reference#Path'>path</a>. 2351 The <a href='#Fill_Path'>fill path</a> constructed to describe the stroked <a href='SkPath_Referen… [all …]
|
D | SkCanvas_Reference.md | 3358 …aint'>SkPaint</a>::<a href='#SkPaint_Style'>Style</a> determines if rectangle is stroked or filled; 3359 if stroked, <a href='SkPaint_Reference#SkPaint'>SkPaint</a> stroke width describes the <a href='und… 3389 …aint'>SkPaint</a>::<a href='#SkPaint_Style'>Style</a> determines if rectangle is stroked or filled; 3390 if stroked, <a href='SkPaint_Reference#SkPaint'>SkPaint</a> stroke width describes the <a href='und… 3420 …aint'>SkPaint</a>::<a href='#SkPaint_Style'>Style</a> determines if rectangle is stroked or filled; 3421 if stroked, <a href='SkPaint_Reference#SkPaint'>SkPaint</a> stroke width describes the <a href='und… 3451 …int_Style'>Style</a> determines if <a href='#SkCanvas_drawOval_oval'>oval</a> is stroked or filled; 3452 if stroked, <a href='SkPaint_Reference#SkPaint'>SkPaint</a> stroke width describes the <a href='und… 3481 …_Style'>Style</a> determines if <a href='#SkCanvas_drawRRect_rrect'>rrect</a> is stroked or filled; 3482 if stroked, <a href='SkPaint_Reference#SkPaint'>SkPaint</a> stroke width describes the <a href='und… [all …]
|
D | SkRegion_Reference.md | 7 …etermines if <a href='SkRegion_Reference#Region'>Region</a> is filled or stroked, its <a href='SkC…
|
/third_party/skia/site/docs/user/api/ |
D | SkPath_Overview.md | 10 <a href='undocumented#Curve'>Curves</a> which can be stroked or filled. 55 …ml#ad75d5a934476ac6543d6d7ddd8dbb90a'>Quad</a>. <a href='undocumented#Line'>Line</a> is stroked but 56 not filled. <a href='undocumented#Circle'>Circle</a> is stroked and filled; <a href='undocumented#C… 57 is stroked and filled, but since it is not closed, <a href='https://api.skia.org/classSkPath.html#a… 69 …s://api.skia.org/classSkPath.html'>Path</a> is drawn filled, then stroked, then stroked and filled. 107 <a href='#Contour'>Contour</a>, stroked, draws 115 <a href='#Contour'>Contour</a>, stroked, draws 122 …"><div><a href='https://api.skia.org/classSkPath.html'>Path</a> is drawn stroked, with an open <a … 135 <a href='#Contour'>Contour</a> length is zero, stroked
|
D | _index.md | 71 drawn: what color it is, if it is filled or stroked, how it should blend with
|
D | skpaint_overview.md | 136 straight line to be stroked, not a path to be filled.
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | bottom_navigation_bar_item.dart | 43 /// icon with a stroked and filled version, such as [Icons.cloud] and 44 /// [Icons.cloud_queue]. [icon] should be set to the stroked version and 47 /// If a particular icon doesn't have a stroked or filled version, then don't
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrShadowRRectOp.cpp | 54 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count() argument 55 return stroked ? kVertsPerStrokeCircle : kVertsPerFillCircle; in circle_type_to_vert_count() 58 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count() argument 59 return stroked ? kIndicesPerStrokeCircle : kIndicesPerFillCircle; in circle_type_to_index_count() 62 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices() argument 63 return stroked ? gStrokeCircleIndices : gFillCircleIndices; in circle_type_to_indices()
|
D | GrOvalOpFactory.cpp | 949 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count() argument 950 return stroked ? kVertsPerStrokeCircle : kVertsPerFillCircle; in circle_type_to_vert_count() 953 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count() argument 954 return stroked ? kIndicesPerStrokeCircle : kIndicesPerFillCircle; in circle_type_to_index_count() 957 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices() argument 958 return stroked ? gStrokeCircleIndices : gFillCircleIndices; in circle_type_to_indices() 1058 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp() local 1132 stroked}); in CircleOp() 1145 stroked}); in CircleOp() 1169 stroked}); in CircleOp() [all …]
|
/third_party/skia/src/gpu/ops/ |
D | ShadowRRectOp.cpp | 60 int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count() argument 61 return stroked ? kVertsPerStrokeCircle : kVertsPerFillCircle; in circle_type_to_vert_count() 64 int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count() argument 65 return stroked ? kIndicesPerStrokeCircle : kIndicesPerFillCircle; in circle_type_to_index_count() 68 const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices() argument 69 return stroked ? gStrokeCircleIndices : gFillCircleIndices; in circle_type_to_indices()
|
D | GrOvalOpFactory.cpp | 962 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count() argument 963 return stroked ? kVertsPerStrokeCircle : kVertsPerFillCircle; in circle_type_to_vert_count() 966 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count() argument 967 return stroked ? kIndicesPerStrokeCircle : kIndicesPerFillCircle; in circle_type_to_index_count() 970 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices() argument 971 return stroked ? gStrokeCircleIndices : gFillCircleIndices; in circle_type_to_indices() 1072 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp() local 1149 stroked}); in CircleOp() 1162 stroked}); in CircleOp() 1186 stroked}); in CircleOp() [all …]
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | bottom_navigation_bar_test.dart | 1110 const Key stroked = Key('stroked'); 1121 icon: Icon(Icons.favorite_border, key: stroked), 1134 expect(find.byKey(stroked), findsNothing); 1145 icon: Icon(Icons.favorite_border, key: stroked), 1158 expect(find.byKey(stroked), findsOneWidget);
|
D | range_slider_test.dart | 1321 testWidgets('Range Slider top thumb gets stroked when overlapping', (WidgetTester tester) async { 1389 …testWidgets('Range Slider top value indicator gets stroked when overlapping', (WidgetTester tester… 1463 …testWidgets('Range Slider top value indicator gets stroked when overlapping with large text scale'…
|
D | input_decorator_test.dart | 2770 // Border outline. The rrect is the -center- of the 1.0 stroked outline.
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | canvas.dart | 26 /// The lines are stroked as described by the [Paint] (ignoring 32 /// The lines are stroked as described by the [Paint] (ignoring 456 /// stroked, the value of the [Paint.style] is ignored for this call. 484 /// or stroked (or both) is controlled by [Paint.style]. 496 /// filled or stroked (or both) is controlled by [Paint.style]. 508 /// with the given [Paint]. Whether this shape is filled or stroked (or both) 524 /// with the given [Paint]. Whether the oval is filled or stroked (or both) is 538 /// the third argument. Whether the circle is filled or stroked (or both) is 597 /// filled or stroked (or both) is controlled by [Paint.style]. If the path is
|
/third_party/openGLES/extensions/NV/ |
D | NV_path_rendering.txt | 73 for rendering filled and stroked paths. Path rendering is not novel 108 Paths can also be stroked whereby, conceptually, a fixed-width "brush" 136 Path stenciling can determine either the filled or stroked 142 Stenciling a stroked path supports all the standard 154 Path covering can cover either the filled or stroked coverage 162 path object is stenciled whereby the path object's stroked or filled 269 Now stencil the path's stroked coverage into the stencil buffer, 275 Cover the path's stroked coverage (with a hull this time instead 3376 how the path object is filled and stroked when stenciled and covered. 3445 Parameters to control the dash pattern of a stroked path are specified [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_path_rendering.txt | 73 for rendering filled and stroked paths. Path rendering is not novel 108 Paths can also be stroked whereby, conceptually, a fixed-width "brush" 136 Path stenciling can determine either the filled or stroked 142 Stenciling a stroked path supports all the standard 154 Path covering can cover either the filled or stroked coverage 162 path object is stenciled whereby the path object's stroked or filled 269 Now stencil the path's stroked coverage into the stencil buffer, 275 Cover the path's stroked coverage (with a hull this time instead 3376 how the path object is filled and stroked when stenciled and covered. 3445 Parameters to control the dash pattern of a stroked path are specified [all …]
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | painting.dart | 3065 /// The lines are stroked as described by the [Paint] (ignoring 3071 /// The lines are stroked as described by the [Paint] (ignoring 3385 /// stroked, the value of the [Paint.style] is ignored for this call. 3412 /// or stroked (or both) is controlled by [Paint.style]. 3427 /// filled or stroked (or both) is controlled by [Paint.style]. 3438 /// with the given [Paint]. Whether this shape is filled or stroked (or both) 3454 /// with the given [Paint]. Whether the oval is filled or stroked (or both) is 3471 /// the third argument. Whether the circle is filled or stroked (or both) is 3511 /// filled or stroked (or both) is controlled by [Paint.style]. If the path is
|
/third_party/flutter/skia/site/user/modules/ |
D | pathkit.md | 31 … id=canvas5 title="Stroke: A drawn star with non-overlapping solid lines stroked at various thickn…
|
/third_party/skia/site/docs/user/modules/ |
D | pathkit.md | 36 … id=canvas5 title="Stroke: A drawn star with non-overlapping solid lines stroked at various thickn…
|