Home
last modified time | relevance | path

Searched refs:poly (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/slideshow/source/engine/transitions/
H A Dsnakewipe.cxx59 ::basegfx::B2DPolygon poly; in calcSnake()
60 poly.append( ::basegfx::B2DPoint( 0.0, 0.0 ) ); in calcSnake()
61 poly.append( ::basegfx::B2DPoint( 0.0, line ) ); in calcSnake()
62 poly.append( ::basegfx::B2DPoint( 1.0, line ) ); in calcSnake()
63 poly.append( ::basegfx::B2DPoint( 1.0, 0.0 ) ); in calcSnake()
64 poly.setClosed(true); in calcSnake()
65 res.append(poly); in calcSnake()
74 ::basegfx::B2DPolygon poly; in calcSnake()
75 poly.append( ::basegfx::B2DPoint( offset, line ) ); in calcSnake()
76 poly.append( ::basegfx::B2DPoint( offset, in calcSnake()
[all …]
H A Ddoublediamondwipe.cxx40 ::basegfx::B2DPolygon poly; in operator ()()
41 poly.append( ::basegfx::B2DPoint( 0.5 + a, 0.5 ) ); in operator ()()
42 poly.append( ::basegfx::B2DPoint( 0.5, 0.5 - a ) ); in operator ()()
43 poly.append( ::basegfx::B2DPoint( 0.5 - a, 0.5 ) ); in operator ()()
44 poly.append( ::basegfx::B2DPoint( 0.5, 0.5 + a ) ); in operator ()()
45 poly.setClosed(true); in operator ()()
46 ::basegfx::B2DPolyPolygon res(poly); in operator ()()
50 poly.clear(); in operator ()()
51 poly.append( ::basegfx::B2DPoint( 0.5 + b, 0.5 ) ); in operator ()()
52 poly.append( ::basegfx::B2DPoint( 0.5, 0.5 + b ) ); in operator ()()
[all …]
H A Dclockwipe.cxx40 ::basegfx::B2DPolygon poly; in calcCenteredClock()
46 poly.append( p ); in calcCenteredClock()
48 poly.append( ::basegfx::B2DPoint( -e, -e ) ); in calcCenteredClock()
50 poly.append( ::basegfx::B2DPoint( -e, e ) ); in calcCenteredClock()
52 poly.append( ::basegfx::B2DPoint( e, e ) ); in calcCenteredClock()
54 poly.append( ::basegfx::B2DPoint( e, -e ) ); in calcCenteredClock()
55 poly.append( ::basegfx::B2DPoint( 0.0, -e ) ); in calcCenteredClock()
56 poly.append( ::basegfx::B2DPoint( 0.0, 0.0 ) ); in calcCenteredClock()
57 poly.setClosed(true); in calcCenteredClock()
58 return poly; in calcCenteredClock()
[all …]
H A Dveewipe.cxx37 ::basegfx::B2DPolygon poly; in operator ()()
38 poly.append( ::basegfx::B2DPoint( 0.0, -1.0 ) ); in operator ()()
40 poly.append( ::basegfx::B2DPoint( 0.0, d - 1.0 ) ); in operator ()()
41 poly.append( ::basegfx::B2DPoint( 0.5, d ) ); in operator ()()
42 poly.append( ::basegfx::B2DPoint( 1.0, d - 1.0 ) ); in operator ()()
43 poly.append( ::basegfx::B2DPoint( 1.0, -1.0 ) ); in operator ()()
44 poly.setClosed(true); in operator ()()
45 return ::basegfx::B2DPolyPolygon( poly ); in operator ()()
H A Dsweepwipe.cxx47 ::basegfx::B2DPolygon poly( ClockWipe::calcCenteredClock( 0.25 + t ) ); in operator ()()
53 poly.transform( aTransform ); in operator ()()
55 ::basegfx::B2DPolyPolygon res(poly); in operator ()()
63 poly.transform( aTransform ); in operator ()()
64 poly.flip(); in operator ()()
71 poly.transform( aTransform ); in operator ()()
73 res.append(poly); in operator ()()
H A Dwaterfallwipe.cxx63 ::basegfx::B2DPolygon poly( m_waterfall ); in operator ()()
64poly.transform(basegfx::tools::createTranslateB2DHomMatrix(0.0, ::basegfx::pruneScaleValue(2.0 * t… in operator ()()
65 poly.setB2DPoint( 0, ::basegfx::B2DPoint( 0.0, -1.0 ) ); in operator ()()
66 poly.setB2DPoint( poly.count()-1, ::basegfx::B2DPoint( 1.0, -1.0 ) ); in operator ()()
68 return m_flipOnYAxis ? flipOnYAxis( ::basegfx::B2DPolyPolygon(poly) ) in operator ()()
69 : ::basegfx::B2DPolyPolygon(poly); in operator ()()
H A Dzigzagwipe.cxx63 ::basegfx::B2DPolygon poly( m_stdZigZag ); in operator ()()
64 poly.flip(); in operator ()()
67 poly.transform( aTransform ); in operator ()()
68 res.append( poly ); in operator ()()
71 poly = m_stdZigZag; in operator ()()
72 poly.transform( aTransform ); in operator ()()
73 res.append( poly ); in operator ()()
H A Dspiralwipe.cxx59 ::basegfx::B2DPolygon poly( createUnitRect() ); in calcNegSpiral()
60 poly.transform( aTransform ); in calcNegSpiral()
61 ::basegfx::B2DPolyPolygon res(poly); in calcNegSpiral()
70 poly = createUnitRect(); in calcNegSpiral()
82 poly.transform( aTransform ); in calcNegSpiral()
83 res.append(poly); in calcNegSpiral()
H A Dfanwipe.cxx41 ::basegfx::B2DPolygon poly( in operator ()()
45 res.append( poly ); in operator ()()
47 poly.transform(basegfx::tools::createScaleB2DHomMatrix(-1.0, 1.0)); in operator ()()
48 poly.flip(); in operator ()()
49 res.append( poly ); in operator ()()
H A Dbarndoorwipe.cxx45 ::basegfx::B2DPolygon poly( m_unitRect ); in operator ()()
46 poly.transform( aTransform ); in operator ()()
47 ::basegfx::B2DPolyPolygon res(poly); in operator ()()
53 poly.transform( aTransform ); in operator ()()
54 res.append(poly); in operator ()()
H A Dbarwipepolypolygon.cxx44 ::basegfx::B2DPolygon poly( m_unitRect ); in operator ()()
45 poly.transform( transform ); in operator ()()
46 res.append( poly ); in operator ()()
H A Dcheckerboardwipe.cxx50 ::basegfx::B2DPolyPolygon poly( m_unitRect ); in operator ()()
51 poly.transform( transform ); in operator ()()
52 res.append( poly ); in operator ()()
H A Drandomwipe.cxx81 ::basegfx::B2DPolygon poly( m_rect ); in operator ()()
82 poly.transform(basegfx::tools::createTranslateB2DHomMatrix(point.getX(), point.getY())); in operator ()()
83 res.append( poly ); in operator ()()
H A Dellipsewipe.cxx40 ::basegfx::B2DPolygon poly( in operator ()()
44 return ::basegfx::B2DPolyPolygon( poly ); in operator ()()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx72 B2DPolygon poly; in drawLineHQ() local
84 poly.append(B2DPoint(X[0], Y[0])); poly.append(B2DPoint(X[1], Y[0])); in drawLineHQ()
85 poly.append(B2DPoint(X[1], Y[1])); poly.append(B2DPoint(X[0], Y[1])); in drawLineHQ()
86 poly.append(B2DPoint(X[0], Y[0])); in drawLineHQ()
100 poly.append(B2DPoint(origPt[wh][0], origPt[wh][1])); in drawLineHQ()
104 poly.append(B2DPoint(destPt[wh][0], destPt[wh][1])); in drawLineHQ()
107 poly.append(B2DPoint(origPt[wh][0], origPt[wh][1])); in drawLineHQ()
115 dev->DrawPolygon(poly); in drawLineHQ()
130 B2DPolygon poly; in drawLine() local
131 poly.append(B2DPoint(double(orig.X()+decal[0]), double(orig.Y()+decal[1]))); in drawLine()
[all …]
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx297 Polygon2D poly(4); in Impl_calcSafeParams_clip() local
298 poly[0] = Point2D(0, c0); in Impl_calcSafeParams_clip()
299 poly[1] = Point2D(1.0/3.0, c1); in Impl_calcSafeParams_clip()
300 poly[2] = Point2D(2.0/3.0, c2); in Impl_calcSafeParams_clip()
301 poly[3] = Point2D(1, c3); in Impl_calcSafeParams_clip()
305 return Impl_calcSafeParams( t1, t2, poly, bounds.dMin, bounds.dMax ); in Impl_calcSafeParams_clip()
308 bool bRet( Impl_calcSafeParams( t1, t2, poly, bounds.dMin, bounds.dMax ) ); in Impl_calcSafeParams_clip()
310 Polygon2D convHull( convexHull( poly ) ); in Impl_calcSafeParams_clip()
315 << poly[0].x << "," in Impl_calcSafeParams_clip()
316 << poly[1].x << "," in Impl_calcSafeParams_clip()
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DXPolyPolygon2D.idl44 /** 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.
[all …]
H A DXBezierPolyPolygon2D.idl41 /** This is a specialized interface for a 2D poly-polygon containing
44 This poly-polygon can contain polygons consisting of a mixture of
57 /** Query subset of this poly-polygon.<p>
59 Query subset of this poly-polygon, starting at the given
92 /** Set the specified sequence of bezier segments to the poly-polygon.
94 This method can either set the whole poly-polygon to the new
102 existing polygons already within the poly-polygon). To append
103 to a poly-polygon, call setPoints() with
106 bezier sequence <em>replaces</em> the poly-polygon content,
118 /** Get a single point from the poly-polygon.
[all …]
H A DXLinePolyPolygon2D.idl41 /** Specialized interface for a 2D poly-polygon containing only straight line segments.
47 /** Query subset of this poly-polygon, starting at the given
77 /** Set the specified sequence of points to the poly-polygon.
79 This method can either set the whole poly-polygon to the new
87 existing polygons already within the poly-polygon). To append
88 to a poly-polygon, call setPoints() with
91 sequence of points <em>replaces</em> the poly-polygon content,
103 /** Get a single point from the poly-polygon
110 /** Set a single point on the poly-polygon. The remaining points of
111 the poly-polygon will not be changed by this method.
H A DXCanvas.idl227 /** Draw a poly-polygon in device resolution line width (i.e. the
231 The poly-polygon to draw.
250 /** Stroke each polygon of the provided poly-polygon with the
261 The poly-polygon to render.
283 /** Stroke each polygon of the provided poly-polygon with the
295 The poly-polygon to render.
326 /** Stroke each polygon of the provided poly-polygon with the
339 The poly-polygon to render.
383 The poly-polygon to render.
394 @return a poly-polygon describing the outline of the stroked
[all …]
H A DXParametricPolyPolygon2D.idl44 /** Interface to a dynamic poly-polygon generator, that generates
45 poly-polygons depending on a given parameter value.<p>
47 The returned poly-polygon should normally be contained in the
H A DXSprite.idl140 The given clip poly-polygon is always interpreted in device
143 position, the clip poly-polygon's origin will always coincide
163 poly-polygon containing zero polygons, or an XPolyPolygon2D
168 The clip poly-polygon to apply.
H A DStrokeAttributes.idl106 path poly-polygon.<p>
117 poly-polygon.<p>
130 that distinct polygons within the path poly-polygon are not
/trunk/main/offapi/com/sun/star/drawing/
H A DLineProperties.idl93 /** This property contains the name of the line start poly polygon bezier.
100 /** This property contains the name of the line end poly polygon bezier.
107 /** This property contains the line start in the form of a poly polygon bezier.
113 /** This property contains the line end in the form of a poly polygon bezier.
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_bridgetest.cs533 TestPolyStruct poly = new TestPolyStruct(true); in performTest()
535 (bool) xLBT.transportPolyBoolean(poly).member, in performTest()
537 poly = new TestPolyStruct(12345L); in performTest()
538 xLBT.transportPolyHyper(ref poly); in performTest()
539 bRet &= check((long)poly.member == 12345L, "transportPolyUnsignedHyper"); in performTest()
542 poly = new TestPolyStruct(seq); in performTest()
544 xLBT.transportPolySequence(poly, out poly2); in performTest()

12