Home
last modified time | relevance | path

Searched refs:B2DPolyPolygon (Results 76 – 100 of 470) sorted by relevance

12345678910>>...19

/aoo42x/main/slideshow/source/engine/transitions/
H A Dzigzagwipe.cxx53 ::basegfx::B2DPolyPolygon ZigZagWipe::operator () ( double t ) in operator ()()
55 ::basegfx::B2DPolyPolygon res(m_stdZigZag); in operator ()()
60 ::basegfx::B2DPolyPolygon BarnZigZagWipe::operator () ( double t ) in operator ()()
62 ::basegfx::B2DPolyPolygon res( createUnitRect() ); in operator ()()
/aoo42x/main/basegfx/source/tools/
H A Dcanvastools.cxx112 …egment2D > > bezierSequenceSequenceFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ) in bezierSequenceSequenceFromB2DPolyPolygon()
130 …lPoint2D > > pointSequenceSequenceFromB2DPolyPolygon( const ::basegfx::B2DPolyPolygon& rPolyPoly ) in pointSequenceSequenceFromB2DPolyPolygon()
182 … const ::basegfx::B2DPolyPolygon& rPolyPoly ) in xPolyPolygonFromB2DPolyPolygon()
229 …::basegfx::B2DPolyPolygon polyPolygonFromPoint2DSequenceSequence( const uno::Sequence< uno::Sequen… in polyPolygonFromPoint2DSequenceSequence()
231 ::basegfx::B2DPolyPolygon aRes; in polyPolygonFromPoint2DSequenceSequence()
277 …::basegfx::B2DPolyPolygon polyPolygonFromBezier2DSequenceSequence( const uno::Sequence< uno::Seque… in polyPolygonFromBezier2DSequenceSequence()
279 ::basegfx::B2DPolyPolygon aRes; in polyPolygonFromBezier2DSequenceSequence()
291 …::basegfx::B2DPolyPolygon b2DPolyPolygonFromXPolyPolygon2D( const uno::Reference< rendering::XPoly… in b2DPolyPolygonFromXPolyPolygon2D()
/aoo42x/main/basegfx/inc/basegfx/tools/
H A Dunopolypolygon.hxx50 explicit UnoPolyPolygon( const B2DPolyPolygon& );
78 B2DPolyPolygon getPolyPolygon() const;
88 B2DPolyPolygon getSubsetPolyPolygon( sal_Int32 nPolygonIndex,
94 B2DPolyPolygon getPolyPolygonUnsafe() const;
103 B2DPolyPolygon maPolyPoly;
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dsvggradientprimitive2d.hxx102 basegfx::B2DPolyPolygon maPolyPolygon;
156 const basegfx::B2DPolyPolygon& rPolyPolygon,
165 const basegfx::B2DPolyPolygon& getPolyPolygon() const { return maPolyPolygon; } in getPolyPolygon()
208 const basegfx::B2DPolyPolygon& rPolyPolygon,
277 const basegfx::B2DPolyPolygon& rPolyPolygon,
/aoo42x/main/sw/source/core/crsr/
H A Doverlayrangesoutline.cxx39 …basegfx::B2DPolyPolygon impCombineRangesToPolyPolygon(const std::vector< basegfx::B2DRange >& rRan… in impCombineRangesToPolyPolygon()
42 basegfx::B2DPolyPolygon aRetval; in impCombineRangesToPolyPolygon()
54 …aRetval = basegfx::tools::solvePolygonOperationOr(aRetval, basegfx::B2DPolyPolygon(aDiscretePolygo… in impCombineRangesToPolyPolygon()
74 … const basegfx::B2DPolyPolygon aPolyPolygon(impCombineRangesToPolyPolygon(getRanges())); in createOverlayObjectPrimitive2DSequence()
/aoo42x/main/sd/source/ui/func/
H A Dfucon3d.cxx138 …p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape()
165 …p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape()
176 …p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape()
202 … p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); in ImpCreateBasic3DShape()
226 … p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); in ImpCreateBasic3DShape()
250 … p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aInnerPoly)); in ImpCreateBasic3DShape()
/aoo42x/main/svx/inc/svx/
H A Dlathe3d.hxx45 basegfx::B2DPolyPolygon maPolyPoly2D;
54 E3dLatheObj(E3dDefaultAttributes& rDefault, const basegfx::B2DPolyPolygon rPoly2D);
109 void SetPolyPoly2D(const basegfx::B2DPolyPolygon& rNew);
110 const basegfx::B2DPolyPolygon& GetPolyPoly2D() { return maPolyPoly2D; } in GetPolyPoly2D()
H A Dsvdotext.hxx274 …SdrObject* ImpConvertMakeObj(const basegfx::B2DPolyPolygon& rPolyPolygon, sal_Bool bClosed, sal_Bo…
432 virtual basegfx::B2DPolyPolygon TakeXorPoly() const;
433 virtual basegfx::B2DPolyPolygon TakeContour() const;
457 virtual basegfx::B2DPolyPolygon TakeCreatePoly(const SdrDragStat& rDrag) const;
539 …virtual sal_Bool TRGetBaseGeometry(basegfx::B2DHomMatrix& rMatrix, basegfx::B2DPolyPolygon& rPolyP…
544 …virtual void TRSetBaseGeometry(const basegfx::B2DHomMatrix& rMatrix, const basegfx::B2DPolyPolygon
/aoo42x/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrlatheprimitive3d.hxx52 basegfx::B2DPolyPolygon maCorrectedPolyPolygon;
56 basegfx::B2DPolyPolygon maPolyPolygon;
103 const basegfx::B2DPolyPolygon& rPolyPolygon,
118 const basegfx::B2DPolyPolygon& getPolyPolygon() const { return maPolyPolygon; } in getPolyPolygon()
/aoo42x/main/vcl/unx/headless/
H A Dsvpgdi.cxx199 B2DPolyPolygon aFull; in setClipRegion()
335 B2DPolyPolygon aPolyPoly( aRect ); in drawRect()
369 … m_aDevice->fillPolyPolygon( B2DPolyPolygon(aPoly), m_aFillColor, m_aDrawMode, m_aClipMap ); in drawPolygon()
386 B2DPolyPolygon aPolyPoly; in drawPolyPolygon()
450 bool SvpSalGraphics::drawPolyPolygon( const basegfx::B2DPolyPolygon&, double /*fTransparency*/ ) in drawPolyPolygon() argument
572 B2DPolyPolygon aPolyPoly( aRect ); in invert()
585 …m_aDevice->fillPolyPolygon( B2DPolyPolygon(aPoly), basebmp::Color( 0xffffff ), DrawMode_XOR, m_aCl… in invert()
/aoo42x/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx512 return createFillAndStroke( ::basegfx::B2DPolyPolygon( rPoly ), in createFillAndStroke()
598 ::basegfx::B2DPolyPolygon aDevicePoly( rPoly.getB2DPolyPolygon() ); in createGradientAction()
1153 void ImplRenderer::updateClipping( const ::basegfx::B2DPolyPolygon& rClipPoly, in updateClipping()
1158 ::basegfx::B2DPolyPolygon aClipPoly( rClipPoly ); in updateClipping()
1180 rState.clip = ::basegfx::B2DPolyPolygon( in updateClipping()
1210 ::basegfx::B2DPolyPolygon( in updateClipping()
1263 ::basegfx::B2DPolyPolygon aClipPoly( in updateClipping()
1287 ::basegfx::B2DPolyPolygon( in updateClipping()
2000 ::basegfx::B2DPolyPolygon( aPoly ), in createActions()
2153 ::basegfx::B2DPolyPolygon(aPoly), in createActions()
[all …]
/aoo42x/main/svx/source/sdr/primitive2d/
H A Dsdrrectangleprimitive2d.cxx56 basegfx::B2DPolyPolygon aTransformed(aUnitOutline); in create2DDecomposition()
72 basegfx::B2DPolyPolygon(aUnitOutline), in create2DDecomposition()
95 basegfx::B2DPolyPolygon(aUnitOutline), in create2DDecomposition()
104 basegfx::B2DPolyPolygon(aUnitOutline), in create2DDecomposition()
/aoo42x/main/basebmp/inc/basebmp/
H A Dbitmapdevice.hxx51 class B2DPolyPolygon;
290 void fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly,
316 void fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly,
592 virtual void fillPolyPolygon_i( const basegfx::B2DPolyPolygon& rPoly,
596 virtual void fillPolyPolygon_i( const basegfx::B2DPolyPolygon& rPoly,
/aoo42x/main/vcl/inc/
H A Dsalgdi.hxx58 class B2DPolyPolygon;
123 … virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency ) = 0;
311 virtual bool GetGlyphOutline( sal_GlyphId, basegfx::B2DPolyPolygon& ) = 0;
362 …basegfx::B2DPolyPolygon mirror( const basegfx::B2DPolyPolygon& i_rPoly, const OutputDevice *pOutDe…
379 …bool DrawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency, c…
/aoo42x/main/svx/source/svdraw/
H A Dsvdedtv2.cxx653 basegfx::B2DPolyPolygon SdrEditView::ImpGetPolyPolygon1(const SdrObject* pObj, sal_Bool bCombine) c… in ImpGetPolyPolygon1()
655 basegfx::B2DPolyPolygon aRetval; in ImpGetPolyPolygon1()
702 basegfx::B2DPolyPolygon SdrEditView::ImpGetPolyPolygon(const SdrObject* pObj, sal_Bool bCombine) co… in ImpGetPolyPolygon()
708 basegfx::B2DPolyPolygon aRetval; in ImpGetPolyPolygon()
725 basegfx::B2DPolygon SdrEditView::ImpCombineToSinglePolygon(const basegfx::B2DPolyPolygon& rPolyPoly… in ImpCombineToSinglePolygon()
1037 basegfx::B2DPolyPolygon aMergePolyPolygonA; in MergeMarkedObjects()
1038 basegfx::B2DPolyPolygon aMergePolyPolygonB; in MergeMarkedObjects()
1076 basegfx::B2DPolyPolygon aTmpPoly(pPathObj->GetPathPoly()); in MergeMarkedObjects()
1247 basegfx::B2DPolyPolygon aPolyPolygon; in CombineMarkedObjects()
1509 const basegfx::B2DPolyPolygon& rPolyPolygon(pSrcPath->GetPathPoly()); in ImpDismantleOneObject()
[all …]
H A Dsvddrgmt.cxx114 basegfx::B2DPolyPolygon aCopy(maOriginalPolyPolygon); in createPrimitive2DSequenceInCurrentState()
276 basegfx::B2DPolyPolygon aPolyPolygon(aPolygon); in createPrimitive2DSequenceInCurrentState()
450 basegfx::B2DPolyPolygon aResult; in createSdrDragEntries_PolygonDrag()
513 const basegfx::B2DPolyPolygon aPathXPP = pPath->GetPathPoly(); in createSdrDragEntries_PointDrag()
620 basegfx::B2DPolyPolygon aObjectPolyPolygon; in applyCurrentTransformationToSdrObject()
1236 basegfx::B2DPolyPolygon aDragPolyPolygon; in createSdrDragEntries()
2905 basegfx::B2DPolyPolygon aRetval; in impCreateDragRaster()
3016 void SdrDragCrook::_MovAllPoints(basegfx::B2DPolyPolygon& rTarget) in _MovAllPoints()
3596 void SdrDragDistort::_MovAllPoints(basegfx::B2DPolyPolygon& rTarget) in _MovAllPoints()
3606 basegfx::B2DPolyPolygon aDragPolygon(rTarget); in _MovAllPoints()
[all …]
H A Dsvddrgm1.hxx201 void _MovAllPoints(basegfx::B2DPolyPolygon& rTarget);
219 virtual void applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget);
236 void _MovAllPoints(basegfx::B2DPolyPolygon& rTarget);
253 virtual void applyCurrentTransformationToPolyPolygon(basegfx::B2DPolyPolygon& rTarget);
/aoo42x/main/vcl/source/gdi/
H A Doutdev.cxx1550 basegfx::B2DPolyPolygon aLinePolyPolygon) in impPaintLineGeometryWithEvtlExpand()
1556 basegfx::B2DPolyPolygon aFillPolyPolygon; in impPaintLineGeometryWithEvtlExpand()
1583 basegfx::B2DPolyPolygon aResult; in impPaintLineGeometryWithEvtlExpand()
1587 basegfx::B2DPolyPolygon aLineTraget; in impPaintLineGeometryWithEvtlExpand()
1728 impPaintLineGeometryWithEvtlExpand(aInfo, basegfx::B2DPolyPolygon(aLinePolygon)); in DrawLine()
2084 basegfx::B2DPolyPolygon aB2DPolyPolygon(rPolyPoly.getB2DPolyPolygon()); in DrawPolyPolygon()
2155 ::basegfx::B2DPolyPolygon aPP( rB2DPolygon ); in DrawPolygon()
2165 void OutputDevice::DrawPolyPolygon( const basegfx::B2DPolyPolygon& rB2DPolyPoly ) in DrawPolyPolygon()
2213 basegfx::B2DPolyPolygon aB2DPolyPolygon(rB2DPolyPoly); in ImpDrawPolyPolygonWithB2DPolyPolygon()
2414 const basegfx::B2DPolyPolygon aAreaPolyPolygon( in DrawPolyLine()
[all …]
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()
/aoo42x/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx138 Triangulator(const B2DPolyPolygon& rCandidate);
231 Triangulator::Triangulator(const B2DPolyPolygon& rCandidate) in Triangulator()
428 const B2DPolyPolygon aCandPolyPoly(aCandidate); in triangulate()
437 B2DPolygon triangulate(const B2DPolyPolygon& rCandidate) in triangulate()
442B2DPolyPolygon aCandidate(rCandidate.areControlPointsUsed() ? tools::adaptiveSubdivideByAngle(rCan… in triangulate()
H A Db2dlinegeometry.cxx46 B2DPolyPolygon createAreaGeometryForLineStartEnd( in createAreaGeometryForLineStartEnd()
48 const B2DPolyPolygon& rArrow, in createAreaGeometryForLineStartEnd()
55 B2DPolyPolygon aRetval; in createAreaGeometryForLineStartEnd()
534 const B2DPolyPolygon aTemp(tools::solveCrossovers(aBezierPolygon)); in createAreaGeometryForEdge()
791 B2DPolyPolygon createAreaGeometry( in createAreaGeometry()
837 B2DPolyPolygon aRetval; in createAreaGeometry()
972 return B2DPolyPolygon(rCandidate); in createAreaGeometry()
/aoo42x/main/svx/source/engine3d/
H A Dextrud3d.cxx72 E3dExtrudeObj::E3dExtrudeObj(E3dDefaultAttributes& rDefault, const basegfx::B2DPolyPolygon& rPP, do… in E3dExtrudeObj()
143 void E3dExtrudeObj::SetExtrudePolygon(const basegfx::B2DPolyPolygon &rNew) in SetExtrudePolygon()
201 basegfx::B2DPolyPolygon aTemp(maExtrudePolygon); in GetBreakObj()
244 basegfx::B2DPolyPolygon aPoly = TransformToScreenCoor(aBackSide); in GetBreakObj()
/aoo42x/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx281 basegfx::B2DPolyPolygon aMergedArea; in add_text()
342 const basegfx::B2DPolyPolygon& rPath, in add_fillGradient()
480 const basegfx::B2DPolyPolygon& rPath, in add_fillPatternTransform()
490 basegfx::B2DPolyPolygon aPath(rPath); in add_fillPatternTransform()
515 const basegfx::B2DPolyPolygon& rPath, in add_fillPattern()
606 const basegfx::B2DPolyPolygon& rPath, in add_fill()
663 const basegfx::B2DPolyPolygon& rPath, in add_stroke()
736 const basegfx::B2DPolyPolygon aMergedArea( in add_stroke()
875 const basegfx::B2DPolyPolygon& rPath, in add_markers()
1058 const basegfx::B2DPolyPolygon& rPath, in add_path()
[all …]
/aoo42x/main/drawinglayer/source/processor2d/
H A Dhittestprocessor2d.cxx116 const basegfx::B2DPolyPolygon& rPolyPolygon, in checkFillHitWithTolerance()
120 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolyPolygon); in checkFillHitWithTolerance()
473 … mbHit = checkFillHitWithTolerance(basegfx::B2DPolyPolygon(aOutline), getDiscreteHitTolerance()); in processBasePrimitive2D()
515 … mbHit = checkFillHitWithTolerance(basegfx::B2DPolyPolygon(aOutline), getDiscreteHitTolerance()); in processBasePrimitive2D()
542 … mbHit = checkFillHitWithTolerance(basegfx::B2DPolyPolygon(aOutline), getDiscreteHitTolerance()); in processBasePrimitive2D()
/aoo42x/main/svx/source/xoutdev/
H A Dxtablend.cxx132 Insert( new XLineEndEntry( basegfx::B2DPolyPolygon(aTriangle), SVX_RESSTR( RID_SVXSTR_ARROW ) ) ); in Create()
140 Insert( new XLineEndEntry( basegfx::B2DPolyPolygon(aSquare), SVX_RESSTR( RID_SVXSTR_SQUARE ) ) ); in Create()
143 Insert( new XLineEndEntry( basegfx::B2DPolyPolygon(aCircle), SVX_RESSTR( RID_SVXSTR_CIRCLE ) ) ); in Create()
173 const basegfx::B2DPolyPolygon aLineEnd(GetLineEnd(nIndex)->GetLineEnd()); in CreateBitmapForUI()

Completed in 159 milliseconds

12345678910>>...19