Home
last modified time | relevance | path

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

12345678910>>...19

/trunk/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()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dmaskprimitive2d.hxx55 basegfx::B2DPolyPolygon maMask;
60 const basegfx::B2DPolyPolygon& rMask,
64 const basegfx::B2DPolyPolygon& getMask() const { return maMask; } in getMask()
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,
/trunk/main/svx/source/inc/
H A Dunopolyhelper.hxx36 class B2DPolyPolygon;
41 basegfx::B2DPolyPolygon SvxConvertPolyPolygonBezierToB2DPolyPolygon( const com::sun::star::drawing:…
46 SVX_DLLPUBLIC void SvxConvertB2DPolyPolygonToPolyPolygonBezier( const basegfx::B2DPolyPolygon& rPol…
/trunk/main/slideshow/source/engine/transitions/
H A Dspiralwipe.hxx41 virtual ::basegfx::B2DPolyPolygon operator () ( double t );
43 ::basegfx::B2DPolyPolygon calcNegSpiral( double t ) const;
56 virtual ::basegfx::B2DPolyPolygon operator () ( double t );
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 ()()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dlinestartendattribute.hxx32 class B2DPolyPolygon;
54 const basegfx::B2DPolyPolygon& rPolyPolygon,
69 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const;
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dlinegeometry.hxx73 BASEGFX_DLLPUBLIC B2DPolyPolygon createAreaGeometryForLineStartEnd(
75 const B2DPolyPolygon& rArrow,
132 BASEGFX_DLLPUBLIC B2DPolyPolygon createAreaGeometry(
H A Db2dpolypolygonrasterconverter.hxx53 B2DPolyPolygonRasterConverter(const B2DPolyPolygon& rPolyPolyRaster);
72 B2DPolyPolygonRasterConverter(const B2DPolyPolygon& rPolyPolyRaster,
127 B2DPolyPolygon maPolyPolygon;
/trunk/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()
/trunk/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;
/trunk/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()
/trunk/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;
/trunk/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 …
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx673 basegfx::B2DPolyPolygon aPoly=basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in strokePath()
687 basegfx::B2DPolyPolygon aPoly=basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in fillPath()
701 basegfx::B2DPolyPolygon aPoly=basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in eoFillPath()
716 basegfx::B2DPolyPolygon aNewClip = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in intersectClip()
718 basegfx::B2DPolyPolygon aCurClip = getCurrentContext().Clip; in intersectClip()
729 basegfx::B2DPolyPolygon aNewClip = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in intersectEoClip()
731 basegfx::B2DPolyPolygon aCurClip = getCurrentContext().Clip; in intersectEoClip()
800 getCurrentContext().Clip = basegfx::B2DPolyPolygon( in startPage()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx328 basegfx::B2DPolyPolygon aLocalPolyPolygon(basegfx::tools::clipPolygonOnRange( in RenderPolygonHairlinePrimitive2D()
647 const basegfx::B2DPolyPolygon& rPolyPolygon = rPolygonCandidate.getB2DPolyPolygon(); in RenderPolyPolygonGraphicPrimitive2D()
687 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolyPolygon); in RenderPolyPolygonGraphicPrimitive2D()
713 … basegfx::B2DPolyPolygon aTarget = basegfx::tools::clipPolyPolygonOnRange( in RenderPolyPolygonGraphicPrimitive2D()
756 basegfx::B2DPolyPolygon aMask(rMaskCandidate.getMask()); in RenderMaskPrimitive2DPixel()
1031 basegfx::B2DPolyPolygon aHairlinePolyPolygon; in RenderPolygonStrokePrimitive2D()
1306 mpOutputDevice->DrawPolyPolygon(basegfx::B2DPolyPolygon(aNew)); in RenderSvgLinearAtomPrimitive2D()
1364 mpOutputDevice->DrawPolyPolygon(basegfx::B2DPolyPolygon(aNew)); in RenderSvgRadialAtomPrimitive2D()
/trunk/main/vcl/source/gdi/
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()
/trunk/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
/trunk/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()
/trunk/main/svx/inc/svx/
H A Dsvdobj.hxx688 virtual basegfx::B2DPolyPolygon TakeXorPoly() const;
691 virtual basegfx::B2DPolyPolygon TakeContour() const;
724 virtual basegfx::B2DPolyPolygon getSpecialDragPoly(const SdrDragStat& rDrag) const;
759 virtual basegfx::B2DPolyPolygon TakeCreatePoly(const SdrDragStat& rDrag) const;
1096 …virtual sal_Bool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyP…
1101 …virtual void TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon

Completed in 141 milliseconds

12345678910>>...19