Searched refs:pointInside (Results 1 – 1 of 1) sorted by relevance
61 bool pointInside( sal_Int32 px, sal_Int32 py ) const in pointInside() function122 if(!(r.pointInside(x1,y1))) return false; in inside()123 if(!(r.pointInside(x2,y1))) return false; in inside()124 if(!(r.pointInside(x2,y2))) return false; in inside()125 if(!(r.pointInside(x1,y2))) return false; in inside()
Completed in 14 milliseconds