Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/gdi/
H A Dregion.cxx1715 static inline bool ImplPolygonRectTest( const Polygon& rPoly, Rectangle* pRectOut = NULL ) in ImplPolygonRectTest() argument
1730 if( pRectOut ) in ImplPolygonRectTest()
1758 pRectOut->Left() = nX1; in ImplPolygonRectTest()
1759 pRectOut->Right() = nX2; in ImplPolygonRectTest()
1760 pRectOut->Top() = nY1; in ImplPolygonRectTest()
1761 pRectOut->Bottom() = nY2; in ImplPolygonRectTest()

Completed in 19 milliseconds