/trunk/main/canvas/source/vcl/ |
H A D | canvashelper.cxx | 306 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 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() 1183 pPath = new SdrPathObj(OBJ_PATHLINE, aPolyPoly); in DoConvertToPolyObj() 1200 aPolyPoly.clear(); in DoConvertToPolyObj() 1202 pPath = new SdrPathObj(OBJ_PATHLINE, aPolyPoly); in DoConvertToPolyObj() 1212 aPolyPoly.clear(); in DoConvertToPolyObj() 1214 pPath = new SdrPathObj(OBJ_PATHLINE, aPolyPoly); in DoConvertToPolyObj() 1232 aPolyPoly.clear(); in DoConvertToPolyObj() 1234 pPath = new SdrPathObj(OBJ_PATHLINE, aPolyPoly); in DoConvertToPolyObj() 1244 aPolyPoly.clear(); 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() 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 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 1271 pOut->DrawPolyPolygon( aPolyPoly, bRecordPath ); in ReadEnhWMF() 1285 PolyPolygon aPolyPoly; in ReadEnhWMF() local 1289 if ( ImplReadRegion( aPolyPoly, *pWMF, nRecSize ) ) in ReadEnhWMF() [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() 562 p3DObj = new E3dExtrudeObj( a3DDefaultAttr, aPolyPoly, fDepth ); in Create3DObject() [all …]
|
/trunk/main/vcl/source/gdi/ |
H A D | outmap.cxx | 731 sal_uInt16 nPoly = aPolyPoly.Count(); in ImplLogicToDevicePixel() 734 Polygon& rPoly = aPolyPoly[i]; in ImplLogicToDevicePixel() 737 return aPolyPoly; in ImplLogicToDevicePixel() 1243 Polygon& rPoly = aPolyPoly[i]; in LogicToPixel() 1246 return aPolyPoly; in LogicToPixel() 1452 Polygon& rPoly = aPolyPoly[i]; in LogicToPixel() 1455 return aPolyPoly; in LogicToPixel() 1638 Polygon& rPoly = aPolyPoly[i]; in PixelToLogic() 1641 return aPolyPoly; in PixelToLogic() 1851 Polygon& rPoly = aPolyPoly[i]; in PixelToLogic() [all …]
|
H A D | cvtsvm.cxx | 817 PolyPolygon aPolyPoly; in ImplConvertFromSVM1() local 819 ImplReadPolyPoly( rIStm, 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 1218 rIStm >> aPolyPoly >> nTrans >> nFollowingActionCount; in ImplConvertFromSVM1() 1248 PolyPolygon aPolyPoly; in ImplConvertFromSVM1() local 1252 rIStm >> aPolyPoly >> aHatch >> nFollowingActionCount; in ImplConvertFromSVM1() 1323 PolyPolygon aPolyPoly; in ImplConvertFromSVM1() local [all …]
|
H A D | outdev4.cxx | 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 1133 if( aPolyPoly.Count() ) in AddHatchActions() 1140 ImplDrawHatch( aPolyPoly, rHatch, sal_True ); in AddHatchActions() 1166 PolyPolygon aPolyPoly; in ImplDrawHatch() local 1168 rPolyPoly.AdaptiveSubdivide(aPolyPoly); in ImplDrawHatch() [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() 735 ImplPolyPoly( aPolyPoly ); in ImplWriteActions() 1284 PolyPolygon aPolyPoly; in ImplWriteActions() local [all …]
|
/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/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() 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 …]
|
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/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()
|