Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
30 Path stroking is the process of drawing a polygon with a thick
38 /** Defines the width of the stroke, measured in user
47 /** Determines the maximal length of the diagonal in mitered
52 <member>PathJoinType::MITER</member>. Should the length of a
68 /** Array of ink on and off lengths, measured in user coordinate
71 The first element specifies the length of the first 'on'
72 segment of the dashing, the second element the length of the
74 solid strokes. This array always have an even number of
83 /** Array of line widths and spacings for multiple-line
88 above, i.e. the total width of all lines and spacings will
91 element specifies the width of the rightmost line, when
92 travelling from the start point of the path to the end
96 width of the multiple-line stroke. That is, the stroke becomes
103 /** The start shape of the stroke.<p>
105 The start point is the first point of every polygon of the
114 /** The end shape of the stroke.<p>
116 The end point is the last point of every polygon of the path
125 /** The join shape of the stroke.<p>
128 within a single path polygon, a shape of this type is inserted