Lines Matching refs:rPolyPoly

462 PolyPolygon& SVGActionWriter::ImplMap( const PolyPolygon& rPolyPoly, PolyPolygon& rDstPolyPoly ) co…  in ImplMap()  argument
468 for( sal_uInt16 i = 0, nCount = rPolyPoly.Count(); i < nCount; ++i ) in ImplMap()
470 rDstPolyPoly.Insert( ImplMap( rPolyPoly[ i ], aPoly ) ); in ImplMap()
478 ::rtl::OUString SVGActionWriter::GetPathString( const PolyPolygon& rPolyPoly, sal_Bool bLine ) in GetPathString() argument
485 for( long i = 0, nCount = rPolyPoly.Count(); i < nCount; i++ ) in GetPathString()
487 const Polygon& rPoly = rPolyPoly[ (sal_uInt16) i ]; in GetPathString()
629 void SVGActionWriter::ImplWritePolyPolygon( const PolyPolygon& rPolyPoly, sal_Bool bLineOnly, in ImplWritePolyPolygon() argument
635 ImplMap( rPolyPoly, aPolyPoly ); in ImplWritePolyPolygon()
637 aPolyPoly = rPolyPoly; in ImplWritePolyPolygon()
751 void SVGActionWriter::ImplWriteGradientEx( const PolyPolygon& rPolyPoly, const Gradient& rGradient, in ImplWriteGradientEx() argument
757 ImplMap( rPolyPoly, aPolyPoly ); in ImplWriteGradientEx()
759 aPolyPoly = rPolyPoly; in ImplWriteGradientEx()
776 mpVDev->AddGradientActions( rPolyPoly.GetBoundRect(), rGradient, aTmpMtf ); in ImplWriteGradientEx()
1303 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions() local
1305 if( rPolyPoly.Count() ) in ImplWriteActions()
1308 ImplWritePolyPolygon( rPolyPoly, sal_False ); in ImplWriteActions()
1360 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions() local
1362 if( rPolyPoly.Count() ) in ImplWriteActions()
1370 ImplWritePolyPolygon( rPolyPoly, sal_False ); in ImplWriteActions()