/external/skia/modules/pathkit/tests/ |
D | effects.spec.js | 108 let stroked = drawStar(); 109 let notACopy = stroked.stroke({ 124 expect(stroked === notACopy).toBe(true); 125 expect(stroked.equals(rounded)).toBe(false); 126 expect(stroked.equals(orig)).toBe(false); 128 reportPath(stroked, 'stroke_bevel_butt', () => { 131 stroked.delete();
|
/external/skqp/modules/pathkit/tests/ |
D | effects.spec.js | 108 let stroked = drawStar(); 109 let notACopy = stroked.stroke({ 124 expect(stroked === notACopy).toBe(true); 125 expect(stroked.equals(rounded)).toBe(false); 126 expect(stroked.equals(orig)).toBe(false); 128 reportPath(stroked, 'stroke_bevel_butt', () => { 131 stroked.delete();
|
/external/skia/docs/ |
D | SkPath_Overview.bmh | 3 Path contains Lines and Curves which can be stroked or filled. Contour is 23 Path contains three Contours: Line, Circle, and Quad. Line is stroked but 24 not filled. Circle is stroked and filled; Circle stroke forms a loop. Quad 25 is stroked and filled, but since it is not closed, Quad does not stroke a loop. 51 Path is drawn filled, then stroked, then stroked and filled. 111 Contour with first Point. A closed Contour, stroked, draws 114 remains open. An open Contour, stroked, draws Paint_Stroke_Cap at 120 Path is drawn stroked, with an open Contour and a closed Contour. 142 Even if Contour length is zero, stroked Lines are drawn if Paint_Stroke_Cap
|
D | SkPaint_Reference.bmh | 543 values used to draw a filled or stroked shape in a 32-bit value. Each component 748 Style specifies if the geometry is filled, stroked, or both filled and stroked. 749 Some shapes ignore Style and are always drawn filled or stroked. 971 #Line # maximum length of stroked corners ## 1011 This example draws a stroked corner and the miter length beneath. 1094 #Line # start and end geometry on stroked shapes ## 1242 #Line # corner geometry on stroked shapes ## 1253 Join specifies how corners are drawn when a shape is stroked. Join 1254 affects the four corners of a stroked rectangle, and the connected segments in a 1255 stroked path. [all …]
|
D | SkFont_Reference.bmh | 815 Bounds of Glyphs increase for stroked text, but text advance remains the same.
|
/external/skqp/docs/ |
D | SkPath_Overview.bmh | 3 Path contains Lines and Curves which can be stroked or filled. Contour is 23 Path contains three Contours: Line, Circle, and Quad. Line is stroked but 24 not filled. Circle is stroked and filled; Circle stroke forms a loop. Quad 25 is stroked and filled, but since it is not closed, Quad does not stroke a loop. 51 Path is drawn filled, then stroked, then stroked and filled. 111 Contour with first Point. A closed Contour, stroked, draws 114 remains open. An open Contour, stroked, draws Paint_Stroke_Cap at 120 Path is drawn stroked, with an open Contour and a closed Contour. 142 Even if Contour length is zero, stroked Lines are drawn if Paint_Stroke_Cap
|
D | SkPaint_Reference.bmh | 757 values used to draw a filled or stroked shape in a 32-bit value. Each component 940 Style specifies if the geometry is filled, stroked, or both filled and stroked. 941 Some shapes ignore Style and are always drawn filled or stroked. 1163 #Line # maximum length of stroked corners ## 1203 This example draws a stroked corner and the miter length beneath. 1286 #Line # start and end geometry on stroked shapes ## 1434 #Line # corner geometry on stroked shapes ## 1445 Join specifies how corners are drawn when a shape is stroked. Join 1446 affects the four corners of a stroked rectangle, and the connected segments in a 1447 stroked path. [all …]
|
/external/skqp/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 | 52 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 | 1555 values used to draw a filled or stroked shape in a 32-bit value. Each component 1820 …#SkPaint_Style'>Style</a> specifies if the geometry is filled, stroked, or both filled and stroked. 1821 Some shapes ignore <a href='#SkPaint_Style'>Style</a> and are always drawn filled or stroked. 1938 Returns whether the geometry is filled, stroked, or filled and stroked. 1968 Sets whether the geometry is filled, stroked, or filled and stroked. 2105 <div><fiddle-embed name="5de2de0f00354e59074a9bb1a42d5a63"><div>This example draws a stroked corner… 2370 <a href='#SkPaint_Join'>Join</a> specifies how corners are drawn when a shape is stroked. <a href='… 2371 affects the four corners of a stroked rectangle, and the connected segments in a 2372 stroked <a href='SkPath_Reference#Path'>path</a>. 2378 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 …]
|
/external/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 …]
|
/external/skqp/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 | 875 static int circle_type_to_vert_count(bool stroked) { in circle_type_to_vert_count() argument 876 return stroked ? kVertsPerStrokeCircle : kVertsPerFillCircle; in circle_type_to_vert_count() 879 static int circle_type_to_index_count(bool stroked) { in circle_type_to_index_count() argument 880 return stroked ? kIndicesPerStrokeCircle : kIndicesPerFillCircle; in circle_type_to_index_count() 883 static const uint16_t* circle_type_to_indices(bool stroked) { in circle_type_to_indices() argument 884 return stroked ? gStrokeCircleIndices : gFillCircleIndices; in circle_type_to_indices() 985 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp() local 1057 stroked}); in CircleOp() 1070 stroked}); in CircleOp() 1094 stroked}); in CircleOp() [all …]
|
/external/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() 1059 bool stroked = isStrokeOnly && innerRadius > 0.0f; in CircleOp() local 1131 stroked}); in CircleOp() 1144 stroked}); in CircleOp() 1168 stroked}); in CircleOp() [all …]
|
/external/skqp/src/compute/sk/ |
D | SkDevice_Compute.cpp | 714 SkPath stroked; in drawPath() local 718 paint.getFillPath(path, &stroked, nullptr, SK_MAGIC_RES_SCALE); in drawPath() 719 this->path_add(paint, stroked, prePathMatrix); in drawPath()
|
/external/skia/src/compute/sk/ |
D | SkDevice_Compute.cpp | 714 SkPath stroked; in drawPath() local 718 paint.getFillPath(path, &stroked, nullptr, SK_MAGIC_RES_SCALE); in drawPath() 719 this->path_add(paint, stroked, prePathMatrix); in drawPath()
|
/external/ImageMagick/Magick++/ |
D | NEWS | 77 image to use while drawing stroked object outlines and while filling 177 subpaths when they are stroked. 179 paths (or other vector shapes) when they are stroked.
|
D | ChangeLog | 531 use as pattern while drawing stroked-outlines of drawn objects. 788 (strokeAntiAlias): New method to control antialiasing of stroked 866 at the end of open subpaths when they are stroked. 869 are stroked. 882 of open subpaths when they are stroked. Similar to SVG 886 stroked. Similar to SVG stroke-linejoin.
|