Home
last modified time | relevance | path

Searched refs:B2DPolyPolygon (Results 176 – 200 of 470) sorted by relevance

12345678910>>...19

/trunk/main/slideshow/source/engine/transitions/
H A Dboxwipe.cxx35 ::basegfx::B2DPolyPolygon BoxWipe::operator () ( double t ) in operator ()()
47 ::basegfx::B2DPolyPolygon res( m_unitRect ); in operator ()()
H A Dbarwipepolypolygon.cxx35 ::basegfx::B2DPolyPolygon BarWipePolyPolygon::operator () ( double t ) in operator ()()
37 ::basegfx::B2DPolyPolygon res; in operator ()()
H A Dpinwheelwipe.cxx38 ::basegfx::B2DPolyPolygon PinWheelWipe::operator () ( double t ) in operator ()()
43 ::basegfx::B2DPolyPolygon res; in operator ()()
H A Dveewipe.cxx35 ::basegfx::B2DPolyPolygon VeeWipe::operator () ( double t ) in operator ()()
45 return ::basegfx::B2DPolyPolygon( poly ); in operator ()()
H A Dbarndoorwipe.cxx37 ::basegfx::B2DPolyPolygon BarnDoorWipe::operator () ( double t ) in operator ()()
47 ::basegfx::B2DPolyPolygon res(poly); in operator ()()
H A Dfanwipe.cxx38 ::basegfx::B2DPolyPolygon FanWipe::operator () ( double t ) in operator ()()
40 ::basegfx::B2DPolyPolygon res; in operator ()()
H A Dsweepwipe.cxx39 ::basegfx::B2DPolyPolygon SweepWipe::operator () ( double t ) in operator ()()
55 ::basegfx::B2DPolyPolygon res(poly); in operator ()()
H A Ddoublediamondwipe.cxx36 ::basegfx::B2DPolyPolygon DoubleDiamondWipe::operator () ( double t ) in operator ()()
46 ::basegfx::B2DPolyPolygon res(poly); in operator ()()
H A Dclockwipe.cxx61 ::basegfx::B2DPolyPolygon ClockWipe::operator () ( double t ) in operator ()()
66 return ::basegfx::B2DPolyPolygon(poly); in operator ()()
H A Dfourboxwipe.cxx38 ::basegfx::B2DPolyPolygon FourBoxWipe::operator () ( double t ) in operator ()()
56 ::basegfx::B2DPolyPolygon res( square ); in operator ()()
/trunk/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx172 pBitmap->clip( ::basegfx::B2DPolyPolygon() ); in repaintWithoutPolygons()
395 ::basegfx::B2DPolyPolygon aPolyPoly=::basegfx::B2DPolyPolygon(aPoly); in handleMouseDragged()
/trunk/main/canvas/inc/canvas/rendering/
H A Dbitmap.hxx45 class B2DPolyPolygon;
159 const ::basegfx::B2DPolyPolygon& rClipPoly,
170 const ::basegfx::B2DPolyPolygon& rPolyPolygon,
H A Disurfaceproxy.hxx35 class B2DPolyPolygon;
102 const ::basegfx::B2DPolyPolygon& rClipPoly,
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontools.hxx230 B2DPolyPolygon* pLineTarget,
231 B2DPolyPolygon* pGapTarget = 0,
435 …BASEGFX_DLLPUBLIC bool isPolyPolygonEqualRectangle( const B2DPolyPolygon& rPolyPoly, const B2DRang…
H A Db2dtrapezoid.hxx95 const B2DPolyPolygon& rSourcePolyPolygon);
118 const B2DPolyPolygon& rPolyPolygon,
/trunk/main/basegfx/test/
H A Dtesttools.hxx37 class B2DPolyPolygon;
66 void plot( const B2DPolyPolygon& rPolyPoly );
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx873 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolyg… in setPropertyValueImpl()
927 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dLatheObj*>(mpObj.get())->GetPolyPoly2D(); in getPropertyValueImpl()
988 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolyg… in setPropertyValueImpl()
1038 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dExtrudeObj*>(mpObj.get())->GetExtrudePol… in getPropertyValueImpl()
1127 …const basegfx::B2DPolyPolygon aB2DPolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolyg… in setPropertyValueImpl()
1176 …const basegfx::B2DPolyPolygon& rPolyPoly = static_cast<E3dPolygonObj*>(mpObj.get())->GetPolyTextur… in getPropertyValueImpl()
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dbasegfxfactory.hxx42 class B2DPolyPolygon;
73 …aredPtr createPolyPolygon( const CanvasSharedPtr&, const ::basegfx::B2DPolyPolygon& rPoly ) const;
H A Dpolypolygon.hxx35 class B2DPolyPolygon;
64 virtual void addPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly ) = 0;
/trunk/main/slideshow/source/inc/
H A Dviewlayer.hxx36 class B2DPolyPolygon;
151 virtual void setClip( const basegfx::B2DPolyPolygon& rClip ) = 0;
H A Dslidebitmap.hxx73 void clip( const ::basegfx::B2DPolyPolygon& rClipPoly );
80 ::basegfx::B2DPolyPolygon maClipPoly;
H A Danimatedsprite.hxx135 void clip( const ::basegfx::B2DPolyPolygon& rClip );
171 ::boost::optional< ::basegfx::B2DPolyPolygon > maClip;
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dhittestprocessor2d.hxx34 namespace basegfx { class B2DPolyPolygon; }
78 const basegfx::B2DPolyPolygon& rPolyPolygon,
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx878 ::basegfx::B2DPolyPolygon(::basegfx::tools::createPolygonFromRect(aWindowRange))); in MergeViewState()
886 const ::basegfx::B2DPolyPolygon aClipPolygon ( in MergeViewState()
889 const ::basegfx::B2DPolyPolygon aClippedClipPolygon ( in MergeViewState()
1019 const ::basegfx::B2DPolyPolygon aOriginalClip ( in UpdateSpriteClip()
1022 const ::basegfx::B2DPolyPolygon aClippedClipPolygon ( in UpdateSpriteClip()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrconnectorprimitive2d.cxx54 basegfx::B2DPolyPolygon(getUnitPolygon()))); in create2DDecomposition()
70 basegfx::B2DPolyPolygon(getUnitPolygon()), in create2DDecomposition()

Completed in 168 milliseconds

12345678910>>...19