Lines Matching refs:polygon

106     <type>RenderState</type> have a complex clip polygon set, which
227 /** Draw a poly-polygon in device resolution line width (i.e. the
231 The poly-polygon to draw.
234 The viewstate to be used when drawing this polygon.
237 The renderstate to be used when drawing this polygon.
250 /** Stroke each polygon of the provided poly-polygon with the
257 as overlapping segments of the same polygon, even with
261 The poly-polygon to render.
264 The viewstate to be used when stroking this polygon.
267 The renderstate to be used when stroking this polygon.
283 /** Stroke each polygon of the provided poly-polygon with the
291 overlapping segments of the same polygon, even with
295 The poly-polygon to render.
298 The viewstate to be used when strokes this polygon.
301 The renderstate to be used when stroking this polygon.
326 /** Stroke each polygon of the provided poly-polygon with the
335 overlapping segments of the same polygon, even with
339 The poly-polygon to render.
342 The viewstate to be used when stroking this polygon.
345 The renderstate to be used when stroking this polygon.
383 The poly-polygon to render.
394 @return a poly-polygon describing the outline of the stroked
406 /** Fill the given poly-polygon.<p>
408 This method fills the given poly-polygon according to the
409 <type>RenderState</type>'s color and the poly-polygon's fill
413 The poly-polygon to render.
416 The viewstate to be used when filling this polygon.
419 The renderstate to be used when filling this polygon.
432 /** Fill the given poly-polygon with a texture.<p>
434 This method fills the given poly-polygon according to the
436 poly-polygon's fill rule.<p>
439 The poly-polygon to render.
442 The viewstate to be used when filling this polygon.
445 The renderstate to be used when filling this polygon.
467 /** Fill the given poly-polygon with a mapped texture.<p>
469 This method fills the given poly-polygon according to the
471 poly-polygon's fill rule. The texture is mapped to the
472 poly-polygon's interior via the given texture mapping.<p>
475 The poly-polygon to render.
478 The viewstate to be used when filling this polygon.
481 The renderstate to be used when filling this polygon.