Home
last modified time | relevance | path

Searched refs:_aPolyPoly (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dcontwnd.cxx287 PolyPolygon _aPolyPoly( GetPolyPolygon() ); in MouseButtonUp() local
289 _aPolyPoly.Clip( aWorkRect ); in MouseButtonUp()
290 SetPolyPolygon( _aPolyPoly ); in MouseButtonUp()
337 PolyPolygon _aPolyPoly( 2, 2 ); in Paint() local
340 _aPolyPoly.Insert( Rectangle( Point(), GetGraphicSize() ) ); in Paint()
341 _aPolyPoly.Insert( aWorkRect ); in Paint()
344 rTarget.DrawTransparent( _aPolyPoly, 50 ); in Paint()

Completed in 9 milliseconds