Lines Matching refs:poly
44 /** Generic interface for poly-polygons in 2D.
50 /** Add the specified poly-polygon at the given position.
53 poly-polygons added by this method are not joined in the sense
55 the polygons inside a single poly-polygon do. When rendering
56 such a poly-polygon without transparency, it will look like the
57 constituing poly-polygons rendered separately on top of
61 internal poly-polygons overlap at a single place.
64 The poly-polygon will be added at the given position, i.e. the
65 upper, left edge of the referenced poly-polygon will be at
66 this position relative to the target poly-polygon.
69 The poly-polygon to add. Note that the content of this
70 poly-polygon is copied, later changes to polyPolygon will have
71 no effect on the poly-polygon it was added to.
85 /** Query number of polygons inside this poly-polygon
103 poly-polygon.
110 poly-polygon.
124 as the index to affect all polygons of this poly-polygon.