| /trunk/main/canvas/source/vcl/ |
| H A D | canvashelper.cxx | 302 … const PolyPolygon aPolyPoly( tools::mapPolyPolygon( rPolyPoly, viewState, renderState ) ); in drawPolyPolygon() local 306 mpOutDev->getOutDev().DrawPolyPolygon( aPolyPoly ); in drawPolyPolygon() 309 mp2ndOutDev->getOutDev().DrawPolyPolygon( aPolyPoly ); in drawPolyPolygon() 320 sal_uInt16 nSize( aPolyPoly.Count() ); in drawPolyPolygon() 324 mpOutDev->getOutDev().DrawPolyLine( aPolyPoly[i] ); in drawPolyPolygon() 327 mp2ndOutDev->getOutDev().DrawPolyLine( aPolyPoly[i] ); 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() [all …]
|
| H A D | canvashelper_texturefill.cxx | 745 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/vcl/unx/headless/ |
| H A D | svpgdi.cxx | 335 B2DPolyPolygon aPolyPoly( aRect ); in drawRect() local 336 m_aDevice->fillPolyPolygon( aPolyPoly, m_aFillColor, m_aDrawMode, m_aClipMap ); in drawRect() 386 B2DPolyPolygon aPolyPoly; in drawPolyPolygon() local 398 aPolyPoly.append( aPoly ); in drawPolyPolygon() 403 aPolyPoly.setClosed( true ); in drawPolyPolygon() 404 m_aDevice->fillPolyPolygon( aPolyPoly, m_aFillColor, m_aDrawMode, m_aClipMap ); in drawPolyPolygon() 408 aPolyPoly.setClosed( false ); in drawPolyPolygon() 409 nPoly = aPolyPoly.count(); in drawPolyPolygon() 411 … m_aDevice->drawPolygon( aPolyPoly.getB2DPolygon(i), m_aLineColor, m_aDrawMode, m_aClipMap ); in drawPolyPolygon() 572 B2DPolyPolygon aPolyPoly( aRect ); in invert() local [all …]
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdomeas.cxx | 1172 basegfx::B2DPolyPolygon aPolyPoly; in DoConvertToPolyObj() local 1180 aPolyPoly.clear(); in DoConvertToPolyObj() 1181 aPolyPoly.append(aTmpPolyPolygon[0].getB2DPolygon()); in DoConvertToPolyObj() 1183 pPath = new SdrPathObj(OBJ_PATHLINE, aPolyPoly); in DoConvertToPolyObj() 1200 aPolyPoly.clear(); in DoConvertToPolyObj() 1201 aPolyPoly.append(aTmpPolyPolygon[0].getB2DPolygon()); in DoConvertToPolyObj() 1202 pPath = new SdrPathObj(OBJ_PATHLINE, aPolyPoly); in DoConvertToPolyObj() 1212 aPolyPoly.clear(); in DoConvertToPolyObj() 1213 aPolyPoly.append(aTmpPolyPolygon[1].getB2DPolygon()); in DoConvertToPolyObj() 1214 pPath = new SdrPathObj(OBJ_PATHLINE, aPolyPoly); in DoConvertToPolyObj() [all …]
|
| /trunk/main/svtools/source/filter/wmf/ |
| H A D | winmtf.cxx | 42 if ( !aPolyPoly.Count() ) in ImpUpdateType() 44 else if ( aPolyPoly.IsRect() ) in ImpUpdateType() 54 if ( !aPolyPoly.Count() ) in IntersectClipRect() 55 aPolyPoly = Polygon( rRect ); in IntersectClipRect() 61 aPolyPoly.GetIntersection( aPolyPolyRect, aIntersection ); in IntersectClipRect() 62 aPolyPoly = aIntersection; in IntersectClipRect() 70 if ( aPolyPoly.Count() && ( nDepth < WIN_MTF_MAX_CLIP_DEPTH ) ) in ExcludeClipRect() 75 aPolyPoly.GetDifference( aPolyPolyRect, aDifference ); in ExcludeClipRect() 76 aPolyPoly = aDifference; in ExcludeClipRect() 88 aPolyPoly = aSimplePoly; in SetClipPath() [all …]
|
| H A D | enhwmf.cxx | 401 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 1266 aPolyPoly.Insert(Polygon(nPointCount, pPtAry)); in ReadEnhWMF() 1271 pOut->DrawPolyPolygon( aPolyPoly, bRecordPath ); in ReadEnhWMF() 1285 PolyPolygon aPolyPoly; in ReadEnhWMF() local [all …]
|
| H A D | winmtf.hxx | 311 PolyPolygon aPolyPoly; member in WinMtfClipPath 329 const PolyPolygon& GetClipPath() const { return aPolyPoly; }; in GetClipPath() 334 ( rPath.aPolyPoly == aPolyPoly ); in operator ==()
|
| /trunk/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShape3d.cxx | 408 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() 512 …E3dCompoundObject* p3DObj = new E3dExtrudeObj( a3DDefaultAttr, aPolyPoly, bUseTwoFillStyles ? 0 : … in Create3DObject() [all …]
|
| /trunk/main/vcl/source/gdi/ |
| H A D | outmap.cxx | 730 PolyPolygon aPolyPoly( rLogicPolyPoly ); in ImplLogicToDevicePixel() local 731 sal_uInt16 nPoly = aPolyPoly.Count(); in ImplLogicToDevicePixel() 734 Polygon& rPoly = aPolyPoly[i]; in ImplLogicToDevicePixel() 737 return aPolyPoly; in ImplLogicToDevicePixel() 1239 PolyPolygon aPolyPoly( rLogicPolyPoly ); in LogicToPixel() local 1240 sal_uInt16 nPoly = aPolyPoly.Count(); in LogicToPixel() 1243 Polygon& rPoly = aPolyPoly[i]; in LogicToPixel() 1246 return aPolyPoly; in LogicToPixel() 1448 PolyPolygon aPolyPoly( rLogicPolyPoly ); in LogicToPixel() local 1449 sal_uInt16 nPoly = aPolyPoly.Count(); in LogicToPixel() [all …]
|
| H A D | cvtsvm.cxx | 817 PolyPolygon aPolyPoly; in ImplConvertFromSVM1() local 819 ImplReadPolyPoly( rIStm, aPolyPoly ); in ImplConvertFromSVM1() 825 rMtf.AddAction( new MetaPolyPolygonAction( aPolyPoly ) ); in ImplConvertFromSVM1() 828 … for( sal_uInt16 nPoly = 0, nCount = aPolyPoly.Count(); nPoly < nCount; nPoly++ ) in ImplConvertFromSVM1() 829 … rMtf.AddAction( new MetaPolyLineAction( aPolyPoly[ nPoly ], aLineInfo ) ); in ImplConvertFromSVM1() 834 rMtf.AddAction( new MetaPolyPolygonAction( aPolyPoly ) ); in ImplConvertFromSVM1() 1087 PolyPolygon aPolyPoly; in ImplConvertFromSVM1() local 1095 aPolyPoly.Insert( aActionPoly ); in ImplConvertFromSVM1() 1098 aRegion = Region( aPolyPoly ); in ImplConvertFromSVM1() 1214 PolyPolygon aPolyPoly; in ImplConvertFromSVM1() local [all …]
|
| H A D | outdev4.cxx | 936 const PolyPolygon aPolyPoly( LogicToPixel( rPolyPoly ) ); in DrawGradient() local 937 const Rectangle aBoundRect( aPolyPoly.GetBoundRect() ); in DrawGradient() 982 pVDev->DrawPolyPolygon( aPolyPoly ); in DrawGradient() 1101 PolyPolygon aPolyPoly( LogicToPixel( rPolyPoly ) ); in DrawHatch() local 1105 aPolyPoly.Optimize( POLY_OPTIMIZE_NO_SAME ); in DrawHatch() 1113 ImplDrawHatch( aPolyPoly, aHatch, sal_False ); in DrawHatch() 1130 PolyPolygon aPolyPoly( rPolyPoly ); in AddHatchActions() local 1131 aPolyPoly.Optimize( POLY_OPTIMIZE_NO_SAME | POLY_OPTIMIZE_CLOSE ); in AddHatchActions() 1133 if( aPolyPoly.Count() ) in AddHatchActions() 1140 ImplDrawHatch( aPolyPoly, rHatch, sal_True ); in AddHatchActions() [all …]
|
| H A D | impvect.cxx | 750 PolyPolygon aPolyPoly; in ImplVectorize() local 795 aPolyPoly.Clear(); in ImplVectorize() 796 ImplCalculate( pMap, aPolyPoly, cReduce, nFlags ); in ImplVectorize() 799 if( aPolyPoly.Count() ) in ImplVectorize() 801 ImplLimitPolyPoly( aPolyPoly ); in ImplVectorize() 804 aPolyPoly.Optimize( POLY_OPTIMIZE_EDGES ); in ImplVectorize() 806 if( aPolyPoly.Count() ) in ImplVectorize() 810 rMtf.AddAction( new MetaPolyPolygonAction( aPolyPoly ) ); in ImplVectorize()
|
| H A D | outdev6.cxx | 411 PolyPolygon aPolyPoly( LogicToPixel( rPolyPoly ) ); in DrawTransparent() local 412 Rectangle aPolyRect( aPolyPoly.GetBoundRect() ); in DrawTransparent() 432 if( !mpAlphaVDev && !pDisableNative && aPolyPoly.IsRect() ) in DrawTransparent() 472 aPolyPoly.Move( -aDstRect.Left(), -aDstRect.Top() ); in DrawTransparent() 482 aVDev.DrawPolyPolygon( aPolyPoly ); in DrawTransparent()
|
| /trunk/main/filter/source/graphicfilter/eps/ |
| H A D | eps.cxx | 658 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() 734 PolyPolygon aPolyPoly( ( (const MetaPolygonAction*) pMA )->GetPolygon() ); in ImplWriteActions() local 735 ImplPolyPoly( aPolyPoly ); in ImplWriteActions() [all …]
|
| /trunk/main/filter/source/svg/ |
| H A D | svgwriter.cxx | 632 PolyPolygon aPolyPoly; in ImplWritePolyPolygon() local 635 ImplMap( rPolyPoly, aPolyPoly ); in ImplWritePolyPolygon() 637 aPolyPoly = rPolyPoly; in ImplWritePolyPolygon() 641 …fx::B2DPolyPolygon aB2DPolyPoly( ::basegfx::tools::correctOrientations( aPolyPoly.getB2DPolyPolygo… in ImplWritePolyPolygon() 643 aPolyPoly = PolyPolygon( ::basegfx::tools::clipPolyPolygonOnPolyPolygon( in ImplWritePolyPolygon() 648 mrExport.AddAttribute( XML_NAMESPACE_NONE, aXMLAttrD, GetPathString( aPolyPoly, bLineOnly ) ); 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() [all …]
|
| H A D | svgfontexport.cxx | 260 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()
|
| /trunk/main/svx/source/dialog/ |
| H A D | contwnd.cxx | 83 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 D | _contdlg.cxx | 554 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()
|
| /trunk/main/vcl/unx/generic/gdi/ |
| H A D | salgdi.cxx | 1119 basegfx::B2DPolyPolygon aPolyPoly = rOrigPolyPoly; in drawPolyPolygon() local 1122 aPolyPoly = basegfx::tools::snapPointsOfHorizontalOrVerticalEdges( aPolyPoly ); in drawPolyPolygon() 1126 aPolyPoly = basegfx::tools::clipPolyPolygonOnRange( aPolyPoly, aViewRange, true, false ); in drawPolyPolygon() 1127 if( !aPolyPoly.count() ) in drawPolyPolygon() 1132 basegfx::tools::trapezoidSubdivide( aB2DTrapVector, aPolyPoly ); in drawPolyPolygon()
|
| /trunk/main/filter/source/flash/ |
| H A D | swfwriter1.cxx | 281 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 D | swfwriter2.cxx | 466 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/canvas/source/tools/ |
| H A D | canvastools.cxx | 947 ::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/slideshow/source/engine/slide/ |
| H A D | userpaintoverlay.cxx | 395 ::basegfx::B2DPolyPolygon aPolyPoly=::basegfx::B2DPolyPolygon(aPoly); in handleMouseDragged() 397 aPolyPoly.transform(aViewTransform); in handleMouseDragged() 399 pBitmap->clip(aPolyPoly); in handleMouseDragged()
|
| /trunk/main/tools/source/generic/ |
| H A D | poly2.cxx | 302 PolyPolygon aPolyPoly; in Optimize() local 304 AdaptiveSubdivide(aPolyPoly); in Optimize() 305 aPolyPoly.Optimize(nOptimizeFlags, pData); in Optimize() 306 *this = aPolyPoly; in Optimize()
|
| /trunk/main/slideshow/source/engine/ |
| H A D | animationfactory.cxx | 235 ::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()
|