Home
last modified time | relevance | path

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

12345678910>>...19

/aoo41x/main/slideshow/source/engine/transitions/
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 ()()
/aoo41x/main/basegfx/test/
H A Dtesttools.hxx37 class B2DPolyPolygon;
66 void plot( const B2DPolyPolygon& rPolyPoly );
/aoo41x/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx450 const B2DPolyPolygon& rSourcePolyPolygon) in TrapezoidSubdivider()
456 B2DPolyPolygon aSource(rSourcePolyPolygon); in TrapezoidSubdivider()
952 void trapezoidSubdivide(B2DTrapezoidVector& ro_Result, const B2DPolyPolygon& rSourcePolyPolygon) in trapezoidSubdivide()
1185 const B2DPolyPolygon& rPolyPolygon, in createLineTrapezoidFromB2DPolyPolygon()
1194 B2DPolyPolygon aSource(rPolyPolygon); in createLineTrapezoidFromB2DPolyPolygon()
/aoo41x/main/canvas/inc/canvas/rendering/
H A Disurfaceproxy.hxx35 class B2DPolyPolygon;
102 const ::basegfx::B2DPolyPolygon& rClipPoly,
H A Dbitmap.hxx45 class B2DPolyPolygon;
159 const ::basegfx::B2DPolyPolygon& rClipPoly,
170 const ::basegfx::B2DPolyPolygon& rPolyPolygon,
/aoo41x/main/svx/source/svdraw/
H A Dsvdocirc.cxx355 basegfx::B2DPolyPolygon SdrCircObj::TakeXorPoly() const in TakeXorPoly()
358 return basegfx::B2DPolyPolygon(aCircPolygon); in TakeXorPoly()
771 basegfx::B2DPolyPolygon SdrCircObj::TakeCreatePoly(const SdrDragStat& rDrag) const in TakeCreatePoly()
778 basegfx::B2DPolyPolygon aRetval(ImpCalcXPolyCirc(OBJ_CIRC, pU->aR, pU->nStart, pU->nEnd)); in TakeCreatePoly()
794 return basegfx::B2DPolyPolygon(ImpCalcXPolyCirc(meCircleKind, pU->aR, pU->nStart, pU->nEnd)); in TakeCreatePoly()
1158 SdrObject* pRet = ImpConvertMakeObj(basegfx::B2DPolyPolygon(aCircPolygon), bFill, bBezier); in DoConvertToPolyObj()
/aoo41x/main/cppcanvas/inc/cppcanvas/
H A Dbasegfxfactory.hxx41 class B2DPolyPolygon;
72 …aredPtr createPolyPolygon( const CanvasSharedPtr&, const ::basegfx::B2DPolyPolygon& rPoly ) const;
H A Dpolypolygon.hxx35 class B2DPolyPolygon;
64 virtual void addPolyPolygon( const ::basegfx::B2DPolyPolygon& rPoly ) = 0;
/aoo41x/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;
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db2dtrapezoid.hxx94 const B2DPolyPolygon& rSourcePolyPolygon);
117 const B2DPolyPolygon& rPolyPolygon,
/aoo41x/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dhittestprocessor2d.hxx34 namespace basegfx { class B2DPolyPolygon; }
78 const basegfx::B2DPolyPolygon& rPolyPolygon,
/aoo41x/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx172 pBitmap->clip( ::basegfx::B2DPolyPolygon() ); in repaintWithoutPolygons()
395 ::basegfx::B2DPolyPolygon aPolyPoly=::basegfx::B2DPolyPolygon(aPoly); in handleMouseDragged()
/aoo41x/main/svx/source/sdr/primitive2d/
H A Dsdrconnectorprimitive2d.cxx54 basegfx::B2DPolyPolygon(getUnitPolygon()))); in create2DDecomposition()
71 basegfx::B2DPolyPolygon(getUnitPolygon()), in create2DDecomposition()
/aoo41x/main/svx/source/sdr/overlay/
H A Doverlaypolypolygon.cxx83 const basegfx::B2DPolyPolygon& rLinePolyPolygon) in OverlayPolyPolygonStripedAndFilled()
93 void OverlayPolyPolygonStripedAndFilled::setLinePolyPolygon(const basegfx::B2DPolyPolygon& rNew) in setLinePolyPolygon()
/aoo41x/main/basegfx/inc/basegfx/range/
H A Db2dpolyrange.hxx35 class B2DPolyPolygon;
125 B2DPolyPolygon solveCrossovers() const;

Completed in 132 milliseconds

12345678910>>...19