Home
last modified time | relevance | path

Searched refs:B2DPolyPolygon (Results 101 – 125 of 469) sorted by relevance

12345678910>>...19

/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/
H A Dlinestartendattribute.hxx32 class B2DPolyPolygon;
54 const basegfx::B2DPolyPolygon& rPolyPolygon,
69 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const;
/aoo41x/main/basegfx/inc/basegfx/polygon/
H A Db2dlinegeometry.hxx72 B2DPolyPolygon createAreaGeometryForLineStartEnd(
74 const B2DPolyPolygon& rArrow,
131 B2DPolyPolygon createAreaGeometry(
H A Db2dpolypolygonrasterconverter.hxx52 B2DPolyPolygonRasterConverter(const B2DPolyPolygon& rPolyPolyRaster);
71 B2DPolyPolygonRasterConverter(const B2DPolyPolygon& rPolyPolyRaster,
126 B2DPolyPolygon maPolyPolygon;
/aoo41x/main/svx/inc/svx/sdr/primitive2d/
H A Dsdrpathprimitive2d.hxx46 basegfx::B2DPolyPolygon maUnitPolyPolygon;
56 const basegfx::B2DPolyPolygon& rUnitPolyPolygon);
61 const basegfx::B2DPolyPolygon& getUnitPolyPolygon() const { return maUnitPolyPolygon; } in getUnitPolyPolygon()
H A Dsdrdecompositiontools.hxx33 class B2DPolyPolygon;
53 const basegfx::B2DPolyPolygon& rUnitPolyPolygon,
65 const basegfx::B2DPolyPolygon& rUnitPolyPolygon,
/aoo41x/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx246 basegfx::B2DPolyPolygon aMergedArea; in add_text()
307 const basegfx::B2DPolyPolygon& rPath, in add_fillGradient()
445 const basegfx::B2DPolyPolygon& rPath, in add_fillPatternTransform()
455 basegfx::B2DPolyPolygon aPath(rPath); in add_fillPatternTransform()
480 const basegfx::B2DPolyPolygon& rPath, in add_fillPattern()
571 const basegfx::B2DPolyPolygon& rPath, in add_fill()
628 const basegfx::B2DPolyPolygon& rPath, in add_stroke()
701 const basegfx::B2DPolyPolygon aMergedArea( in add_stroke()
840 const basegfx::B2DPolyPolygon& rPath, in add_markers()
1023 const basegfx::B2DPolyPolygon& rPath, in add_path()
[all …]
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dpatternfillprimitive2d.hxx47 const basegfx::B2DPolyPolygon maMask;
58 const basegfx::B2DPolyPolygon& rMask,
63 const basegfx::B2DPolyPolygon& getMask() const { return maMask; } in getMask()
H A Dsdrdecompositiontools2d.hxx32 class B2DPolyPolygon;
49 const basegfx::B2DPolyPolygon& rPolygon);
62 const basegfx::B2DPolyPolygon& rPolygon,
/aoo41x/main/vcl/source/gdi/
H A Doutmap.cxx1261 basegfx::B2DPolyPolygon OutputDevice::LogicToPixel( const basegfx::B2DPolyPolygon& rLogicPolyPoly )… in LogicToPixel()
1263 basegfx::B2DPolyPolygon aTransformedPoly = rLogicPolyPoly; in LogicToPixel()
1460 basegfx::B2DPolyPolygon OutputDevice::LogicToPixel( const basegfx::B2DPolyPolygon& rLogicPolyPoly, in LogicToPixel()
1463 basegfx::B2DPolyPolygon aTransformedPoly = rLogicPolyPoly; in LogicToPixel()
1656 basegfx::B2DPolyPolygon OutputDevice::PixelToLogic( const basegfx::B2DPolyPolygon& rPixelPolyPoly )… in PixelToLogic()
1658 basegfx::B2DPolyPolygon aTransformedPoly = rPixelPolyPoly; in PixelToLogic()
1870 basegfx::B2DPolyPolygon OutputDevice::PixelToLogic( const basegfx::B2DPolyPolygon& rPixelPolyPoly, in PixelToLogic()
1873 basegfx::B2DPolyPolygon aTransformedPoly = rPixelPolyPoly; in PixelToLogic()
2339 basegfx::B2DPolyPolygon OutputDevice::LogicToLogic( const basegfx::B2DPolyPolygon& rPolySource, in LogicToLogic()
2349 basegfx::B2DPolyPolygon aPoly(rPolySource); in LogicToLogic()
H A Dlineinfo.cxx336 basegfx::B2DPolyPolygon& io_rLinePolyPolygon, in applyToB2DPolyPolygon()
337 basegfx::B2DPolyPolygon& o_rFillPolyPolygon) const in applyToB2DPolyPolygon()
366 basegfx::B2DPolyPolygon aResult; in applyToB2DPolyPolygon()
370 basegfx::B2DPolyPolygon aLineTraget; in applyToB2DPolyPolygon()
/aoo41x/main/slideshow/source/engine/transitions/
H A Dcheckerboardwipe.cxx35 ::basegfx::B2DPolyPolygon CheckerBoardWipe::operator () ( double t ) in operator ()()
42 ::basegfx::B2DPolyPolygon res; in operator ()()
50 ::basegfx::B2DPolyPolygon poly( m_unitRect ); in operator ()()
H A Dwaterfallwipe.cxx61 ::basegfx::B2DPolyPolygon WaterfallWipe::operator () ( double t ) in operator ()()
68 return m_flipOnYAxis ? flipOnYAxis( ::basegfx::B2DPolyPolygon(poly) ) in operator ()()
69 : ::basegfx::B2DPolyPolygon(poly); in operator ()()
/aoo41x/main/cppcanvas/inc/cppcanvas/
H A Dcanvasgraphic.hxx36 class B2DPolyPolygon;
128 …virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0;
136 virtual ::basegfx::B2DPolyPolygon const* getClip() const = 0;
H A Dsprite.hxx34 class B2DPolyPolygon;
81 virtual void setClipPixel( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0;
88 virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0;
H A Dcanvas.hxx41 class B2DPolyPolygon;
87 …virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) = 0;
94 virtual ::basegfx::B2DPolyPolygon const* getClip() const = 0;
/aoo41x/main/drawinglayer/source/primitive2d/
H A Dsvggradientprimitive2d.cxx289 const basegfx::B2DPolyPolygon& rPolyPolygon, in SvgGradientHelper()
457 basegfx::B2DPolyPolygon aUnitPoly(getPolyPolygon()); in create2DDecomposition()
570 const basegfx::B2DPolyPolygon& rPolyPolygon, in SvgLinearGradientPrimitive2D()
796 basegfx::B2DPolyPolygon aUnitPoly(getPolyPolygon()); in create2DDecomposition()
858 const basegfx::B2DPolyPolygon& rPolyPolygon, in SvgRadialGradientPrimitive2D()
967 basegfx::B2DPolyPolygon(aNew), in create2DDecomposition()
1069 basegfx::B2DPolyPolygon(aNew), in create2DDecomposition()
/aoo41x/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dtextaspolygonextractor2d.hxx44 basegfx::B2DPolyPolygon maB2DPolyPolygon;
50 const basegfx::B2DPolyPolygon& rB2DPolyPolygon, in TextAsPolygonDataNode()
60 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maB2DPolyPolygon; } in getB2DPolyPolygon()
/aoo41x/main/cppcanvas/source/inc/
H A Dcanvasgraphichelper.hxx56 … virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly );
58 virtual ::basegfx::B2DPolyPolygon const* getClip() const;
74 … boost::optional<basegfx::B2DPolyPolygon> maClipPolyPolygon;
/aoo41x/main/svx/source/table/
H A Dtablehandles.hxx61 basegfx::B2DPolyPolygon getSpecialDragPoly(const SdrDragStat& rDrag) const;
62 …void getPolyPolygon(basegfx::B2DPolyPolygon& rVisible, basegfx::B2DPolyPolygon& rInvisible, const …
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrextrudelathetools3d.hxx62 const basegfx::B2DPolyPolygon& rPolyPolygon, in Slice3D()
90 const basegfx::B2DPolyPolygon& rSource,
101 const basegfx::B2DPolyPolygon& rSource,
/aoo41x/main/vcl/inc/vcl/
H A Dlineinfo.hxx38 namespace basegfx { class B2DPolyPolygon; }
131 basegfx::B2DPolyPolygon& io_rLinePolyPolygon,
132 basegfx::B2DPolyPolygon& o_rFillPolyPolygon) const;
/aoo41x/main/svx/source/svdraw/
H A Dsvdcrtv.cxx71 basegfx::B2DPolyPolygon aB2DPolyPolygon(rObject.TakeXorPoly()); in ImplConnectMarkerOverlay()
106 basegfx::B2DPolyPolygon aTempPolyPoly; in ImplConnectMarkerOverlay()
137 …ay(const SdrCreateView& rView, const SdrObject* pObject, const basegfx::B2DPolyPolygon& rPolyPoly);
150 …lay(const SdrCreateView& rView, const SdrObject* pObject, const basegfx::B2DPolyPolygon& rPolyPoly) in CreateAndShowOverlay()
840 basegfx::B2DPolyPolygon aDragPolyPolygon; in ShowCreateObj()
860 const basegfx::B2DPolyPolygon aCurrentPolyPolygon(rPathObj.getObjectPolyPolygon(aDragStat)); in ShowCreateObj()
H A Dsvdocapt.cxx274 basegfx::B2DPolyPolygon SdrCaptionObj::TakeXorPoly() const in TakeXorPoly()
276 basegfx::B2DPolyPolygon aPolyPoly(SdrRectObj::TakeXorPoly()); in TakeXorPoly()
600 basegfx::B2DPolyPolygon SdrCaptionObj::TakeCreatePoly(const SdrDragStat& /*rDrag*/) const in TakeCreatePoly()
602 basegfx::B2DPolyPolygon aRetval; in TakeCreatePoly()
757 …SdrObject* pTail = ImpConvertMakeObj(basegfx::B2DPolyPolygon(aTailPoly.getB2DPolygon()), sal_False… in DoConvertToPolyObj()
779 …SetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon& /*rPolyPolygo… in TRSetBaseGeometry() argument
/aoo41x/main/svx/inc/svx/
H A Dsvdobj.hxx696 virtual basegfx::B2DPolyPolygon TakeXorPoly() const;
699 virtual basegfx::B2DPolyPolygon TakeContour() const;
732 virtual basegfx::B2DPolyPolygon getSpecialDragPoly(const SdrDragStat& rDrag) const;
767 virtual basegfx::B2DPolyPolygon TakeCreatePoly(const SdrDragStat& rDrag) const;
1104 …virtual sal_Bool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyP…
1109 …virtual void TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon
/aoo41x/main/sd/source/ui/func/
H A Dfuconrec.cxx591 ::basegfx::B2DPolyPolygon getPolygon( sal_uInt16 nResId, SdrModel* pDoc ) in getPolygon()
593 ::basegfx::B2DPolyPolygon aRetval; in getPolygon()
635 ::basegfx::B2DPolyPolygon aArrow( getPolygon( RID_SVXSTR_ARROW, mpDoc ) ); in SetLineEnds()
647 ::basegfx::B2DPolyPolygon aCircle( getPolygon( RID_SVXSTR_CIRCLE, mpDoc ) ); in SetLineEnds()
657 ::basegfx::B2DPolyPolygon aSquare( getPolygon( RID_SVXSTR_SQUARE, mpDoc ) ); in SetLineEnds()
902 ((SdrPathObj*)pObj)->SetPathPoly(::basegfx::B2DPolyPolygon(aB2DPolygon)); in CreateDefaultObject()

Completed in 341 milliseconds

12345678910>>...19