Home
last modified time | relevance | path

Searched refs:rPoly (Results 126 – 131 of 131) sorted by relevance

123456

/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx1677 void SdrEdgeObj::SetEdgeTrackPath( const basegfx::B2DPolyPolygon& rPoly ) in SetEdgeTrackPath() argument
1679 if ( !rPoly.count() ) in SetEdgeTrackPath()
1686 *pEdgeTrack = XPolygon( rPoly.getB2DPolygon( 0 ) ); in SetEdgeTrackPath()
/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx181 const Polygon2D& rPoly, in Impl_calcSafeParams() argument
187 Polygon2D convHull( convexHull(rPoly) ); in Impl_calcSafeParams()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3227 void SvxMSDffManager::Scale( Polygon& rPoly ) const in Scale()
3231 sal_uInt16 nPointAnz = rPoly.GetSize(); in Scale()
3233 Scale( rPoly[ nPointNum ] ); in Scale()
3236 void SvxMSDffManager::Scale( PolyPolygon& rPoly ) const in Scale()
3240 sal_uInt16 nPolyAnz = rPoly.Count(); in Scale()
3242 Scale( rPoly[ nPolyNum ] ); in Scale()
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx989 sal_uInt32 GetClosestPoint( const Polygon& rPoly, const ::com::sun::star::awt::Point& rP );
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx962 Polygon GDIMetaFile::ImplGetRotatedPolygon( const Polygon& rPoly, const Point& rRotatePt, in ImplGetRotatedPolygon() argument
965 Polygon aRet( rPoly ); in ImplGetRotatedPolygon()
H A Doutdev3.cxx7890 Polygon& rPoly = aPolyPoly[j]; in GetTextOutlines() local
7891 for (sal_uInt16 k = 0; k < rPoly.GetSize(); ++k) in GetTextOutlines()
7893 Point& rPt = rPoly[k]; in GetTextOutlines()

Completed in 154 milliseconds

123456