Home
last modified time | relevance | path

Searched defs:SurfaceRect (Results 1 – 1 of 1) sorted by relevance

/trunk/main/canvas/source/tools/
H A Dsurfacerect.hxx36 struct SurfaceRect struct
41 bool bEnabled;
43 explicit SurfaceRect( const ::basegfx::B2ISize &rSize ) : in SurfaceRect() argument
61 bool pointInside( sal_Int32 px, sal_Int32 py ) const in pointInside()
75 bool hLineIntersect( sal_Int32 lx1, sal_Int32 lx2, sal_Int32 ly ) const in hLineIntersect()
89 bool vLineIntersect( sal_Int32 lx, sal_Int32 ly1, sal_Int32 ly2 ) const in vLineIntersect()
103 bool intersection( const SurfaceRect& r ) const in intersection()
116 bool inside( const SurfaceRect& r ) const in inside()

Completed in 15 milliseconds