Searched refs:pRectOut (Results 1 – 1 of 1) sorted by relevance
1715 static inline bool ImplPolygonRectTest( const Polygon& rPoly, Rectangle* pRectOut = NULL ) in ImplPolygonRectTest() argument1730 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 20 milliseconds