Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds