Lines Matching full:href
3 …href='SkPath_Reference#Path'>Path</a> contains <a href='undocumented#Line'>Lines</a> and <a href='…
4 …osed of a series of connected <a href='undocumented#Line'>Lines</a> and <a href='undocumented#Curv…
5 one, or more <a href='SkPath_Overview#Contour'>Contours</a>.
6 …href='undocumented#Line'>Line</a> and <a href='undocumented#Curve'>Curve</a> are described by Verb…
8 …href='undocumented#Line'>Lines</a> and <a href='undocumented#Curve'>Curves</a> share common <a hre…
9 containing two connected <a href='undocumented#Line'>Lines</a> are described the <a href='#Path_Ver…
10 …href='SkPath_Reference#SkPath'>SkPath</a>::<a href='#SkPath_kMove_Verb'>kMove_Verb</a>, <a href='S…
12 …e middle entry as the end of the first <a href='undocumented#Line'>Line</a> and the start of the s…
14 …href='SkPath_Reference#Path'>Path</a> components <a href='undocumented#Arc'>Arc</a>, <a href='SkRe…
15 <a href='undocumented#Line'>Lines</a> and <a href='undocumented#Curve'>Curves</a> with as many <a h…
16 for an exact description. Once added to <a href='SkPath_Reference#Path'>Path</a>, these components …
17 identity; although <a href='SkPath_Reference#Path'>Path</a> can be inspected to determine if it des…
18 <a href='SkRect_Reference#Rect'>Rect</a>, <a href='undocumented#Oval'>Oval</a>, <a href='#RRect'>Ro…
22 …href='SkPath_Reference#Path'>Path</a> contains three <a href='SkPath_Overview#Contour'>Contours</a…
23 …filled. <a href='undocumented#Circle'>Circle</a> is stroked and filled; <a href='undocumented#Circ…
24 is stroked and filled, but since it is not closed, <a href='SkPath_Reference#Quad'>Quad</a> does no…
27 <a href='SkPath_Reference#Path'>Path</a> contains a <a href='#Path_Fill_Type'>Path_Fill_Type</a> wh…
28 form fills or holes. <a href='#Path_Fill_Type'>Path_Fill_Type</a> also determines whether area insi…
29 <a href='undocumented#Line'>Lines</a> and <a href='undocumented#Curve'>Curves</a> is filled.
33 <div><fiddle-embed name="36a995442c081ee779ecab2962d36e69"><div><a href='SkPath_Reference#Path'>Pat…
36 <a href='SkPath_Reference#Path'>Path</a> contents are never shared. Copying <a href='SkPath_Referen…
37 a new <a href='SkPath_Reference#Path'>Path</a> independent of the original. Internally, the copy do…
44 <a href='SkPath_Overview#Contour'>Contour</a> contains one or more <a href='SkPath_Reference#Verb'>…
45 are required to satisfy <a href='#Path_Verb_Array'>Path_Verb_Array</a>. First <a href='#Path_Verb'>…
46 …href='SkPath_Reference#SkPath'>SkPath</a>::<a href='#SkPath_kMove_Verb'>kMove_Verb</a>; each <a hr…
50 …href='SkPath_Reference#SkPath'>SkPath</a>::<a href='#SkPath_moveTo'>moveTo</a> starts a new <a hre…
51 also starts a new <a href='SkPath_Overview#Contour'>Contour</a>. Since <a href='SkPath_Reference#Sk…
52 …href='SkPath_Reference#SkPath'>SkPath</a>::<a href='#SkPath_moveTo'>moveTo</a>, the first <a href=…
53 of the second <a href='SkPath_Overview#Contour'>Contour</a>.
56 …href='#Path_Verb'>Path_Verb</a> in <a href='SkPath_Overview#Contour'>Contour</a> is <a href='SkPat…
57 <a href='SkPath_Overview#Contour'>Contour</a> with first <a href='SkPoint_Reference#Point'>Point</a…
58 …href='#Paint_Stroke_Join'>Paint_Stroke_Join</a> at <a href='#Path_Last_Point'>Path_Last_Point</a> …
59 …inal Verb, <a href='#Path_Last_Point'>Path_Last_Point</a> and first <a href='SkPoint_Reference#Poi…
60 remains open. An open <a href='SkPath_Overview#Contour'>Contour</a>, stroked, draws <a href='#Paint…
61 <a href='#Path_Last_Point'>Path_Last_Point</a> and first <a href='SkPoint_Reference#Point'>Point</a…
65 …><div><a href='SkPath_Reference#Path'>Path</a> is drawn stroked, with an open <a href='SkPath_Over…
72 <a href='SkPath_Overview#Contour'>Contour</a> length is distance traveled from first <a href='SkPoi…
73 …lus, if <a href='SkPath_Overview#Contour'>Contour</a> is closed, distance from <a href='#Path_Last…
74 Even if <a href='SkPath_Overview#Contour'>Contour</a> length is zero, stroked <a href='undocumented…