Home
last modified time | relevance | path

Searched refs:getB2DPolyPolygon (Results 1 – 25 of 41) sorted by relevance

12

/aoo41x/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx87 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==()
97 return basegfx::tools::getRange(getB2DPolyPolygon()); in getB2DRange()
158 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==()
170 return basegfx::tools::getRange(getB2DPolyPolygon()); in getB2DRange()
236 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==()
384 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==()
394 return basegfx::tools::getRange(getB2DPolyPolygon()); in getB2DRange()
551 getB2DPolyPolygon(), in create2DDecomposition()
606 getB2DPolyPolygon(), in create2DDecomposition()
619 getB2DPolyPolygon(), in create2DDecomposition()
[all …]
H A Dpolygonprimitive2d.cxx546 aLocalPolygon, getStart().getB2DPolyPolygon(), true, getStart().getWidth(), in create2DDecomposition()
558 aLocalPolygon, getEnd().getB2DPolyPolygon(), false, getEnd().getWidth(), in create2DDecomposition()
H A Dmetafileprimitive2d.cxx1943 basegfx::B2DPolyPolygon aPolyPolygonOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile()
2342 basegfx::B2DPolyPolygon aOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile()
2842 const basegfx::B2DPolyPolygon aOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile()
3132 … basegfx::B2DPolyPolygon aPolyPolygon(pMetaGradientExAction->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile()
/aoo41x/main/vcl/source/gdi/
H A Dregion.cxx444 if(getB2DPolyPolygon()) in Move()
491 if(getB2DPolyPolygon()) in Scale()
631 if(getB2DPolyPolygon()) in Intersect()
956 if(getB2DPolyPolygon() && getB2DPolyPolygon() == rRegion.getB2DPolyPolygon()) in Intersect()
1266 if(getB2DPolyPolygon()) in GetBoundRect()
1304 if(getB2DPolyPolygon()) in GetAsPolyPolygon()
1327 if(getB2DPolyPolygon()) in GetAsB2DPolyPolygon()
1510 if(getB2DPolyPolygon() && getB2DPolyPolygon() == rRegion.getB2DPolyPolygon()) in operator ==()
1538 if(rRegion.getB2DPolyPolygon() || getB2DPolyPolygon()) in operator ==()
1545 return *rRegion.getB2DPolyPolygon() == *getB2DPolyPolygon(); in operator ==()
[all …]
H A Doutmap.cxx1282 if(rLogicRegion.getB2DPolyPolygon()) in LogicToPixel()
1284 aRegion = Region(LogicToPixel(*rLogicRegion.getB2DPolyPolygon())); in LogicToPixel()
1493 if(rLogicRegion.getB2DPolyPolygon()) in LogicToPixel()
1495 aRegion = Region(LogicToPixel(*rLogicRegion.getB2DPolyPolygon(), rMapMode)); in LogicToPixel()
1677 if(rDeviceRegion.getB2DPolyPolygon()) in PixelToLogic()
1679 aRegion = Region(PixelToLogic(*rDeviceRegion.getB2DPolyPolygon())); in PixelToLogic()
1892 if(rDeviceRegion.getB2DPolyPolygon()) in PixelToLogic()
1894 aRegion = Region(PixelToLogic(*rDeviceRegion.getB2DPolyPolygon(), rMapMode)); in PixelToLogic()
H A Dgdimetafiletools.cxx708 rPoly.getB2DPolyPolygon(), in clipMetafileContentAgainstOwnRegions()
896 const basegfx::B2DPolyPolygon aSource(aPath.getB2DPolyPolygon()); in clipMetafileContentAgainstOwnRegions()
1009 rPolyPoly.getB2DPolyPolygon(), in clipMetafileContentAgainstOwnRegions()
/aoo41x/main/drawinglayer/source/attribute/
H A Dlinestartendattribute.cxx63 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::attribute::ImpLineStartEndAttribute
69 && getB2DPolyPolygon() == rCandidate.getB2DPolyPolygon() in operator ==()
170 const basegfx::B2DPolyPolygon& LineStartEndAttribute::getB2DPolyPolygon() const in getB2DPolyPolygon() function in drawinglayer::attribute::LineStartEndAttribute
172 return mpLineStartEndAttribute->getB2DPolyPolygon(); in getB2DPolyPolygon()
183 && 0 != getB2DPolyPolygon().count() in isActive()
184 && 0 != getB2DPolyPolygon().getB2DPolygon(0).count()); in isActive()
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dpolypolygonprimitive2d.hxx70 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonHairlinePrimitive2D
124 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonMarkerPrimitive2D
183 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonStrokePrimitive2D
284 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonColorPrimitive2D
332 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonGradientPrimitive2D
381 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D
427 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonGraphicPrimitive2D
485 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonSelectionPrimitive2D
/aoo41x/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx104 basegfx::B2DPolyPolygon aLocalPolyPolygon(rSource.getB2DPolyPolygon()); in tryDrawPolyPolygonColorPrimitive2DDirect()
365 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolygonCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
410 aLocalPolyPolygon = rPolyPolygonColorPrimitive2D.getB2DPolyPolygon(); in processBasePrimitive2D()
427 aLocalPolyPolygon = rPolyPolygonColorPrimitive2D.getB2DPolyPolygon(); in processBasePrimitive2D()
H A Dvclmetafileprocessor2d.cxx402 aLocalPolygon, pStart->getB2DPolyPolygon(), true, pStart->getWidth(), in impTryToCreateSvtGraphicStroke()
414 aLocalPolygon, pEnd->getB2DPolyPolygon(), false, pEnd->getWidth(), in impTryToCreateSvtGraphicStroke()
1371 basegfx::B2DPolyPolygon aLocalPolyPolygon(rBitmapCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
1455 basegfx::B2DPolyPolygon aLocalPolyPolygon(rHatchCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
1583 basegfx::B2DPolyPolygon aLocalPolyPolygon(rGradientCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
1656 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolygonCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
1878 basegfx::B2DPolyPolygon aLocalPolyPolygon(pPoPoColor->getB2DPolyPolygon()); in processBasePrimitive2D()
H A Dtextaspolygonextractor2d.cxx104 basegfx::B2DPolyPolygon aPolyPolygon(rPoPoCoCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
148 basegfx::B2DPolyPolygon aPolyPolygon(rPoPoHaCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
H A Dlinegeometryextractor2d.cxx87 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolygonCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
H A Dcontourextractor2d.cxx90 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolygonCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
H A Dhittestprocessor2d.cxx407 …mbHit = checkFillHitWithTolerance(rPolygonCandidate.getB2DPolyPolygon(), getDiscreteHitTolerance()… in processBasePrimitive2D()
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx623 B2DPolyPolygon getB2DPolyPolygon() in getB2DPolyPolygon() function in basegfx::__anon9d3c23f80111::solver
738 return aSolver.getB2DPolyPolygon(); in solveCrossovers()
751 return aSolver.getB2DPolyPolygon(); in solveCrossovers()
970 B2DPolyPolygon aRetval(stripNeutralPolygons(aSolver.getB2DPolyPolygon())); in prepareForPolygonOperation()
978 B2DPolyPolygon aRetval(stripNeutralPolygons(aSolver.getB2DPolyPolygon())); in prepareForPolygonOperation()
/aoo41x/main/vcl/inc/vcl/
H A Dregion.hxx77 const basegfx::B2DPolyPolygon* getB2DPolyPolygon() const { return mpB2DPolyPolygon.get(); } in getB2DPolyPolygon() function in Region
106 … bool HasPolyPolygonOrB2DPolyPolygon() const { return (getB2DPolyPolygon() || getPolyPolygon()); } in HasPolyPolygonOrB2DPolyPolygon()
/aoo41x/main/tools/source/generic/
H A Dpoly2.cxx398 basegfx::B2DPolyPolygon aMergePolyPolygonA( getB2DPolyPolygon() ); in ImplDoOperation()
399 basegfx::B2DPolyPolygon aMergePolyPolygonB( rPolyPoly.getB2DPolyPolygon() ); in ImplDoOperation()
855 basegfx::B2DPolyPolygon PolyPolygon::getB2DPolyPolygon() const in getB2DPolyPolygon() function in PolyPolygon
/aoo41x/main/svx/source/svdraw/
H A Dsvdfmtf.cxx988 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction()
1151 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction()
1245 basegfx::B2DPolyPolygon aSource(pAct->GetPolyPolygon().getB2DPolyPolygon()); in DoAction()
1457 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction()
1484 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction()
H A Dsvdopath.cxx543 …basegfx::B2DPolyPolygon getModifiedPolyPolygon() const { return aPathPolygon.getB2DPolyPolygon();… in getModifiedPolyPolygon()
885 basegfx::B2DPolyPolygon aTempPolyPolygon(aPathPolygon.getB2DPolyPolygon()); in endPathDrag()
1184 return aRetval.getB2DPolyPolygon(); in getSpecialDragPoly()
1277 return aRetval.getB2DPolyPolygon(); in getSpecialDragPoly()
1579 basegfx::B2DPolyPolygon aRetval(aPathPolygon.getB2DPolyPolygon()); in TakeObjectPolyPolygon()
H A Dsvdotxtr.cxx392 basegfx::B2DPolyPolygon aPolyPolygon(rCandidate.getB2DPolyPolygon()); in ImpConvertContainedTextToSdrPathObjs()
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/
H A Dlinestartendattribute.hxx69 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const;
/aoo41x/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dtextaspolygonextractor2d.hxx60 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maB2DPolyPolygon; } in getB2DPolyPolygon() function
/aoo41x/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx598 ::basegfx::B2DPolyPolygon aDevicePoly( rPoly.getB2DPolyPolygon() ); in createGradientAction()
1857 ::basegfx::B2DPolyPolygon aPoly( aPath.getB2DPolyPolygon() ); in createActions()
2210 …lygon aPoly( static_cast<MetaPolyPolygonAction*>(pCurrAct)->GetPolyPolygon().getB2DPolyPolygon() ); in createActions()
2499 … ::basegfx::B2DPolyPolygon aPoly( pAct->GetPolyPolygon().getB2DPolyPolygon() ); in createActions()
/aoo41x/main/svx/inc/svx/
H A Dxpoly.hxx199 basegfx::B2DPolyPolygon getB2DPolyPolygon() const;
/aoo41x/main/tools/inc/tools/
H A Dpoly.hxx332 ::basegfx::B2DPolyPolygon getB2DPolyPolygon() const;

Completed in 190 milliseconds

12