Home | History | Annotate | Download | only in animator

Lines Matching full:polygon

1021 				<xs:element ref="Sk:polygon"/>
1214 <xs:element ref="Sk:polygon"/>
1218 a path, a polygon, a polyline, or a roundRect. -->
1365 <xs:element ref="Sk:polygon"/>
1473 <xs:element ref="Sk:polygon"/>
1597 <xs:element ref="Sk:polygon"/>
2077 <!-- /** polygon
2078 Polygon creates a geometry out of lines. Polygon is a specialization of path; element that
2079 refers to a path can refer to a polygon also. A polygon specified through elements behaves identically
2080 to a path. A polygon specified by the points attribute contains a single contour, and the contour is
2083 <xs:element name="polygon">
2106 Polyline creates a geometry out of lines. Polygon is a specialization of path; element that
2107 refers to a path can refer to a polygon also. A polygon specified through elements behaves identically
2108 to a path. A polygon specified by the points attribute contains a single contour, and the contour is
2134 PolyToPoly creates a matrix which maps points proportionally from one polygon to the other.
2139 <xs:element ref="Sk:polygon"/>
2141 <!-- @attribute source The polygon to map from.. -->
2142 <xs:attribute name="source" type="Sk:polygon"/>
2143 <!-- @attribute destination The polygon to map to.. -->
2144 <xs:attribute name="destination" type="Sk:polygon"/>
2476 <xs:element ref="Sk:polygon"/>
2554 <xs:element ref="Sk:polygon"/>