Home
last modified time | relevance | path

Searched refs:basegfx (Results 251 – 275 of 1243) sorted by relevance

1...<<11121314151617181920>>...50

/trunk/main/vcl/inc/vcl/
H A Dcanvastools.hxx43 namespace basegfx namespace
195 basegfx::fround(val*255.0)); in toByteColor()
230 Size VCL_DLLPUBLIC sizeFromB2DSize( const ::basegfx::B2DVector& );
231 Point VCL_DLLPUBLIC pointFromB2DPoint( const ::basegfx::B2DPoint& );
234 basegfx::B2DVector VCL_DLLPUBLIC b2DSizeFromSize( const Size& );
235 basegfx::B2DPoint VCL_DLLPUBLIC b2DPointFromPoint( const Point& );
236 basegfx::B2DRange VCL_DLLPUBLIC b2DRectangleFromRectangle( const Rectangle& );
239 Size VCL_DLLPUBLIC sizeFromB2ISize( const ::basegfx::B2IVector& );
240 Point VCL_DLLPUBLIC pointFromB2IPoint( const ::basegfx::B2IPoint& );
243 basegfx::B2IVector VCL_DLLPUBLIC b2ISizeFromSize( const Size& );
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Danimatedprimitive2d.cxx79 sal_uInt32 nIndex(basegfx::fround(fState * (double)nLen)); in get2DDecomposition()
141 const std::vector< basegfx::B2DHomMatrix >& rmMatrixStack, in AnimatedInterpolatePrimitive2D()
154 maMatrixStack.push_back(basegfx::tools::B2DHomMatrixBufferedDecompose(rmMatrixStack[a])); in AnimatedInterpolatePrimitive2D()
178 basegfx::B2DHomMatrix aTargetTransform; in get2DDecomposition()
179 …std::vector< basegfx::tools::B2DHomMatrixBufferedDecompose >::const_iterator aMatA(maMatrixStack.b… in get2DDecomposition()
181 if(basegfx::fTools::equalZero(fOffset)) in get2DDecomposition()
190 …std::vector< basegfx::tools::B2DHomMatrixBufferedDecompose >::const_iterator aMatB(maMatrixStack.b… in get2DDecomposition()
193 …const basegfx::B2DVector aScale(basegfx::interpolate(aMatA->getScale(), aMatB->getScale(), fOffset… in get2DDecomposition()
194 …const basegfx::B2DVector aTranslate(basegfx::interpolate(aMatA->getTranslate(), aMatB->getTranslat… in get2DDecomposition()
199 aTargetTransform = basegfx::tools::createScaleShearXRotateTranslateB2DHomMatrix( in get2DDecomposition()
H A Dpatternfillprimitive2d.cxx54 const basegfx::B2DRange aMaskRange(getMask().getB2DRange()); in create2DDecomposition()
59 ::std::vector< basegfx::B2DHomMatrix > aMatrices; in create2DDecomposition()
65 const basegfx::B2DRange aUnitRange(0.0, 0.0, 1.0, 1.0); in create2DDecomposition()
66 …const basegfx::B2DRange aContentRange(getB2DRangeFromPrimitive2DSequence(getChildren(), rViewInfor… in create2DDecomposition()
73basegfx::B2DPolyPolygon(basegfx::tools::createPolygonFromRect(aUnitRange)), in create2DDecomposition()
92 const basegfx::B2DHomMatrix aMaskTransform( in create2DDecomposition()
93 basegfx::tools::createScaleTranslateB2DHomMatrix( in create2DDecomposition()
123 const basegfx::B2DPolyPolygon& rMask, in PatternFillPrimitive2D()
125 const basegfx::B2DRange& rReferenceRange) in PatternFillPrimitive2D()
147basegfx::B2DRange PatternFillPrimitive2D::getB2DRange(const geometry::ViewInformation2D& /*rViewIn… in getB2DRange()
H A Dtextdecoratedprimitive2d.cxx47 basegfx::tools::B2DHomMatrixBufferedOnDemandDecompose& rDecTrans, in impCreateGeometryContent()
96 if(!basegfx::fTools::equal(fFontScaleX, 1.0) in impCreateGeometryContent()
97 && !basegfx::fTools::equalZero(fFontScaleX)) in impCreateGeometryContent()
186 basegfx::tools::B2DHomMatrixBufferedOnDemandDecompose aDecTrans(getTextTransform()); in create2DDecomposition()
239 static basegfx::BColor aShadowColor(0.3, 0.3, 0.3); in create2DDecomposition()
242 … const basegfx::B2DHomMatrix aShadowTransform(basegfx::tools::createTranslateB2DHomMatrix( in create2DDecomposition()
256 const basegfx::BColor aBBlack(0.0, 0.0, 0.0); in create2DDecomposition()
319 const basegfx::B2DHomMatrix& rNewTransform, in TextDecoratedPortionPrimitive2D()
326 const basegfx::BColor& rFontColor, in TextDecoratedPortionPrimitive2D()
329 const basegfx::BColor& rOverlineColor, in TextDecoratedPortionPrimitive2D()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtextdecoratedprimitive2d.hxx34 namespace basegfx { namespace tools { namespace
59 basegfx::BColor maOverlineColor;
60 basegfx::BColor maTextlineColor;
77 basegfx::tools::B2DHomMatrixBufferedOnDemandDecompose& rDecTrans,
93 const basegfx::B2DHomMatrix& rNewTransform,
100 const basegfx::BColor& rFontColor,
103 const basegfx::BColor& rOverlineColor,
104 const basegfx::BColor& rTextlineColor,
122 const basegfx::BColor& getOverlineColor() const { return maOverlineColor; } in getOverlineColor()
123 const basegfx::BColor& getTextlineColor() const { return maTextlineColor; } in getTextlineColor()
[all …]
H A Dtextstrikeoutprimitive2d.hxx45 basegfx::B2DHomMatrix maObjectTransformation;
49 basegfx::BColor maFontColor;
54 const basegfx::B2DHomMatrix& rObjectTransformation,
56 const basegfx::BColor& rFontColor);
59 … const basegfx::B2DHomMatrix& getObjectTransformation() const { return maObjectTransformation; } in getObjectTransformation()
61 const basegfx::BColor& getFontColor() const { return maFontColor; } in getFontColor()
89 const basegfx::B2DHomMatrix& rObjectTransformation,
91 const basegfx::BColor& rFontColor,
130 const basegfx::B2DHomMatrix& rObjectTransformation,
132 const basegfx::BColor& rFontColor,
H A Dtextprimitive2d.hxx100 basegfx::B2DHomMatrix maTextTransform;
121 basegfx::BColor maFontColor;
124 basegfx::B2DRange maB2DRange;
133 const basegfx::B2DHomMatrix& rNewTransform,
140 const basegfx::BColor& rFontColor);
146 …void getTextOutlinesAndTransformation(basegfx::B2DPolyPolygonVector& rTarget, basegfx::B2DHomMatri…
149 const basegfx::B2DHomMatrix& getTextTransform() const { return maTextTransform; } in getTextTransform()
156 const basegfx::BColor& getFontColor() const { return maFontColor; } in getFontColor()
162 virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
/trunk/main/sd/source/ui/func/
H A Dfuconrec.cxx593 ::basegfx::B2DPolyPolygon aRetval; in getPolygon()
638 ::basegfx::B2DPolygon aNewArrow; in SetLineEnds()
639 aNewArrow.append(::basegfx::B2DPoint(10.0, 0.0)); in SetLineEnds()
640 aNewArrow.append(::basegfx::B2DPoint(0.0, 30.0)); in SetLineEnds()
641 aNewArrow.append(::basegfx::B2DPoint(20.0, 30.0)); in SetLineEnds()
650 ::basegfx::B2DPolygon aNewCircle; in SetLineEnds()
651 …aNewCircle = ::basegfx::tools::createPolygonFromEllipse(::basegfx::B2DPoint(0.0, 0.0), 250.0, 250.… in SetLineEnds()
660 ::basegfx::B2DPolygon aNewSquare; in SetLineEnds()
661 aNewSquare.append(::basegfx::B2DPoint(0.0, 0.0)); in SetLineEnds()
662 aNewSquare.append(::basegfx::B2DPoint(10.0, 0.0)); in SetLineEnds()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_spritehelper.cxx95 …::basegfx::B2DPolyPolygon SpriteHelper::polyPolygonFromXPolyPolygon2D( uno::Reference< rendering::… in polyPolygonFromXPolyPolygon2D()
109 ::basegfx::fTools::equalZero( getAlpha() ) ) in needRedraw()
125 const ::basegfx::B2DPoint& rPos( getPosPixel() ); in redraw()
129 !::basegfx::fTools::equalZero( fAlpha ) ) in redraw()
142 const ::basegfx::B2DVector& rSize( getSizePixel() ); in redraw()
143 const ::basegfx::B2DHomMatrix& rTransform( getTransformation() ); in redraw()
149 ::basegfx::B2DPolyPolygon aClipPath; // empty for no clip in redraw()
169 if( ::basegfx::tools::isRectangle( aClipPath.getB2DPolygon( 0 ) ) ) in redraw()
174 const ::basegfx::B2DRectangle aSourceRect( 0.0, in redraw()
189 ::basegfx::B2DRectangle aClipBounds( in redraw()
[all …]
H A Ddx_surfacebitmap.cxx60 const ::basegfx::B2IVector& rSize ) : in DXColorBuffer()
79 ::basegfx::B2IVector maSize;
146 const ::basegfx::B2IVector& rSize ) : in GDIColorBuffer()
165 ::basegfx::B2IVector maSize;
243 ::basegfx::B2IVector DXSurfaceBitmap::getSize() const in getSize()
290 bool DXSurfaceBitmap::resize( const ::basegfx::B2IVector& rSize ) in resize()
417 const ::basegfx::B2DPoint& rPos, in draw()
451 bool DXSurfaceBitmap::draw( const ::basegfx::B2IRange& rArea ) in draw()
460 const ::basegfx::B2DHomMatrix aTransform; in draw()
461 const ::basegfx::B2DRange aIEEEArea( rArea ); in draw()
[all …]
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygonprimitive3d.cxx45 const basegfx::B3DPolygon& rPolygon, in PolygonHairlinePrimitive3D()
46 const basegfx::BColor& rBColor) in PolygonHairlinePrimitive3D()
66basegfx::B3DRange PolygonHairlinePrimitive3D::getB3DRange(const geometry::ViewInformation3D& /*rVi… in getB3DRange()
68 return basegfx::tools::getRange(getB3DPolygon()); in getB3DRange()
89 basegfx::B3DPolyPolygon aHairLinePolyPolygon; in create3DDecomposition()
93 aHairLinePolyPolygon = basegfx::B3DPolyPolygon(getB3DPolygon()); in create3DDecomposition()
98basegfx::tools::applyLineDashing(getB3DPolygon(), getStrokeAttribute().getDotDashArray(), &aHairLi… in create3DDecomposition()
108 const basegfx::B2DLineJoin aLineJoin(getLineAttribute().getLineJoin()); in create3DDecomposition()
129 const basegfx::B3DPolygon aCandidate = aHairLinePolyPolygon.getB3DPolygon(a); in create3DDecomposition()
140 const basegfx::B3DPolygon& rPolygon, in PolygonStrokePrimitive3D()
[all …]
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrole2primitive2d.cxx44 const basegfx::B2DHomMatrix& rTransform, in SdrOle2Primitive2D()
86 const basegfx::B2DPolygon aUnitOutline(basegfx::tools::createUnitPolygon()); in get2DDecomposition()
92 basegfx::B2DPolyPolygon aTransformed(aUnitOutline); in get2DDecomposition()
113 basegfx::B2DVector aScale, aTranslate; in get2DDecomposition()
121 … const basegfx::B2DRange aExpandedRange(-fScaleX, -fScaleY, 1.0 + fScaleX, 1.0 + fScaleY); in get2DDecomposition()
122basegfx::B2DPolygon aExpandedUnitOutline(basegfx::tools::createPolygonFromRect(aExpandedRange)); in get2DDecomposition()
133 basegfx::B2DPolygon aTransformed(aUnitOutline); in get2DDecomposition()
149 basegfx::B2DPolyPolygon(aUnitOutline), in get2DDecomposition()
162 basegfx::B2DPolyPolygon(aUnitOutline), in get2DDecomposition()
H A Dsdrolecontentprimitive2d.cxx79 basegfx::B2DVector aScale, aTranslate; in create2DDecomposition()
98 if(basegfx::fTools::moreOrEqual(fOffsetX, 0.0) && basegfx::fTools::moreOrEqual(fOffsetY, 0.0)) in create2DDecomposition()
101 basegfx::B2DHomMatrix aInnerObjectMatrix(basegfx::tools::createScaleTranslateB2DHomMatrix( in create2DDecomposition()
103 …aInnerObjectMatrix = basegfx::tools::createShearXRotateTranslateB2DHomMatrix(fShearX, fRotate, aTr… in create2DDecomposition()
133 basegfx::B2DPolygon aOutline(basegfx::tools::createUnitPolygon()); in create2DDecomposition()
149 const basegfx::B2DHomMatrix& rObjectTransform, in SdrOleContentPrimitive2D()
182basegfx::B2DRange SdrOleContentPrimitive2D::getB2DRange(const geometry::ViewInformation2D& /*rView… in getB2DRange()
184 basegfx::B2DRange aRange(0.0, 0.0, 1.0, 1.0); in getB2DRange()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx845 const basegfx::B2DHomMatrix& rTransform, in impTransformBitmap()
865 const basegfx::B2DPoint aSourceCoor(rTransform * basegfx::B2DPoint(x, y)); in impTransformBitmap()
907 const basegfx::B2DHomMatrix& rTransformation, in TransformBitmapEx()
914 const Size aDestinationSize(basegfx::fround(fWidth), basegfx::fround(fHeight)); in TransformBitmapEx()
939 const basegfx::B2DRange& rVisibleRange, in getTransformed()
990 basegfx::B2DHomMatrix aTransform( in getTransformed()
991 basegfx::tools::createScaleB2DHomMatrix( in getTransformed()
1084 const basegfx::BColor aBSource( in ModifyBitmapEx()
1100 const basegfx::BColor aBSource( in ModifyBitmapEx()
1119 const basegfx::BColor aBSource( in ModifyBitmapEx()
[all …]
/trunk/main/cppcanvas/source/wrapper/
H A Dimplsprite.cxx104 void ImplSprite::movePixel( const ::basegfx::B2DPoint& rNewPos ) in movePixel()
116 mxSprite->move( ::basegfx::unotools::point2DFromB2DPoint( rNewPos ), in movePixel()
122 void ImplSprite::move( const ::basegfx::B2DPoint& rNewPos ) in move()
137 mxSprite->move( ::basegfx::unotools::point2DFromB2DPoint( rNewPos ), in move()
143 void ImplSprite::transform( const ::basegfx::B2DHomMatrix& rMatrix ) in transform()
151 mxSprite->transform( ::basegfx::unotools::affineMatrixFromHomMatrix( aMatrix, in transform()
156 void ImplSprite::setClipPixel( const ::basegfx::B2DPolyPolygon& rClipPoly ) in setClipPixel()
162 … mxSprite->clip( ::basegfx::unotools::xPolyPolygonFromB2DPolyPolygon( mxGraphicDevice, in setClipPixel()
166 void ImplSprite::setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) in setClip()
173 ::basegfx::B2DPolyPolygon aTransformedClipPoly( rClipPoly ); in setClip()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/geometry/
H A Dviewinformation3d.hxx42 namespace basegfx { namespace
103 const basegfx::B3DHomMatrix& rObjectTransformation,
104 const basegfx::B3DHomMatrix& rOrientation,
105 const basegfx::B3DHomMatrix& rProjection,
106 const basegfx::B3DHomMatrix& rDeviceToView,
139 const basegfx::B3DHomMatrix& getObjectTransformation() const;
140 const basegfx::B3DHomMatrix& getOrientation() const;
141 const basegfx::B3DHomMatrix& getProjection() const;
142 const basegfx::B3DHomMatrix& getDeviceToView() const;
146 const basegfx::B3DHomMatrix& getObjectToView() const;
H A Dviewinformation2d.hxx43 namespace basegfx { namespace
98 const basegfx::B2DHomMatrix& rObjectTransformation,
99 const basegfx::B2DHomMatrix& rViewTransformation,
100 const basegfx::B2DRange& rViewport,
134 const basegfx::B2DHomMatrix& getObjectTransformation() const;
135 const basegfx::B2DHomMatrix& getViewTransformation() const;
136 const basegfx::B2DRange& getViewport() const;
141 const basegfx::B2DHomMatrix& getObjectToViewTransformation() const;
142 const basegfx::B2DHomMatrix& getInverseObjectToViewTransformation() const;
145 const basegfx::B2DRange& getDiscreteViewport() const;
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrcaptionobj.cxx73 const ::basegfx::B2DRange aObjectRange( in createViewIndependentPrimitive2DSequence()
79 basegfx::B2DHomMatrix aObjectMatrix(basegfx::tools::createScaleShearXRotateTranslateB2DHomMatrix( in createViewIndependentPrimitive2DSequence()
153 basegfx::B2DPolygon aObjectOutline( in createViewIndependentPrimitive2DSequence()
154 basegfx::tools::createPolygonFromRect( in createViewIndependentPrimitive2DSequence()
155 basegfx::B2DRange(0.0, 0.0, 1.0, 1.0), in createViewIndependentPrimitive2DSequence()
161 basegfx::B2DPolygon aShadowOutline(aObjectOutline); in createViewIndependentPrimitive2DSequence()
163 basegfx::tools::createTranslateB2DHomMatrix(nXDist, nYDist)); in createViewIndependentPrimitive2DSequence()
166 const basegfx::B2DPolyPolygon aClippedShadow( in createViewIndependentPrimitive2DSequence()
167 basegfx::tools::clipPolygonOnPolyPolygon( in createViewIndependentPrimitive2DSequence()
169 basegfx::B2DPolyPolygon(aObjectOutline), in createViewIndependentPrimitive2DSequence()
/trunk/main/slideshow/source/engine/slide/
H A Dlayer.hxx83 …static ::boost::shared_ptr< Layer > createBackgroundLayer( const basegfx::B2DRange& rMaxLayerBound…
96 … static ::boost::shared_ptr< Layer > createLayer( const basegfx::B2DRange& rMaxLayerBounds );
169 void setPriority( const ::basegfx::B1DRange& rPrioRange );
176 void addUpdateRange( ::basegfx::B2DRange const& rUpdateRange );
258 Layer( const basegfx::B2DRange& rMaxLayerBounds,
272 explicit Layer( const basegfx::B2DRange& rMaxLayerBounds );
293 basegfx::B2DPolyRange maUpdateAreas;
294 basegfx::B2DRange maBounds;
295 basegfx::B2DRange maNewBounds;
296 const basegfx::B2DRange maMaxBounds; // maBounds is clipped against this
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgpatternnode.hxx45 basegfx::B2DRange* mpViewBox;
53 basegfx::B2DHomMatrix* mpaPatternTransform;
74 …ValuesRelative(double& rfX, double& rfY, double& rfW, double& rfH, const basegfx::B2DRange& rGeoRa…
80 virtual const basegfx::B2DRange getCurrentViewPort() const;
83 const basegfx::B2DRange* getViewBox() const;
84 …setViewBox(const basegfx::B2DRange* pViewBox = 0) { if(mpViewBox) delete mpViewBox; mpViewBox = 0;… in setViewBox()
115 const basegfx::B2DHomMatrix* getPatternTransform() const;
116basegfx::B2DHomMatrix* pMatrix = 0) { if(mpaPatternTransform) delete mpaPatternTransform; mpaPatte… in setPatternTransform()
/trunk/main/basegfx/inc/basegfx/tools/
H A Dtools.hxx30 namespace basegfx namespace
57 BASEGFX_DLLPUBLIC bool liangBarskyClip2D( ::basegfx::B2DPoint& io_rStart,
58 ::basegfx::B2DPoint& io_rEnd,
59 const ::basegfx::B2DRange& rClipRect );
119 BASEGFX_DLLPUBLIC void infiniteLineFromParallelogram( ::basegfx::B2DPoint& io_rLeftTop,
120 ::basegfx::B2DPoint& io_rLeftBottom,
121 ::basegfx::B2DPoint& io_rRightTop,
122 ::basegfx::B2DPoint& io_rRightBottom,
123 const ::basegfx::B2DRange& rFitTarget );
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygon.cxx40 typedef ::std::vector< ::basegfx::B3DPolygon > PolygonVector;
49 ImplB3DPolyPolygon(const ::basegfx::B3DPolygon& rToBeCopied) : in ImplB3DPolyPolygon()
67 const ::basegfx::B3DPolygon& getB3DPolygon(sal_uInt32 nIndex) const in getB3DPolygon()
72 void setB3DPolygon(sal_uInt32 nIndex, const ::basegfx::B3DPolygon& rPolygon) in setB3DPolygon()
88 void insert(sal_uInt32 nIndex, const ::basegfx::B3DPolyPolygon& rPolyPolygon) in insert()
137 std::mem_fun_ref( &::basegfx::B3DPolygon::flip )); in flip()
147 void transform(const ::basegfx::B3DHomMatrix& rMatrix) in transform()
163 void transformNormals(const ::basegfx::B3DHomMatrix& rMatrix) in transformNormals()
179 void transformTextureCoordiantes(const ::basegfx::B2DHomMatrix& rMatrix) in transformTextureCoordiantes()
199 std::mem_fun_ref( &::basegfx::B3DPolygon::makeUnique )); in makeUnique()
[all …]
/trunk/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx186 bool ViewMediaShape::render( const ::basegfx::B2DRectangle& rBounds ) const in render()
204 bool ViewMediaShape::resize( const ::basegfx::B2DRectangle& rNewBounds ) const in resize()
231 ::basegfx::B2DRange aTmpRange; in resize()
235 const ::basegfx::B2IRange& rRangePix( in resize()
236 ::basegfx::unotools::b2ISurroundingRangeFromB2DRange( aTmpRange )); in resize()
267 bool ViewMediaShape::implInitialize( const ::basegfx::B2DRectangle& rBounds ) in implInitialize()
421 ::basegfx::B2DRange aTmpRange; in implInitializeVCLBasedPlayerWindow()
425 const ::basegfx::B2IRange& rRangePix( in implInitializeVCLBasedPlayerWindow()
426 ::basegfx::unotools::b2ISurroundingRangeFromB2DRange( aTmpRange )); in implInitializeVCLBasedPlayerWindow()
497 ::basegfx::B2DRange aTmpRange; in implInitializeDXBasedPlayerWindow()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsdrpagewindow.cxx226 basegfx::B2DPolygon aCandidate(rCandidate); in impPaintStrokePolygon()
230 aCandidate = basegfx::tools::adaptiveSubdivideByAngle(rCandidate); in impPaintStrokePolygon()
241 const basegfx::B2DPoint aBStart(aCandidate.getB2DPoint(a)); in impPaintStrokePolygon()
259 basegfx::B2DPolyPolygon aPolyA(((SdrPathObj*)pObjA)->GetPathPoly()); in impTryTest()
260 aPolyA = basegfx::tools::correctOrientations(aPolyA); in impTryTest()
262 basegfx::B2DPolyPolygon aPolyB; in impTryTest()
270 basegfx::B2DPolyPolygon aCandidate(((SdrPathObj*)pObjB)->GetPathPoly()); in impTryTest()
271 aCandidate = basegfx::tools::correctOrientations(aCandidate); in impTryTest()
280 basegfx::B2DPolyPolygon aResult(basegfx::tools::clipPolyPolygonOnPolyPolygon(aPolyB, aPolyA)); in impTryTest()
402 void SdrPageWindow::InvalidatePageWindow(const basegfx::B2DRange& rRange) in InvalidatePageWindow()
[all …]
/trunk/main/slideshow/source/engine/transitions/
H A Dveewipe.cxx35 ::basegfx::B2DPolyPolygon VeeWipe::operator () ( double t ) in operator ()()
37 ::basegfx::B2DPolygon poly; in operator ()()
38 poly.append( ::basegfx::B2DPoint( 0.0, -1.0 ) ); in operator ()()
39 const double d = ::basegfx::pruneScaleValue( 2.0 * t ); 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 ()()
45 return ::basegfx::B2DPolyPolygon( poly ); in operator ()()

Completed in 122 milliseconds

1...<<11121314151617181920>>...50