Home
last modified time | relevance | path

Searched refs:aPolyPoly (Results 1 – 25 of 46) sorted by path

12

/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx947 ::basegfx::B2DPolyPolygon aPolyPoly; in getBoundMarksPolyPolygon()
961 aPolyPoly.append( aPoly ); aPoly.clear(); in getBoundMarksPolyPolygon()
969 aPolyPoly.append( aPoly ); aPoly.clear(); in getBoundMarksPolyPolygon()
977 aPolyPoly.append( aPoly ); aPoly.clear(); in getBoundMarksPolyPolygon()
985 aPolyPoly.append( aPoly ); in getBoundMarksPolyPolygon()
987 return aPolyPoly; in getBoundMarksPolyPolygon()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx306 mpOutDev->getOutDev().DrawPolyPolygon( aPolyPoly ); in drawPolyPolygon()
320 sal_uInt16 nSize( aPolyPoly.Count() ); in drawPolyPolygon()
356 ::basegfx::B2DPolyPolygon aPolyPoly( in strokePolyPolygon()
359 if( aPolyPoly.areControlPointsUsed() ) in strokePolyPolygon()
362 aPolyPoly = ::basegfx::tools::adaptiveSubdivideByAngle(aPolyPoly); in strokePolyPolygon()
373 for( sal_uInt32 i=0; i<aPolyPoly.count(); ++i ) in strokePolyPolygon()
382 aPolyPoly = aDashedPolyPoly; in strokePolyPolygon()
392 aStrokedPolyPoly = aPolyPoly; in strokePolyPolygon()
399 for( sal_uInt32 i=0; i<aPolyPoly.count(); ++i ) in strokePolyPolygon()
411 aPolyPoly.getB2DPolygon(i), in strokePolyPolygon()
[all …]
H A Dcanvashelper_texturefill.cxx745 PolyPolygon aPolyPoly( tools::mapPolyPolygon( in fillTexturedPolyPolygon() local
786 aPolyPoly, in fillTexturedPolyPolygon()
811 aPolyPoly.GetBoundRect() ); in fillTexturedPolyPolygon()
818 const bool bRectangularPolygon( tools::isRectangle( aPolyPoly ) ); in fillTexturedPolyPolygon()
1101 aPolyPoly.Translate( ::Point( -aPolygonDeviceRect.Left(), in fillTexturedPolyPolygon()
1104 const Region aPolyClipRegion( aPolyPoly ); in fillTexturedPolyPolygon()
1139 const Region aPolyClipRegion( aPolyPoly ); in fillTexturedPolyPolygon()
/trunk/main/filter/source/flash/
H A Dswfwriter.cxx383 const PolyPolygon aPolyPoly( rPoly ); in defineShape() local
384 return defineShape( aPolyPoly, rFillStyle ); in defineShape()
H A Dswfwriter1.cxx281 PolyPolygon aPolyPoly( rPoly ); in Impl_writePolygon() local
282 Impl_writePolyPolygon( aPolyPoly, bFilled ); in Impl_writePolygon()
289 PolyPolygon aPolyPoly( rPoly ); in Impl_writePolygon() local
290 Impl_writePolyPolygon( aPolyPoly, bFilled, rFillColor, rLineColor ); in Impl_writePolygon()
310 PolyPolygon aPolyPoly( rPolyPoly ); in Impl_writePolyPolygon() local
312 if( aPolyPoly.Count() ) in Impl_writePolyPolygon()
314 map( aPolyPoly ); in Impl_writePolyPolygon()
317 rPolyPoly.GetIntersection( *mpClipPolyPolygon, aPolyPoly ); in Impl_writePolyPolygon()
327 nID = defineShape( aPolyPoly, aStyle ); in Impl_writePolyPolygon()
335 nID = defineShape( aPolyPoly, 1, aLineColor ); in Impl_writePolyPolygon()
H A Dswfwriter2.cxx466 PolyPolygon aPolyPoly; in getGlyph() local
467 pVDev->GetTextOutline( aPolyPoly, nChar ); in getGlyph()
474 const sal_uInt16 nCount = aPolyPoly.Count(); in getGlyph()
478 Polygon& rPoly = aPolyPoly[ i ]; in getGlyph()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx658 PolyPolygon aPolyPoly( aPoly ); in ImplWriteActions() local
659 ImplPolyPoly( aPolyPoly ); in ImplWriteActions()
667 PolyPolygon aPolyPoly( aPoly ); in ImplWriteActions() local
668 ImplPolyPoly( aPolyPoly ); in ImplWriteActions()
676 PolyPolygon aPolyPoly( aPoly ); in ImplWriteActions() local
677 ImplPolyPoly( aPolyPoly ); in ImplWriteActions()
685 PolyPolygon aPolyPoly( aPoly ); in ImplWriteActions() local
686 ImplPolyPoly( aPolyPoly ); in ImplWriteActions()
735 ImplPolyPoly( aPolyPoly ); in ImplWriteActions()
1284 PolyPolygon aPolyPoly; in ImplWriteActions() local
[all …]
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx616 PolyPolygon aPolyPoly; in DrawHatchEntity() local
701 aPolyPoly.Insert( aPoly, POLYPOLY_APPEND ); in DrawHatchEntity()
704 if ( aPolyPoly.Count() ) in DrawHatchEntity()
705 pVirDev->DrawPolyPolygon( aPolyPoly ); in DrawHatchEntity()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1164 PolyPolygon aPolyPoly; in ReadPolygons() local
1180 aPolyPoly.Insert(aPoly); in ReadPolygons()
1189 DrawPolyPolygon( aPolyPoly ); in ReadPolygons()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx881 PolyPolygon aPolyPoly( EscherPropertyContainer::GetPolyPolygon( aAny ) ); in GetLineArrow() local
882 if ( aPolyPoly.Count() && aPolyPoly[ 0 ].GetSize() ) in GetLineArrow()
4818 const PolyPolygon aPolyPoly(((SdrPathObj*)pPoly)->GetPathPoly()); in GetConnectorRule() local
4820 for ( a = 0; a < aPolyPoly.Count(); a++ ) in GetConnectorRule()
4822 const Polygon& rPoly = aPolyPoly.GetObject( a ); in GetConnectorRule()
H A Dmsdffimp.cxx548 PolyPolygon aPolyPoly( EscherPropertyContainer::GetPolyPolygon( aXShape ) ); in SolveSolver() local
549 sal_uInt16 k, j, nPolySize = aPolyPoly.Count(); in SolveSolver()
553 Rectangle aBoundRect( aPolyPoly.GetBoundRect() ); in SolveSolver()
558 const Polygon& rPolygon = aPolyPoly.GetObject( k ); in SolveSolver()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx260 PolyPolygon aPolyPoly; in implEmbedGlyph() local
263 if( rOut.GetTextOutline( aPolyPoly, rCellStr ) ) in implEmbedGlyph()
267 aPolyPoly.Scale( 1.0, -1.0 ); in implEmbedGlyph()
279 const ::rtl::OUString aPathString( SVGActionWriter::GetPathString( aPolyPoly, sal_False ) ); in implEmbedGlyph()
H A Dsvgwriter.cxx632 PolyPolygon aPolyPoly; in ImplWritePolyPolygon() local
635 ImplMap( rPolyPoly, aPolyPoly ); in ImplWritePolyPolygon()
637 aPolyPoly = rPolyPoly; in ImplWritePolyPolygon()
660 PolyPolygon aPolyPoly; in ImplWriteShape() local
663 ImplMap( rShape.maShapePolyPoly, aPolyPoly ); in ImplWriteShape()
665 aPolyPoly = rShape.maShapePolyPoly; in ImplWriteShape()
668 Rectangle aBoundRect( aPolyPoly.GetBoundRect() ); in ImplWriteShape()
754 PolyPolygon aPolyPoly; in ImplWriteGradientEx() local
757 ImplMap( rPolyPoly, aPolyPoly ); in ImplWriteGradientEx()
759 aPolyPoly = rPolyPoly; in ImplWriteGradientEx()
[all …]
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx235 ::basegfx::B2DPolyPolygon aPolyPoly; in PathAnimation()
237 … ENSURE_OR_THROW( ::basegfx::tools::importFromSvgD( aPolyPoly, rSVGDPath, false, 0 ), in PathAnimation()
239 ENSURE_OR_THROW( aPolyPoly.count() == 1, in PathAnimation()
245 … maPathPoly = ::basegfx::tools::adaptiveSubdivideByAngle(aPolyPoly.getB2DPolygon(0) ); in PathAnimation()
/trunk/main/slideshow/source/engine/slide/
H A Duserpaintoverlay.cxx395 ::basegfx::B2DPolyPolygon aPolyPoly=::basegfx::B2DPolyPolygon(aPoly); in handleMouseDragged()
397 aPolyPoly.transform(aViewTransform); in handleMouseDragged()
399 pBitmap->clip(aPolyPoly); in handleMouseDragged()
/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx401 PolyPolygon aPolyPoly(nPoly, nPoly); in ReadEnhWMF() local
415 aPolyPoly.Insert(Polygon(nPointCount, pPtAry)); in ReadEnhWMF()
419 pOut->DrawPolyPolygon( aPolyPoly, bRecordPath ); in ReadEnhWMF()
825 PolyPolygon aPolyPoly; in ReadEnhWMF() local
827 ImplReadRegion( aPolyPoly, *pWMF, nRecSize ); in ReadEnhWMF()
828 pOut->SetClipPath( aPolyPoly, iMode, sal_False ); in ReadEnhWMF()
1252 PolyPolygon aPolyPoly(nPoly, nPoly); in ReadEnhWMF() local
1271 pOut->DrawPolyPolygon( aPolyPoly, bRecordPath ); in ReadEnhWMF()
1285 PolyPolygon aPolyPoly; in ReadEnhWMF() local
1289 if ( ImplReadRegion( aPolyPoly, *pWMF, nRecSize ) ) in ReadEnhWMF()
[all …]
H A Dwinmtf.cxx42 if ( !aPolyPoly.Count() ) in ImpUpdateType()
44 else if ( aPolyPoly.IsRect() ) in ImpUpdateType()
54 if ( !aPolyPoly.Count() ) in IntersectClipRect()
55 aPolyPoly = Polygon( rRect ); in IntersectClipRect()
62 aPolyPoly = aIntersection; in IntersectClipRect()
76 aPolyPoly = aDifference; in ExcludeClipRect()
88 aPolyPoly = aSimplePoly; in SetClipPath()
106 if( aPolyPoly.Count() ) in SetClipPath()
122 if( aPolyPoly.Count() ) in SetClipPath()
131 aPolyPoly = aNewClipPath; in SetClipPath()
[all …]
H A Dwinmtf.hxx311 PolyPolygon aPolyPoly; member in WinMtfClipPath
329 const PolyPolygon& GetClipPath() const { return aPolyPoly; }; in GetClipPath()
334 ( rPath.aPolyPoly == aPolyPoly ); in operator ==()
H A Dwinwmf.cxx341 PolyPolygon aPolyPoly(nPolyCount, nPolyCount); in ReadRecordParams() local
358 aPolyPoly.Insert(Polygon(nPointCount, pPtAry)); in ReadRecordParams()
363 pOut->DrawPolyPolygon(aPolyPoly); in ReadRecordParams()
H A Dwmfwr.cxx653 PolyPolygon aPolyPoly( *aIter++ ); in WMFRecord_Escape_Unicode() local
654 aPolyPoly.Move( rPoint.X(), rPoint.Y() ); in WMFRecord_Escape_Unicode()
655 WMFRecord_PolyPolygon( aPolyPoly ); in WMFRecord_Escape_Unicode()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx408 basegfx::B2DPolyPolygon aPolyPoly; in Create3DObject() local
453 aPolyPoly = pNewPathObj->GetPathPoly(); in Create3DObject()
455 if(aPolyPoly.isClosed()) in Create3DObject()
488 aPolyPoly = ((SdrPathObj*)pNext)->GetPathPoly(); in Create3DObject()
496 aPolyPoly = pPath->GetPathPoly(); in Create3DObject()
500 if( aPolyPoly.count() ) in Create3DObject()
502 if(aPolyPoly.areControlPointsUsed()) in Create3DObject()
504 aPolyPoly = basegfx::tools::adaptiveSubdivideByAngle(aPolyPoly); in Create3DObject()
507 const basegfx::B2DRange aTempRange(basegfx::tools::getRange(aPolyPoly)); in Create3DObject()
562 p3DObj = new E3dExtrudeObj( a3DDefaultAttr, aPolyPoly, fDepth ); in Create3DObject()
[all …]
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx554 PolyPolygon aPolyPoly( rPolyPoly ); in SetPolyPolygon() local
560 for ( sal_uInt16 j = 0, nPolyCount = aPolyPoly.Count(); j < nPolyCount; j++ ) in SetPolyPolygon()
562 Polygon& rPoly = aPolyPoly[ j ]; in SetPolyPolygon()
575 aContourWnd.SetPolyPolygon( aPolyPoly ); in SetPolyPolygon()
683 PolyPolygon aPolyPoly( GetPolyPolygon( sal_False ) ); in ReducePoints() local
685 if ( aPolyPoly.Count() ) in ReducePoints()
689 Polygon& rPoly = aPolyPoly[ 0 ]; in ReducePoints()
714 aContourWnd.SetPolyPolygon( aPolyPoly ); in ReducePoints()
H A Dcontwnd.cxx83 aPolyPoly = rPolyPoly; in SetPolyPolygon()
95 aPolyPolygon.append(aPolyPoly[ i ].getB2DPolygon()); in SetPolyPolygon()
135 aPolyPoly = PolyPolygon(); in GetPolyPolygon()
143 aPolyPoly = PolyPolygon(aB2DPolyPolygon); in GetPolyPolygon()
149 return aPolyPoly; in GetPolyPolygon()
H A Dcontwnd.hxx38 PolyPolygon aPolyPoly; member in ContourWindow
/trunk/main/svx/source/svdraw/
H A Dsvdocapt.cxx276 basegfx::B2DPolyPolygon aPolyPoly(SdrRectObj::TakeXorPoly()); in TakeXorPoly() local
277 aPolyPoly.append(aTailPoly.getB2DPolygon()); in TakeXorPoly()
279 return aPolyPoly; in TakeXorPoly()

Completed in 229 milliseconds

12