Lines Matching full:href
8 <a href='https://api.skia.org/classSkPath.html'>Path</a> contains
9 <a href='undocumented#Line'>Lines</a> and
10 <a href='undocumented#Curve'>Curves</a> which can be stroked or filled.
11 <a href='#Contour'>Contour</a> is composed of a series of connected
12 <a href='undocumented#Line'>Lines</a> and
13 <a href='undocumented#Curve'>Curves</a>.
14 <a href='https://api.skia.org/classSkPath.html'>Path</a> may contain zero, one,
15 or more <a href='#Contour'>Contours</a>. Each
16 <a href='undocumented#Line'>Line</a> and <a href='undocumented#Curve'>Curve</a>
18 <a href='https://api.skia.org/structSkPoint.html'>Points</a>, and optional
19 <a href='#Path_Conic_Weight'>Path_Conic_Weight</a>.
21 Each pair of connected <a href='undocumented#Line'>Lines</a> and
22 <a href='undocumented#Curve'>Curves</a> share common
23 <a href='https://api.skia.org/structSkPoint.html'>Point</a>; for instance,
24 <a href='https://api.skia.org/classSkPath.html'>Path</a> containing two
25 connected <a href='undocumented#Line'>Lines</a> are described the
26 <a href='#Path_Verb'>Path_Verb</a> sequence:
27 <a href='https://api.skia.org/classSkPath.html'>SkPath</a>::<a href='#SkPath_kMove_Verb'>kMove_Verb…
28 <a href='https://api.skia.org/classSkPath.html'>SkPath</a>::<a href='#SkPath_kLine_Verb'>kLine_Verb…
29 <a href='https://api.skia.org/classSkPath.html'>SkPath</a>::<a href='#SkPath_kLine_Verb'>kLine_Verb…
30 and a <a href='https://api.skia.org/structSkPoint.html'>Point</a> sequence with
32 <a href='undocumented#Line'>Line</a> and the start of the second
33 <a href='undocumented#Line'>Line</a>.
35 <a href='https://api.skia.org/classSkPath.html'>Path</a> components
36 <a href='undocumented#Arc'>Arc</a>,
37 <a href='https://api.skia.org/classSkPath.html#af037025a1adad16072abbbcd83b621f2'>Rect</a>,
38 <a href='#RRect'>Round_Rect</a>, <a href='undocumented#Circle'>Circle</a>, and
39 <a href='undocumented#Oval'>Oval</a> are composed of
40 <a href='undocumented#Line'>Lines</a> and
41 <a href='undocumented#Curve'>Curves</a> with as many
42 <a href='https://api.skia.org/classSkPath.html#ac36f638ac96f3428626e993eacf84ff0'>Verbs</a>
43 and <a href='https://api.skia.org/structSkPoint.html'>Points</a> required for an
45 <a href='https://api.skia.org/classSkPath.html'>Path</a>, these components may
47 <a href='https://api.skia.org/classSkPath.html'>Path</a> can be inspected to
49 <a href='https://api.skia.org/classSkPath.html#af037025a1adad16072abbbcd83b621f2'>Rect</a>,
50 <a href='undocumented#Oval'>Oval</a>, <a href='#RRect'>Round_Rect</a>, and so
55 …href='https://api.skia.org/classSkPath.html'>Path</a> contains three <a href='#Contour'>Contours</…
56 …filled. <a href='undocumented#Circle'>Circle</a> is stroked and filled; <a href='undocumented#Circ…
57 is stroked and filled, but since it is not closed, <a href='https://api.skia.org/classSkPath.html#a…
60 <a href='https://api.skia.org/classSkPath.html'>Path</a> contains a
61 <a href='#Path_Fill_Type'>Path_Fill_Type</a> which determines whether
62 overlapping <a href='#Contour'>Contours</a> form fills or holes.
63 <a href='#Path_Fill_Type'>Path_Fill_Type</a> also determines whether area inside
64 or outside <a href='undocumented#Line'>Lines</a> and
65 <a href='undocumented#Curve'>Curves</a> is filled.
69 <div><fiddle-embed-sk name="36a995442c081ee779ecab2962d36e69"><div><a href='https://api.skia.org/cl…
72 <a href='https://api.skia.org/classSkPath.html'>Path</a> contents are never
73 shared. Copying <a href='https://api.skia.org/classSkPath.html'>Path</a> by
75 <a href='https://api.skia.org/classSkPath.html'>Path</a> independent of the
83 <a href='#Contour'>Contour</a> contains one or more
84 <a href='https://api.skia.org/classSkPath.html#ac36f638ac96f3428626e993eacf84ff0'>Verbs</a>,
85 and as many <a href='https://api.skia.org/structSkPoint.html'>Points</a> as are
86 required to satisfy <a href='#Path_Verb_Array'>Path_Verb_Array</a>. First
87 <a href='#Path_Verb'>Path_Verb</a> in
88 <a href='https://api.skia.org/classSkPath.html'>Path</a> is always
89 <a href='https://api.skia.org/classSkPath.html'>SkPath</a>::<a href='#SkPath_kMove_Verb'>kMove_Verb…
91 <a href='https://api.skia.org/classSkPath.html'>SkPath</a>::<a href='#SkPath_kMove_Verb'>kMove_Verb…
92 that follows starts a new <a href='#Contour'>Contour</a>.
96 …href='https://api.skia.org/classSkPath.html'>SkPath</a>::<a href='#SkPath_moveTo'>moveTo</a> start…
97 also starts a new <a href='#Contour'>Contour</a>. Since <a href='https://api.skia.org/classSkPath.h…
98 …href='https://api.skia.org/classSkPath.html'>SkPath</a>::<a href='#SkPath_moveTo'>moveTo</a>, the …
99 of the second <a href='#Contour'>Contour</a>.
102 If final <a href='#Path_Verb'>Path_Verb</a> in <a href='#Contour'>Contour</a> is
103 <a href='https://api.skia.org/classSkPath.html'>SkPath</a>::<a href='#SkPath_kClose_Verb'>kClose_Ve…
104 <a href='undocumented#Line'>Line</a> connects
105 <a href='#Path_Last_Point'>Path_Last_Point</a> in <a href='#Contour'>Contour</a>
106 with first <a href='https://api.skia.org/structSkPoint.html'>Point</a>. A closed
107 <a href='#Contour'>Contour</a>, stroked, draws
108 <a href='#Paint_Stroke_Join'>Paint_Stroke_Join</a> at
109 <a href='#Path_Last_Point'>Path_Last_Point</a> and first
110 <a href='https://api.skia.org/structSkPoint.html'>Point</a>. Without
111 <a href='https://api.skia.org/classSkPath.html'>SkPath</a>::<a href='#SkPath_kClose_Verb'>kClose_Ve…
112 as final Verb, <a href='#Path_Last_Point'>Path_Last_Point</a> and first
113 <a href='https://api.skia.org/structSkPoint.html'>Point</a> are not connected;
114 <a href='#Contour'>Contour</a> remains open. An open
115 <a href='#Contour'>Contour</a>, stroked, draws
116 <a href='#Paint_Stroke_Cap'>Paint_Stroke_Cap</a> at
117 <a href='#Path_Last_Point'>Path_Last_Point</a> and first
118 <a href='https://api.skia.org/structSkPoint.html'>Point</a>.
122 …<div><a href='https://api.skia.org/classSkPath.html'>Path</a> is drawn stroked, with an open <a hr…
129 <a href='#Contour'>Contour</a> length is distance traveled from first
130 <a href='https://api.skia.org/structSkPoint.html'>Point</a> to
131 <a href='#Path_Last_Point'>Path_Last_Point</a>, plus, if
132 <a href='#Contour'>Contour</a> is closed, distance from
133 <a href='#Path_Last_Point'>Path_Last_Point</a> to first
134 <a href='https://api.skia.org/structSkPoint.html'>Point</a>. Even if
135 <a href='#Contour'>Contour</a> length is zero, stroked
136 <a href='undocumented#Line'>Lines</a> are drawn if
137 <a href='#Paint_Stroke_Cap'>Paint_Stroke_Cap</a> makes them visible.