Home
last modified time | relevance | path

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

12

/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx87 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==()
158 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==()
236 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==()
384 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==()
461 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==()
538 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==()
629 getB2DPolyPolygon(), in create2DDecomposition()
667 return (getB2DPolyPolygon() == rCompare.getB2DPolyPolygon() in operator ==()
698 getB2DPolyPolygon(), in create2DDecomposition()
711 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()
2347 basegfx::B2DPolyPolygon aOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile()
2847 const basegfx::B2DPolyPolygon aOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile()
3137 … basegfx::B2DPolyPolygon aPolyPolygon(pMetaGradientExAction->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile()
/trunk/main/vcl/source/gdi/
H A Dregion.cxx446 if(getB2DPolyPolygon()) in Move()
493 if(getB2DPolyPolygon()) in Scale()
633 if(getB2DPolyPolygon()) in Intersect()
958 if(getB2DPolyPolygon() && getB2DPolyPolygon() == rRegion.getB2DPolyPolygon()) in Intersect()
1268 if(getB2DPolyPolygon()) in GetBoundRect()
1306 if(getB2DPolyPolygon()) in GetAsPolyPolygon()
1329 if(getB2DPolyPolygon()) in GetAsB2DPolyPolygon()
1512 if(getB2DPolyPolygon() && getB2DPolyPolygon() == rRegion.getB2DPolyPolygon()) in operator ==()
1540 if(rRegion.getB2DPolyPolygon() || getB2DPolyPolygon()) in operator ==()
1547 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()
/trunk/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()
/trunk/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
339 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonGradientPrimitive2D
397 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonHatchPrimitive2D
451 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonGraphicPrimitive2D
510 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() function in drawinglayer::primitive2d::PolyPolygonSelectionPrimitive2D
/trunk/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()
1592 … basegfx::B2DPolyPolygon aLocalPolyPolygon(rGradientCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
1673 basegfx::B2DPolyPolygon aLocalPolyPolygon(rPolygonCandidate.getB2DPolyPolygon()); in processBasePrimitive2D()
1852 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()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx623 B2DPolyPolygon getB2DPolyPolygon() in getB2DPolyPolygon() function in basegfx::__anon1b031f100111::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()
/trunk/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()
/trunk/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
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx991 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction()
1154 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction()
1250 basegfx::B2DPolyPolygon aSource(pAct->GetPolyPolygon().getB2DPolyPolygon()); in DoAction()
1465 basegfx::B2DPolyPolygon aSource(rAct.GetPolyPolygon().getB2DPolyPolygon()); in DoAction()
1492 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()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dlinestartendattribute.hxx69 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const;
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dtextaspolygonextractor2d.hxx60 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maB2DPolyPolygon; } in getB2DPolyPolygon() function
/trunk/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()
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx199 basegfx::B2DPolyPolygon getB2DPolyPolygon() const;
/trunk/main/tools/inc/tools/
H A Dpoly.hxx332 ::basegfx::B2DPolyPolygon getB2DPolyPolygon() const;

Completed in 179 milliseconds

12