Lines Matching refs:rPoly
312 void BitmapWriteAccess::FillPolygon( const Polygon& rPoly ) in FillPolygon() argument
314 const sal_uInt16 nSize = rPoly.GetSize(); in FillPolygon()
319 Region aRegion( rPoly ); in FillPolygon()
354 void BitmapWriteAccess::DrawPolygon( const Polygon& rPoly ) in DrawPolygon() argument
357 FillPolygon( rPoly ); in DrawPolygon()
361 const sal_uInt16 nSize = rPoly.GetSize(); in DrawPolygon()
364 DrawLine( rPoly[ i ], rPoly[ i + 1 ] ); in DrawPolygon()
366 if( rPoly[ nSize - 1 ] != rPoly[ 0 ] ) in DrawPolygon()
367 DrawLine( rPoly[ nSize - 1 ], rPoly[ 0 ] ); in DrawPolygon()
424 const Polygon& rPoly = rPolyPoly[ n++ ]; in DrawPolyPolygon() local
425 const sal_uInt16 nSize = rPoly.GetSize(); in DrawPolyPolygon()
430 DrawLine( rPoly[ i ], rPoly[ i + 1 ] ); in DrawPolyPolygon()
432 if( rPoly[ nSize - 1 ] != rPoly[ 0 ] ) in DrawPolyPolygon()
433 DrawLine( rPoly[ nSize - 1 ], rPoly[ 0 ] ); in DrawPolyPolygon()