Lines Matching refs:rPoly
178 void ImplCreatePoly( Polygon& rPoly ) const;
233 void ImplPointArray::ImplCreatePoly( Polygon& rPoly ) const in ImplCreatePoly()
235 rPoly = Polygon( sal::static_int_cast<sal_uInt16>(mnRealSize), mpArray ); in ImplCreatePoly()
886 const Polygon& rPoly = rPolyPoly.GetObject( nCurPoly ); in ImplVectorize() local
887 const sal_uInt16 nSize( rPoly.GetSize() ); in ImplVectorize()
889 const bool bRight( rPoly.IsRightOrientated() ); in ImplVectorize()
892 if( ( i != nCurPoly ) && rPolyPoly.GetObject( i ).IsInside( rPoly[ 0 ] ) ) in ImplVectorize()
902 if( rPoly.HasFlags() ) in ImplVectorize()
906 aNewPoly.SetPoint( rPoly.GetPoint( nSec ), nPrim ); in ImplVectorize()
907 aNewPoly.SetFlags( nPrim++, rPoly.GetFlags( nSec-- ) ); in ImplVectorize()
912 aNewPoly.SetPoint( rPoly.GetPoint( nSec-- ), nPrim++ ); in ImplVectorize()
1100 const Polygon& rPoly = aChain.ImplGetPoly(); in ImplCalculate() local
1102 if( rPoly.GetSize() > 2 ) in ImplCalculate()
1106 const Rectangle aBound( rPoly.GetBoundRect() ); in ImplCalculate()
1109 rPolyPoly.Insert( rPoly ); in ImplCalculate()
1112 rPolyPoly.Insert( rPoly ); in ImplCalculate()